aboutsummaryrefslogtreecommitdiffstats
path: root/en/community/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/community/index.php')
-rw-r--r--en/community/index.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/en/community/index.php b/en/community/index.php
index 084c25dcc..91a5987e7 100644
--- a/en/community/index.php
+++ b/en/community/index.php
@@ -4,10 +4,11 @@ define('ALIGNMENT', 'Center');
require '../../langs.php';
$dictionary = read_translation_file($locale, array('community', 'news', 'common_footer'));
include '../../lib/news.php';
+$rtl = is_locale_rtl($locale);
?>
<!DOCTYPE html>
-<html lang="<?php echo $locale; ?>">
+<html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<title><?php _g('Mageia Community')?></title>
@@ -25,7 +26,7 @@ include '../../lib/news.php';
hr { margin-top: 2em; }
</style>
</head>
-<body class="community">
+<body class="community" <?php echo $rtl ? 'style="text-align: right;"' : ''?>>
<?php echo $hsnav; ?>
<header id="mgnavt">
<h1><?php _g('Mageia Community Central')?></h1>
@@ -62,7 +63,7 @@ include '../../lib/news.php';
}
if(0 != $num_fresh_eng_posts) {
show_feed($locale, _r('News in English') . " ($eng_posts_title)", $fresh_eng_posts[0]["source"], '', 0, null, true, null, $fresh_eng_posts);
- }
+ }
// don't work:
//show_feed('Mageia MLs', '', 'https://ml.mageia.org/l/rss/active_lists?count=20&for=10');
//show_feed('Mageia Forum', 'https://forum.mageia.org/en/', 'https://forums.mageia.org/en/feed.php?mode=topics_active');
@@ -106,7 +107,7 @@ include '../../lib/news.php';
<h2><?php _g('Conversations')?></h2>
<p><?php _g('... or, how to get in touch with us? Easy:')?></p>
<ul class="hl">
- <li><a href="<?php _g('https://wiki.mageia.org/en/IRC')?>" title="Internet Relay Chat"><?php echo _r('IRC</a> on Freenode')?>,</li>
+ <li><a href="<?php _g('https://wiki.mageia.org/en/IRC')?>" title="Internet Relay Chat"><?php echo _r('IRC</a> on Libera.Chat')?>,</li>
<li><a href=<?php _g('"https://wiki.mageia.org/en/Mailing_lists" hreflang="en"')?>><?php echo _r('Mailing-lists')?></a>,</li>
<li><a href="<?php _g('https://forum.mageia.org/en/')?>"><?php echo _r('Forums')?></a>,</li>
<li><a href="<?php _g('https://blog.mageia.org/en/')?>"><?php echo _r('Blog')?></a>,</li>
@@ -129,7 +130,7 @@ include '../../lib/news.php';
<li><a href=<?php _g('"https://wiki.mageia.org/en/QA_Team" hreflang="en"')?>><?php _g('Testing &amp; <abbr title="Quality Assurance">QA</abbr>')?></a></li>
<li><a href=<?php _g('"https://wiki.mageia.org/en/Internationalisation_Team_(i18n)" hreflang="en"')?>><?php _g('Translation')?></a></li>
<li><a href=<?php _g('"https://wiki.mageia.org/en/Sysadmin_Team" hreflang="en"')?>><?php _g('Systems &amp; infrastructure administration')?></a></li>
- <li><a href=<?php _g('"https://wiki.mageia.org/en/Bugsquad" hreflang="en"')?>><?php _g('Bugs triaging')?></a></li>
+ <li><a href=<?php _g('"https://wiki.mageia.org/en/Bug_Squad" hreflang="en"')?>><?php _g('Bug Squad')?></a></li>
</ul>
</div>
<div class="col">