aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/index.php
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2019-07-02 22:38:47 +0200
committerfilip <filip.komar@gmail.com>2019-07-02 22:38:47 +0200
commitd7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5 (patch)
treec73225b83c034a42b86a5f9a9917171364e15503 /en/doc/index.php
parent31f30c23a8c5ef63aa0cf0fea6bde51bcb8d6e47 (diff)
downloadwww-d7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5.tar
www-d7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5.tar.gz
www-d7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5.tar.bz2
www-d7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5.tar.xz
www-d7e59ab9cc1d05810246e77d2e9fc1f3c2caf5c5.zip
move mga5 doc to archive and add doc available for mga7
Diffstat (limited to 'en/doc/index.php')
-rw-r--r--en/doc/index.php49
1 files changed, 26 insertions, 23 deletions
diff --git a/en/doc/index.php b/en/doc/index.php
index 0dc847866..b25beeaad 100644
--- a/en/doc/index.php
+++ b/en/doc/index.php
@@ -31,34 +31,37 @@ 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>
+ <h3>Mageia 7</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 class="col">
- <?php doc_list(_r('Network installation'), 'netinstall', 6); ?>
+ <div class="col">
+ <?php doc_list(_r('Installer'), 'installer', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Control Center'), 'control_center', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 7); ?>
+ </div>
+ <div class="col">
+ <?php doc_list(_r('Network installation'), 'netinstall', 7); ?>
+ </div>
</div>
- </div><!--row-->
<hr>
- <h3>Mageia 5</h3>
+ <h3>Mageia 6</h3>
<div class="row">
- <div class="col">
- <?php doc_list(_r('Installer'), 'installer', 5); ?>
- </div>
- <div class="col">
- <?php doc_list(_r('Control Center'), 'control_center', 5); ?>
- </div>
- <div class="col">
- <?php doc_list(_r('Installation from LIVE medium'), 'draklive', 5); ?>
+ <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 class="col">
+ <?php doc_list(_r('Network installation'), 'netinstall', 6); ?>
+ </div>
</div>
- </div><!--row-->
</div>
</div>
</div>