aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/community/index.php34
-rw-r--r--langs/cs/community.cs.lang8
-rw-r--r--langs/de/community.de.lang8
-rw-r--r--langs/el/community.el.lang8
-rw-r--r--langs/en/community.en.lang8
-rw-r--r--langs/eo/community.eo.lang8
-rw-r--r--langs/es/community.es.lang8
-rw-r--r--langs/et/community.et.lang8
-rw-r--r--langs/fr/community.fr.lang8
-rw-r--r--langs/id/community.id.lang8
-rw-r--r--langs/it/community.it.lang8
-rw-r--r--langs/nl/community.nl.lang8
-rw-r--r--langs/pl/community.pl.lang8
-rw-r--r--langs/pt-br/community.pt-br.lang8
-rw-r--r--langs/pt/community.pt.lang8
-rw-r--r--langs/ro/community.ro.lang8
-rw-r--r--langs/ru/community.ru.lang8
-rw-r--r--langs/sl/community.sl.lang8
-rw-r--r--langs/tr/community.tr.lang8
-rw-r--r--langs/uk/community.uk.lang8
-rw-r--r--langs/zh-cn/community.zh-cn.lang8
21 files changed, 97 insertions, 97 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 939109e03..dc4d88937 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -30,34 +30,34 @@ include '../../lib/news.php';
<header id="mgnavt">
<h1><?php _e('Mageia Community Central')?></h1>
<ul>
- <li><a href="<?php _e('http://blog.mageia.org/en/')?>"><?php _e('Blog');?></a></li>
- <li><a href="<?php _e('http://planet.mageia.org/en/')?>"><?php _e('Planet');?></a></li>
+ <li><a href="<?php _e('https://blog.mageia.org/en/')?>"><?php _e('Blog');?></a></li>
+ <li><a href="<?php _e('https://planet.mageia.org/en/')?>"><?php _e('Planet');?></a></li>
<li><a href="../calendar/"><?php _e('Calendar');?></a></li>
<li><a href="https://wiki.mageia.org/en/IRC">IRC</a></li>
<li><a href="<?php _e('https://forum.mageia.org/en/')?>"><?php _e('Forums');?></a></li>
- <li><a href="http://ml.mageia.org/"><?php _e('Mailing-lists');?></a></li>
+ <li><a href="//ml.mageia.org/"><?php _e('Mailing-lists');?></a></li>
<li><a href="<?php _e('https://wiki.mageia.org/')?>">Wiki</a></li>
<li><a href="https://bugs.mageia.org/">Bugzilla</a></li>
- <li><a href="http://people.mageia.org/"><?php _e('People');?></a></li>
+ <li><a href="//people.mageia.org/"><?php _e('People');?></a></li>
</ul>
</header>
<div class="para" style="width: 400px;">
<section>
- <h2><a href="<?php _e('http://blog.mageia.org/en/')?>"><?php _e('News');?></a></h2>
+ <h2><a href="<?php _e('https://blog.mageia.org/en/')?>"><?php _e('News');?></a></h2>
<?php
- if (_d('http://planet.mageia.org/en/') != 'http://planet.mageia.org/en/') {
- show_feed($locale, null, _d('http://planet.mageia.org/en/'), _d('http://planet.mageia.org/en/') . '?type=rss10', 9, null, true);
+ if (_d('https://planet.mageia.org/en/') != 'https://planet.mageia.org/en/') {
+ show_feed($locale, null, _d('https://planet.mageia.org/en/'), _d('https://planet.mageia.org/en/') . '?type=rss10', 9, null, true);
} else {
- show_feed($locale, null, _d('http://blog.mageia.org/en/'), _d('http://blog.mageia.org/en/') . '?feed=rss', 9, null, true);
+ show_feed($locale, null, _d('https://blog.mageia.org/en/'), _d('https://blog.mageia.org/en/') . '?feed=rss', 9, null, true);
}
// don't work:
//show_feed('Mageia MLs', '', 'https://ml.mageia.org/l/rss/active_lists?count=20&for=10');
- //show_feed('Mageia Forum', 'http://forum.mageia.org/en/', 'https://forums.mageia.org/en/feed.php?mode=topics_active');
+ //show_feed('Mageia Forum', 'https://forum.mageia.org/en/', 'https://forums.mageia.org/en/feed.php?mode=topics_active');
?>
<hr>
<p><?php
- echo sprintf('<a href="%s">%s</a>', _t('http://planet.mageia.org/en/', null, ''), _t('Planet', null, '')) . ' | ';
- echo sprintf('<a href="%s">%s</a>', _t('http://blog.mageia.org/en/', null, ''), _t('Blog', null, '')) . ' | ';
+ echo sprintf('<a href="%s">%s</a>', _t('https://planet.mageia.org/en/', null, ''), _t('Planet', null, '')) . ' | ';
+ echo sprintf('<a href="%s">%s</a>', _t('https://blog.mageia.org/en/', null, ''), _t('Blog', null, '')) . ' | ';
echo sprintf('<a href="%s">%s</a>', _t('https://forum.mageia.org/en/', null, ''), _t('Forums', null, ''));
?></p>
</section>
@@ -81,11 +81,11 @@ include '../../lib/news.php';
<hr>
<h2><?php _e('For developers &amp; packagers')?></h2>
<ul class="hl">
- <li><a href="http://svn.mageia.org/"><?php echo _d('Subversion')?></a>,
- <a href="http://gitweb.mageia.org/"><?php _e('Git</a> code repositories')?></li>
- <li><a href="http://pkgsubmit.mageia.org/"><?php echo _d('Packages submission queue')?></a>,
- <a href="http://pkgsubmit.mageia.org/data/unmaintained.txt"><?php _e('unmaintained packages')?></a></li>
- <li><a href="http://check.mageia.org/"><?php _e('Global QA report')?></a></li>
+ <li><a href="//svn.mageia.org/"><?php echo _d('Subversion')?></a>,
+ <a href="//gitweb.mageia.org/"><?php _e('Git</a> code repositories')?></li>
+ <li><a href="//pkgsubmit.mageia.org/"><?php echo _d('Packages submission queue')?></a>,
+ <a href="//pkgsubmit.mageia.org/data/unmaintained.txt"><?php _e('unmaintained packages')?></a></li>
+ <li><a href="//check.mageia.org/"><?php _e('Global QA report')?></a></li>
</ul>
</div>
<div class="para">
@@ -95,7 +95,7 @@ include '../../lib/news.php';
<li><a href="https://wiki.mageia.org/en/IRC" title="Internet Relay Chat"><?php echo _d('IRC</a> on Freenode')?>,</li>
<li><a href="https://wiki.mageia.org/en/Mailing_lists"><?php echo _d('Mailing-lists')?></a>,</li>
<li><a href="<?php _e('https://forum.mageia.org/en/')?>"><?php echo _d('Forums')?></a>,</li>
- <li><a href="<?php _e('http://blog.mageia.org/en/')?>"><?php echo _d('Blog')?></a>,</li>
+ <li><a href="<?php _e('https://blog.mageia.org/en/')?>"><?php echo _d('Blog')?></a>,</li>
<li><?php _e('in real life!')?></li>
<li><a href="https://wiki.mageia.org/en/Events"><?php _e('during events!')?></a></li>
</ul>
diff --git a/langs/cs/community.cs.lang b/langs/cs/community.cs.lang
index d04934161..601d40825 100644
--- a/langs/cs/community.cs.lang
+++ b/langs/cs/community.cs.lang
@@ -14,16 +14,16 @@ mageia, společenství, zprávy, nástroje, úkoly
Ústředí společenství Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/ {ok}
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/ {ok}
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/de/community.de.lang b/langs/de/community.de.lang
index 94d617273..c21c1bfc1 100644
--- a/langs/de/community.de.lang
+++ b/langs/de/community.de.lang
@@ -13,16 +13,16 @@ mageia, community, neuigkeiten, werkzeuge, aufgaben
Mageia-Community-Zentrale
-;http://blog.mageia.org/en/
-http://blog.mageia.org/de/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/de/
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/de/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/de/
;Planet
diff --git a/langs/el/community.el.lang b/langs/el/community.el.lang
index 0c5a2cfa6..73a33829e 100644
--- a/langs/el/community.el.lang
+++ b/langs/el/community.el.lang
@@ -14,16 +14,16 @@ mageia, κοινότητα, νέα, εργαλεία, εργασίες
Η Πύλη της κοινότητας Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/el/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/el/
;Blog
Ιστολόγιο
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/en/community.en.lang b/langs/en/community.en.lang
index cb111a826..915fc62d0 100644
--- a/langs/en/community.en.lang
+++ b/langs/en/community.en.lang
@@ -24,8 +24,8 @@ Mageia Community Central
# en/community/index.php +33
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/
# en/community/index.php +33
@@ -34,8 +34,8 @@ Blog
# en/community/index.php +34
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/
# en/community/index.php +34
diff --git a/langs/eo/community.eo.lang b/langs/eo/community.eo.lang
index 7e584bacf..c54b0028f 100644
--- a/langs/eo/community.eo.lang
+++ b/langs/eo/community.eo.lang
@@ -14,16 +14,16 @@ magejo, komunumo, novaĵoj, iloj, taskoj
Mageja Komunuma Centralo
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/ {ok}
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/ {ok}
;Blog
Blogo
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/es/community.es.lang b/langs/es/community.es.lang
index c0dfe57ae..afef5213e 100644
--- a/langs/es/community.es.lang
+++ b/langs/es/community.es.lang
@@ -14,16 +14,16 @@ mageia, comunidad, noticias, herramientas, tareas
Central de la Comunidad Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/es/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/es/
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/es/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/es/
;Planet
diff --git a/langs/et/community.et.lang b/langs/et/community.et.lang
index c484f448f..9c09702b7 100644
--- a/langs/et/community.et.lang
+++ b/langs/et/community.et.lang
@@ -14,16 +14,16 @@ mageia, kogukond, uudised, tööriistad, ülesanded
Mageia kogukonna keskus
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/ {ok}
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/ {ok}
;Blog
Ajaveeb
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/fr/community.fr.lang b/langs/fr/community.fr.lang
index 7193f07b9..6dd4313da 100644
--- a/langs/fr/community.fr.lang
+++ b/langs/fr/community.fr.lang
@@ -14,16 +14,16 @@ mageia, communauté, nouvelles, outils, taches
Portail de la communauté Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/fr/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/fr/
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/fr/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/fr/
;Planet
diff --git a/langs/id/community.id.lang b/langs/id/community.id.lang
index 4971c9c9b..9d3b725c6 100644
--- a/langs/id/community.id.lang
+++ b/langs/id/community.id.lang
@@ -24,8 +24,8 @@ Pusat Komunitas Mageia
# en/community/index.php +33
-;http://blog.mageia.org/en/
-http://blog.mageia.org
+;https://blog.mageia.org/en/
+https://blog.mageia.org
# en/community/index.php +33
@@ -34,8 +34,8 @@ Blog {ok}
# en/community/index.php +34
-;http://planet.mageia.org/en/
-http://planet.mageia.org
+;https://planet.mageia.org/en/
+https://planet.mageia.org
# en/community/index.php +34
diff --git a/langs/it/community.it.lang b/langs/it/community.it.lang
index 7f7353386..dd66ff710 100644
--- a/langs/it/community.it.lang
+++ b/langs/it/community.it.lang
@@ -14,16 +14,16 @@ mageia, comunità, novità, strumenti, compiti
Mageia Community Central {ok}
-;http://blog.mageia.org/en/
-http://blog.mageia.org/it/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/it/
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/it/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/it/
;Planet
diff --git a/langs/nl/community.nl.lang b/langs/nl/community.nl.lang
index 742a16997..a84857526 100644
--- a/langs/nl/community.nl.lang
+++ b/langs/nl/community.nl.lang
@@ -14,16 +14,16 @@ mageia, community, news, tools, tasks, gemeenschap, nieuws, gereedschappen, take
Mageia-Gemeenschapscentrale
-;http://blog.mageia.org/en/
-http://blog.mageia.org/nl/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/nl/
;Blog
Blog{ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/{ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/{ok}
;Planet
diff --git a/langs/pl/community.pl.lang b/langs/pl/community.pl.lang
index ff3982115..6790c69c2 100644
--- a/langs/pl/community.pl.lang
+++ b/langs/pl/community.pl.lang
@@ -14,16 +14,16 @@ mageia, społeczność, wiadomości, narzędzia, zadania
Centrala Społeczności Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/pl/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/pl/
;Blog
Blog {ok}
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/pt-br/community.pt-br.lang b/langs/pt-br/community.pt-br.lang
index 66d081ba3..ad375f425 100644
--- a/langs/pt-br/community.pt-br.lang
+++ b/langs/pt-br/community.pt-br.lang
@@ -13,8 +13,8 @@ Comunidade Mageia Central
;Blog
Blogue
-;http://planet.mageia.org/en/
-http://planet.mageia.org/pt/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/pt/
;Planet
Planeta
@@ -145,8 +145,8 @@ o Conselho de
;This page needs you! <a href="https://wiki.mageia.org/en/Web_team">Join the Web team</a>!
Esta página precisa de você! <a href="https://wiki.mageia.org/en/Web_team">Junte-se a equipe de Web</a>!
-;http://blog.mageia.org/en/
-http://blog.mageia.org/pt/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/pt/
;https://forum.mageia.org/en/
http://mageiadobrasil.com.br/forum/
diff --git a/langs/pt/community.pt.lang b/langs/pt/community.pt.lang
index 810576fb6..f230cb636 100644
--- a/langs/pt/community.pt.lang
+++ b/langs/pt/community.pt.lang
@@ -14,16 +14,16 @@ mageia, community, news, tools, tasks
Mageia Community Central
-;http://blog.mageia.org/en/
-http://blog.mageia.org/pt/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/pt/
;Blog
Blog
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/
;Planet
diff --git a/langs/ro/community.ro.lang b/langs/ro/community.ro.lang
index 82508a53f..709251967 100644
--- a/langs/ro/community.ro.lang
+++ b/langs/ro/community.ro.lang
@@ -14,16 +14,16 @@ mageia, comunitate, știri, unelte, sarcini
Centrul comunității Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/ro/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/ro/
;Blog
Blog
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/
;Planet
diff --git a/langs/ru/community.ru.lang b/langs/ru/community.ru.lang
index d8ba455eb..bed41363b 100644
--- a/langs/ru/community.ru.lang
+++ b/langs/ru/community.ru.lang
@@ -14,16 +14,16 @@ mageia, сообщество, новости, инструменты, средс
Главная страница сообщества Mageia
-;http://blog.mageia.org/en/
-http://blog.mageia.org/ru/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/ru/
;Blog
Блог
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
;Planet
diff --git a/langs/sl/community.sl.lang b/langs/sl/community.sl.lang
index 1a9a0109e..4d17aed5f 100644
--- a/langs/sl/community.sl.lang
+++ b/langs/sl/community.sl.lang
@@ -24,8 +24,8 @@ Središče skupnosti Mageia
# en/community/index.php +33
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/ {ok}
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/ {ok}
# en/community/index.php +33
@@ -34,8 +34,8 @@ Blog {ok}
# en/community/index.php +34
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
# en/community/index.php +34
diff --git a/langs/tr/community.tr.lang b/langs/tr/community.tr.lang
index f82f470bb..7d4b10fbd 100644
--- a/langs/tr/community.tr.lang
+++ b/langs/tr/community.tr.lang
@@ -14,16 +14,16 @@ mageia, topluluk, haberler, araçlar, etiketler
Mageia Topluluk Merkezi
-;http://blog.mageia.org/en/
-http://blog.mageia.org/tr/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/tr/
;Blog
Blog (Tr)
-;http://planet.mageia.org/en/
-http://blog.mageia.org/tr/
+;https://planet.mageia.org/en/
+https://blog.mageia.org/tr/
;Planet
diff --git a/langs/uk/community.uk.lang b/langs/uk/community.uk.lang
index 3e24355be..2825ae46d 100644
--- a/langs/uk/community.uk.lang
+++ b/langs/uk/community.uk.lang
@@ -16,16 +16,16 @@ mageia, community, news, tools, tasks, спільнота, новини, інс
Головна сторінка спільноти Mageia
# en/community/index.php +33
-;http://blog.mageia.org/en/
-http://blog.mageia.org/uk/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/uk/
# en/community/index.php +33
;Blog
Блог
# en/community/index.php +34
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/ {ok}
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/ {ok}
# en/community/index.php +34
;Planet
diff --git a/langs/zh-cn/community.zh-cn.lang b/langs/zh-cn/community.zh-cn.lang
index 7ee9899c6..db4dd70bc 100644
--- a/langs/zh-cn/community.zh-cn.lang
+++ b/langs/zh-cn/community.zh-cn.lang
@@ -22,8 +22,8 @@ Mageia 社区中心
# ../../svn/web/en/community/index.php +33
-;http://blog.mageia.org/en/
-http://blog.mageia.org/en/
+;https://blog.mageia.org/en/
+https://blog.mageia.org/en/
# ../../svn/web/en/community/index.php +33
@@ -32,8 +32,8 @@ http://blog.mageia.org/en/
# ../../svn/web/en/community/index.php +34
-;http://planet.mageia.org/en/
-http://planet.mageia.org/en/
+;https://planet.mageia.org/en/
+https://planet.mageia.org/en/
# ../../svn/web/en/community/index.php +34