diff options
author | Thomas Backlund <tmb@mageia.org> | 2014-10-12 12:27:45 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2014-10-12 12:27:45 +0300 |
commit | 9ce6d646ff718cd62f6434c9a4c94e450436612a (patch) | |
tree | 3ee82e5db7c0aee44a5573d9d17035c6ecac697d /en/doc/index.php | |
parent | a0b2d09125d7911656fe4cb286f20643c4432281 (diff) | |
download | www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.gz www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.bz2 www-9ce6d646ff718cd62f6434c9a4c94e450436612a.tar.xz www-9ce6d646ff718cd62f6434c9a4c94e450436612a.zip |
Revert "Updated Estonian translation"
This reverts commit a0b2d09125d7911656fe4cb286f20643c4432281.
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/en/doc/index.php b/en/doc/index.php new file mode 100644 index 000000000..c8bc5cc98 --- /dev/null +++ b/en/doc/index.php @@ -0,0 +1,70 @@ +<?php +define('HLANG', true); +require '../../langs.php'; +$dictionary = read_translation_file($locale, 'documentation'); + + +require 'doc.php'; + + +?><!DOCTYPE html> +<html lang="<?php echo $locale; ?>" dir="ltr"> +<head> + <meta charset="utf-8"> + <title><?php _g('Mageia Documentation')?></title> + <meta name="description" content="<?php _g('Documentation for Mageia distribution and its tools.')?>"> + <meta name="keywords" content="<?php _g('doc,documentation,help,guide,installer,installation,mageia,linux')?>"> + <link rel="stylesheet" href="/g/style/all.css" type="text/css"> + <?php include '../../analytics.php'; ?> +</head> +<body class="doc"> + <?php echo $hsnav; ?> + <h1 id="mgnavt"><?php _g('Mageia Documentation')?></h1> + <div id="doc" class="yui-t7"> + <div id="bd" role="main"> + <div class="yui-g"> + <div class="para donate" style="padding-top: 2em;"> + <h2><?php _g('Find your documentation')?></h2> + <p><?php _g('Select the manual, the release of Mageia and the language you want to see.')?><br/> + <?php _g('Documentation of old versions are available in the <a href="archive.php">archive page</a>.')?></p> + <p><?php _g('Those manuals are the result of common work of <a href="https://wiki.mageia.org/en/Documentation_team">documentation</a> and <a href="https://wiki.mageia.org/en/Internationalisation_Team_(i18n)">translation</a> teams.')?><br/> + <?php _g('Feel free to help us improving it!')?></p> + <hr> + <h3>Mageia 4</h3> + <div style="float: left; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php + doc_list(_r('Installer'), 'installer', 4, '<a href="//doc.mageia.org/installer/4/%s/content/index.html">HTML</a>', + '<a href="//doc.mageia.org/installer/4/%s/content/index.html">EPUB</a>', + '<a href="//doc.mageia.org/installer/4/%s/content/index.html">PDF</a>'); + ?></p> + </div> + <div style="float: right; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php + doc_list(_r('Control Center'), 'control_center', 4, '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">HTML</a>', + '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">EPUB</a>', + '<a href="//doc.mageia.org/mcc/4/%s/content/index.html">PDF</a>'); + ?></p> + </div> + <hr style="clear: both;"> + <h3>Mageia 3</h3> + <div style="float: left; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php + doc_list(_r('Installer'), 'installer', 3, '<a href="//doc.mageia.org/installer/3/%s/content/index.html">HTML</a>'); + ?></p> + </div> + <div style="float: right; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php + doc_list(_r('Control Center'), 'control_center', 3, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">HTML</a>'); + ?></p> + </div> + </div> + </div> + </div> + </div> + <div style="margin-left: 2em;"> + <hr> + <p><a href="//www.mageia.org/<?php echo $locale; ?>/map/"><?php _g('Mageia sitemap')?></a> + | <a href="//www.mageia.org/<?php echo $locale; ?>/support/"><?php _g('Support')?></a></p> + </div> +</body> +</html> |