<?php define('HLANG', true); define('ALIGNMENT', 'Center'); require '../../langs.php'; $dictionary = read_translation_file($locale, array('documentation', 'common_footer')); require 'doc.php'; $rtl = is_locale_rtl($locale); ?><!DOCTYPE html> <html <?php echo $rtl ? 'dir="rtl"' : 'dir="ltr"'?> lang="<?php echo $locale; ?>"> <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')?>"> <?php echo common_header(); ?> <?php include '../../analytics.php'; ?> <?php echo $rtl ? '<style> caption { text-align: right; } </style>' : ''?> </head> <body class="doc" <?php echo $rtl ? 'style="text-align: right;"' : ''?>> <?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"> <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('These manuals are the result of common work by the <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 <a href="../community/">us improve</a> them, or to assist in translating them into your language.')?></p> <?php _g('Documentation built using the <a href="%s">Calenco tool from NeoDoc</a>.', 'http://www.neodoc.biz/', 'p')?> <hr> <h3>Mageia 9</h3> <div class="row"> <div class="col"> <?php doc_list(_r('Control Center'), 'control_center', 9); ?> </div> <div class="col"> <?php doc_list(_r('Installer'), 'installer', 9); ?> </div> <div class="col"> <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 9); ?> </div> <div class="col"> <?php doc_list(_r('Network installation'), 'netinstall', 9); ?> </div> </div> <hr> <h3>Mageia 8</h3> <div class="row"> <div class="col"> <?php doc_list(_r('Control Center'), 'control_center', 8); ?> </div> <div class="col"> <?php doc_list(_r('Installer'), 'installer', 8); ?> </div> <div class="col"> <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 8); ?> </div> <div class="col"> <?php doc_list(_r('Network installation'), 'netinstall', 8); ?> </div> </div> <hr> </div> </div> </div> </div> <?php echo common_footer($locale); ?> </body> </html>