diff options
author | Claire Revillet <grenoya@zarb.org> | 2015-05-13 20:53:16 +0200 |
---|---|---|
committer | Claire Revillet <grenoya@zarb.org> | 2015-05-13 20:53:16 +0200 |
commit | b8cec1935db44c60c4e86fc7761b53d7940916d2 (patch) | |
tree | 53ac663c403ed6a39f5e7a2eb2ff94fd7763ca6b /en/doc/index.php | |
parent | 128a7b0f2c43d078024a02ec95dd9c96a118c0ae (diff) | |
download | www-b8cec1935db44c60c4e86fc7761b53d7940916d2.tar www-b8cec1935db44c60c4e86fc7761b53d7940916d2.tar.gz www-b8cec1935db44c60c4e86fc7761b53d7940916d2.tar.bz2 www-b8cec1935db44c60c4e86fc7761b53d7940916d2.tar.xz www-b8cec1935db44c60c4e86fc7761b53d7940916d2.zip |
- add mga5 html manuals
Diffstat (limited to 'en/doc/index.php')
-rw-r--r-- | en/doc/index.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/en/doc/index.php b/en/doc/index.php index 727e3ba49..fe7e68f22 100644 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -30,6 +30,24 @@ require 'doc.php'; <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 5</h3> + <div style="float: left; margin: 1em; width: 24em;"> + <p style="margin-left: 2em;"><?php + doc_list(_r('Installer'), 'installer', 5, '<a href="//doc.mageia.org/installer/5/%s/content/index.html">HTML</a>'); +# doc_list(_r('Installer'), 'installer', 5, '<a href="//doc.mageia.org/installer/5/%s/content/index.html">HTML</a>', +# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-DrakX-%s-epub&doc=yes" title="Mageia installer EPUB">EPUB</a>', +# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-DrakX-%s-pdf&doc=yes" title="Mageia installer PDF">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', 5, '<a href="//doc.mageia.org/mcc/5/%s/content/index.html">HTML</a>'); +# doc_list(_r('Control Center'), 'control_center', 5, '<a href="//doc.mageia.org/mcc/5/%s/content/index.html">HTML</a>', +# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-MCC-%s-epub&doc=yes" title="Mageia MCC EPUB">EPUB</a>', +# '<a rel="nofollow" href="../downloads/get/?q=Mageia5-MCC-%s-pdf&doc=yes" title="Mageia MCC PDF">PDF</a>'); + ?></p> + </div> + <hr style="clear: both;"> <h3>Mageia 4</h3> <div style="float: left; margin: 1em; width: 24em;"> <p style="margin-left: 2em;"><?php |