aboutsummaryrefslogtreecommitdiffstats
path: root/en/support/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'en/support/index.php')
-rw-r--r--en/support/index.php30
1 files changed, 21 insertions, 9 deletions
diff --git a/en/support/index.php b/en/support/index.php
index 9ee009a50..265014be9 100644
--- a/en/support/index.php
+++ b/en/support/index.php
@@ -3,9 +3,10 @@ define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';
$dictionary = read_translation_file($locale, array('support', 'common_footer'));
+$rtl = is_locale_rtl($locale);
?><!DOCTYPE html>
-<html dir="ltr" lang="<?php echo $locale; ?>">
+<html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>">
<head>
<meta charset="utf-8">
<title><?php _g('Support for Mageia distribution')?></title>
@@ -15,7 +16,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
<?php include '../../analytics.php'; ?>
<?php echo common_header(); ?>
</head>
-<body class="support">
+<body class="support" <?php echo $rtl ? 'style="text-align: right;"' : ''?>>
<?php echo $hsnav; ?>
<header id="mgnavt">
<h1><?php _g('Support')?></h1>
@@ -40,17 +41,25 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
'<a href="' . _r('https://wiki.mageia.org') . '">', '</a>'), 'p');
echo '<hr>';
_g('Updates', null, 'h2 id="updates"');
-// _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/6.html">Mageia 6</a>', '<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
- _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/7.html">Mageia 7</a>'), 'p');
+ _g('Updates are available for %s and %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/8.html">Mageia 8</a>', '<a href="//advisories.mageia.org/9.html">Mageia 9</a>'), 'p');
+ // _g('Updates are available for %s (security and bug fixes) and published on an ongoing basis.', array('<a href="//advisories.mageia.org/8.html">Mageia 8</a>'), 'p');
_g('You can install these from the Mageia Control Center.', null, 'p');
_g('You may subscribe to our %s announce list to be notified of these.', array('<a href="https://ml.mageia.org/l/info/updates-announce">updates-announce</a>'), 'p');
echo '<hr>';
_g('Lifecycle', null, 'h3 id="lifecycle"');
- _g('Mageia releases are supported at least for 18 months.', null, 'p');
+ echo '<p>';
+ _g('Mageia releases are supported at least for 18 months.', null, ' ');
+ _g('Or a minimum of 3 months after the next release, whichever is longer', null, ' ');
+ // _g('And at least three months after the new release is out.');
+ echo '</p>';
echo '<ul class="hl">';
- _g('Mageia 7 will be supported until December 30th, 2020.', null, 'li'); // _g('Mageia 7 was supported until December 30th, 2020.', null, 'li');
- /*_g('Mageia 6 will be supported until September 30th, 2019.', null, 'li'); /**/ _g('Mageia 6 was supported until September 30th, 2019.', null, 'li');
+ _g('Mageia 9 will be supported until March 31st, 2025', null, 'li');
+ //_g('Mageia 8 was supported until November 30th, 2023', null, 'li');
+ _g('Mageia 8 will be supported until November 30th, 2023', null, 'li');
+ //_g('Mageia 8 will be supported until August 31st, 2022, or for at least 3 months after Mageia 9 release.', null, 'li'); // _g('Mageia 8 was supported for at least 3 months after Mageia 9 release.', null, 'li');
+ _g('Mageia 7 was supported until June 30th, 2021.', null, 'li');
+ _g('Mageia 6 was supported until September 30th, 2019.', null, 'li');
echo '<li>';
_g('Mageia 5 was supported until December 31st, 2017.', null, ' ');
_g('More details and advice are available on our %swiki page%s and from %sour blog%s.',
@@ -70,7 +79,7 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
echo '<ul class="hl">';
_g('<a href="https://forums.mageia.org/en/">Community support forums</a> in English &ndash; see <a href="https://forums.mageia.org/en/viewforum.php?f=20">other Mageia community forums</a> for support in your language;', null, 'li');
- _g('IRC channels where you can discuss live with other Mageia users and contributors: <a href="irc://irc.freenode.net/#mageia" hreflang="en">#mageia</a> or other localized <a href="https://wiki.mageia.org/en/IRC#channels_in_other_languages">channels</a>;', null, 'li');
+ _g('IRC channels where you can discuss live with other Mageia users and contributors: <a href="ircs://irc.libera.chat:6697/#mageia" hreflang="en">#mageia</a> or other localized <a href="https://wiki.mageia.org/en/IRC#channels_in_other_languages">channels</a>;', null, 'li');
_g('our <a href="https://wiki.mageia.org/en/">Wiki</a> (still rough at the time, we are working on it!);', null, 'li');
_g('our <a href="https://wiki.mageia.org/en/Mailing_lists" hreflang="en">mailing-lists</a>;', null, 'li');
_g('local events: follow our <a href="https://blog.mageia.org/en/">blog</a> and <a href="https://www.mageia.org/en/calendar/">calendar</a>.', null, 'li');
@@ -89,7 +98,10 @@ $dictionary = read_translation_file($locale, array('support', 'common_footer'));
echo '<ul class="hl">';
_g('Processor: any AMD, Intel or VIA processor;', null, 'li');
- _g('Memory (RAM): 512MB minimum, 2GB recommended;', null, 'li');
+ echo '<li>' . _r('Memory (RAM): 512MB minimum, 2GB recommended;') . ' ';
+ _g('For headless systems that minimum can be usable.', null, ' ');
+ _g('For low memory intensive programs and light graphical Desktop Environments like Xfce the minimum is 1GB.', null, ' ');
+ echo _r('For more feature rich like Gnome and Plasma the minimum is 2GB.') . '</li>';
echo '<li>' . _r('Storage (HDD or SSD): 5GB for a minimal installation, 20GB for a casual setup;') . ' ';
_g('This includes a few GB for user files. If you need more than you should take that in account too.', null, ' ');
echo _r('Custom installations on less space are possible but this requires intermediate linux knowledge.') . '</li>';