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/archive.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/archive.php')
-rw-r--r-- | en/doc/archive.php | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/en/doc/archive.php b/en/doc/archive.php new file mode 100644 index 000000000..5ea7bfc9a --- /dev/null +++ b/en/doc/archive.php @@ -0,0 +1,45 @@ +<?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\'s Archive')?></title> + <meta name="description" content="<?php _g('Documentation for previous releases of 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\'s Archive')?></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('Some More documentation')?></h2> + <p><?php _g('Here you will find the documentation for the versions of Mageia that have reached their End-Of-Life.')?><br/> + <?php _g('If you are looking for the current versions, see <a href="index.php">here</a>.')?></p> + <hr> + <h3>Mageia 2</h3> + <div style="float: left; margin: 2em;"> + <p><?php + doc_list(_r('Installer'), 'installer', 2, '<a href="//doc.mageia.org/installer/2/%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> |