diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-05-11 12:08:18 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-05-11 12:08:18 +0000 |
commit | bc894a2a5095b92037a665d1b14015a487d0d175 (patch) | |
tree | 2eb256f028cdb9ee391c29b42af0395c05277b25 /en | |
parent | 377dcef357c7b7397e8de143606bc2395c5c362e (diff) | |
download | www-bc894a2a5095b92037a665d1b14015a487d0d175.tar www-bc894a2a5095b92037a665d1b14015a487d0d175.tar.gz www-bc894a2a5095b92037a665d1b14015a487d0d175.tar.bz2 www-bc894a2a5095b92037a665d1b14015a487d0d175.tar.xz www-bc894a2a5095b92037a665d1b14015a487d0d175.zip |
rewritten About page
Diffstat (limited to 'en')
-rw-r--r-- | en/about/index.php | 93 | ||||
-rw-r--r-- | en/about/locales.php | 8 |
2 files changed, 79 insertions, 22 deletions
diff --git a/en/about/index.php b/en/about/index.php index 758d6279b..fd8194660 100644 --- a/en/about/index.php +++ b/en/about/index.php @@ -1,44 +1,93 @@ -<!DOCTYPE html> -<html dir="ltr" lang="en"> +<?php +define('HLANG', true); +require '../../langs.php'; +require 'locales.php'; + +$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules); + +?><!DOCTYPE html> +<html dir="ltr" lang="<?php echo $locale ?>"> <head> <meta charset="utf-8"> - <title>About Mageia</title> - <meta name="description" content="Mageia"> - <meta name="keywords" content="mageia"> + <title><?php _e('About Mageia'); ?></title> + <meta name="description" content="<?php _e('Mageia is a Free Software, community-led project. Learn more about it.')?>"> + <meta name="keywords" content="<?php _e('mageia, mageia.org, about, mission, contacts, governance, values, timeline')?>"> <meta name="author" content="Mageia"> <link rel="stylesheet" type="text/css" href="/g/style/all.css"> <?php include '../../analytics.php'; ?> </head> -<body> - <?php include '../../langs.php'; ?> - +<body class="about"> + <?php echo $hsnav; ?> + <h1 id="mgnavtitle"><?php _e('About Mageia')?></h1> <div id="doc" class="yui-t7"> - <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">About</span></h1></div> <div id="bd" role="main"> - <div class="yui-g"><div class="para"> + <div class="yui-g"><div class="para" style="padding-top: 2em;"> + <p>Mageia is a GNU/Linux-based, Free Software operating system, + supported by a nonprofit organisation (<a href="#mageia.org">Mageia.Org</a>) + of recognized and elected contributors.</p> + + <p>It <a href="2010-sept-announcement.html">started in September 2010 as a fork</a> + of Mandriva Linux.</p> - <h2>Current activity</h2> + <p>Further than just delivering a free, secure, stable + and sustainable operating system, + the goal is to set up a stable and trustable governance + to direct collaborative projects.</p> + + <p>To date, Mageia:</p> + <ul class="hl"> + <li>gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>, + coproducing the infrastructure (hardware and software), + the distribution itself (developing, packaging, translating, chasing bugs, etc.), + <a href="http://wiki.mageia.org/">documentation</a>, + <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, + using Free Software tools;</li> + <li>released <a href="../1/">its first stable release in June 2011</a>;</li> + <li>is <a href="../2/">on the path of delivering its second release in May 2012</a>.</li> + </ul> + <!-- <ul> - <li><a href="../donate/">Donations</a></li> - <li><a href="/en/calendar/">Calendar</a></li> - <li><a href="http://forums.mageia.org/">Forums</a>, - <a href="/mailman/">mailing-lists</a>, - <a href="https://wiki.mageia.org/">Wiki</a></li> - <li><a href="http://svnweb.mageia.org/">Code repository</a>, - dashboard</li> + <li>Overview</li> + <li>Mission</li> + <li>Projects</li> + <li>News</li> + <li>Contacts</li> + <li>Supporters</li> + <li>Governance: ...</li> + <li>Values</li> + <li>Code of conduct</li> + <li>Mageia.Org: ...</li> + <li>History/Timeline</li> </ul> + --> + + <hr> <h2>Learn more about Mageia</h2> <ul> - <li><a href="2010-sept-announcement.html">Original announcement in Sept. 2010</a>, <a href="founders.html">founders</a></li> - <li><a href="https://wiki.mageia.org/en/Org">Governance</a></li> <li><a href="./values/">Values</a></li> <li><a href="./code-of-conduct/">Code of conduct</a></li> <li><a href="/en/about/policies/">Policies</a></li> - <li><a href="/en/about/reports/">Financial reports</a></li> <li><a href="/en/thank-you/">Thanks!</a></li> - <li><a href="/en/about/policies/privacy/">Privacy policy</a></li> + </ul> + + <hr> + <h3 id="mageia.org">Mageia.Org</h3> + <p>is the French, Paris-based legal structure supporting the Mageia project. + Learn more about it:</p> + <ul> + <li><a href="./constitution/">Mageia.Org's legal constitution</a> + and <a href="https://wiki.mageia.org/en/Org">governance</a> rules;</li> + <li>association members;</li> + <li><a href="/en/about/reports/">financial reports</a>.</li> + </ul> + + <hr> + <h3>Media & artwork</h3> + <ul> <li><a href="/en/about/media/">Logo, CD covers files, media files</a>.</li> + <li><a href="/en/charter.html">Current graphics charter</a>.</li> </ul> + </div></div> </div> </div> diff --git a/en/about/locales.php b/en/about/locales.php new file mode 100644 index 000000000..cb252ea91 --- /dev/null +++ b/en/about/locales.php @@ -0,0 +1,8 @@ +<?php + +$_t = array( + 'en' => array(), + 'fr' => array( + 'About' => 'À propos de Mageia' + ) +);
\ No newline at end of file |