diff options
author | Claire Revillet <grenoya@mageia.org> | 2014-01-09 22:42:14 +0000 |
---|---|---|
committer | Claire Revillet <grenoya@mageia.org> | 2014-01-09 22:42:14 +0000 |
commit | 2a84ec61d9661f60aa29b98a60e4106d67506ea9 (patch) | |
tree | cc3b5247a65e5ecc5121d886c72041436ae33317 /en/doc/index.php | |
parent | 000aa7f742687f4d59014acddef894089c5a0bb2 (diff) | |
download | www-2a84ec61d9661f60aa29b98a60e4106d67506ea9.tar www-2a84ec61d9661f60aa29b98a60e4106d67506ea9.tar.gz www-2a84ec61d9661f60aa29b98a60e4106d67506ea9.tar.bz2 www-2a84ec61d9661f60aa29b98a60e4106d67506ea9.tar.xz www-2a84ec61d9661f60aa29b98a60e4106d67506ea9.zip |
- creation of the archive page for the documentation of old mga versions
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index ca6f09676..0e9dad056 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -56,7 +56,8 @@ function doc_list($languages, $link) <div class="yui-g"> <div class="para donate" style="padding-top: 2em;"> <h2><?php _e('Find your documentation')?></h2> - <p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?></p> + <p><?php _e('Select the manual, the release of Mageia and the language you want to see.')?><br/> + <?php _e('(If no documentation is availlable in your language, try with the old versions <a href="archive.php">here</a>)')?></p> <hr> <h3>Mageia 3</h3> <div style="float: left; margin: 2em;"> @@ -73,15 +74,6 @@ function doc_list($languages, $link) doc_list($mga3_control_center, '<a href="//doc.mageia.org/mcc/3/%s/content/index.html">%s</a>'); ?></p> </div> - <hr style="clear: both;"> - <h3>Mageia 2</h3> - <div style="float: left; margin: 2em;"> - <h4><?php _e('Installer')?></h4> - <p><?php - $mga2_installer = array('de','el','en','eo','fr','nl','pt_br','uk'); - doc_list($mga2_installer, '<a href="//doc.mageia.org/installer/2/%s/content/index.html">%s</a>'); - ?></p> - </div> </div> </div> </div> |