diff options
author | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 00:38:32 +0200 |
---|---|---|
committer | Manuel Hiebel <leuhmanu@mageia.org> | 2017-07-16 00:38:32 +0200 |
commit | a29d57476d8c9419aff1333d3dd32659159f5a15 (patch) | |
tree | 555f2255b9f6051f340d7d184c2aec0f41c8d63a /en/doc | |
parent | d8b0be92e684935c9d0de3a7aae3a685e296ca2a (diff) | |
download | www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.gz www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.bz2 www-a29d57476d8c9419aff1333d3dd32659159f5a15.tar.xz www-a29d57476d8c9419aff1333d3dd32659159f5a15.zip |
Documentation for Mageia 6 is available
(html version of netinstall is missing)
Diffstat (limited to 'en/doc')
-rwxr-xr-x | en/doc/doc.php | 8 | ||||
-rwxr-xr-x[-rw-r--r--] | en/doc/index.php | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index 44205c2b1..06eaad398 100755 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -1,5 +1,11 @@ <?php + +$documentation['installer' ][6] = array('ca','cs','da','de','el','en','es','et','eu','fr','id','it','nl','pl','pt','pt_br','ro','ru','sl','sq','sv','tr','uk','zh_CN'); +$documentation['control_center'][6] = array('ca','cs','de','el','en','es','et','eu','fr','id','it','nl','pl','pt','pt_br','ro','ru','sv','tr','uk'); +$documentation['draklive' ][6] = array('cs','de','el','en','es','et','eu','fr', 'hr','nl','pt_br','ro','sk','sl','sv','uk','zh_CN'); +$documentation['netinstall' ][6] = array('ca','cs','da','de','el','en','es','et','eu','fr','id','it','nl','pl','pt','pt_br','ro','ru','sl','sq','sv','tr','uk','zh_CN'); + $documentation['installer' ][5] = array('ca','cs','de','el','en','eo','es','et','eu','fr', 'hr','id','it','nl', 'pl','pt','pt_br','ro','ru','sq','sv','tr','uk','zh_CN'); $documentation['control_center'][5] = array('ca','cs','de','el','en','es','et','eu','fr','id','it','nl','pl','pt','pt_br','ro','ru','sv','tr','uk'); $documentation['draklive' ][5] = array('cs','de','el','en','es','et','eu','fr', 'hr','nl','ro','sk','sl','sv','uk','zh_CN'); @@ -58,7 +64,7 @@ function doc_list($documentation_name, $type, $version) $dir = 'draklive'; $name = 'DrakLive'; $title = _r('Installation from LIVE medium'); - } else if ('draklive' == $type) { + } else if ('netinstall' == $type) { $dir = 'NetInstall'; $name = 'NetInstall'; $title = _r('Installation with tiny boot image'); diff --git a/en/doc/index.php b/en/doc/index.php index f321dd9d8..28a51dfdc 100644..100755 --- a/en/doc/index.php +++ b/en/doc/index.php @@ -34,6 +34,19 @@ require 'doc.php'; <?php _g('Feel free to help us improving it!')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> + <h3>Mageia 6</h3> + <div class="row"> + <div class="col"> + <?php doc_list(_r('Installer'), 'installer', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Control Center'), 'control_center', 6); ?> + </div> + <div class="col"> + <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 6); ?> + </div> + </div><!--row--> + <hr></hr> <h3>Mageia 5</h3> <div class="row"> <div class="col"> |