aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc/index.php
blob: 9c75fb4a1f2041f2921af1335445227605045e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?php
define('HLANG', true);
require '../../langs.php';
_lang_load($locale, 'documentation');

?><!DOCTYPE html>
<html lang="<?php echo $locale; ?>" dir="ltr">
<head>
    <meta charset="utf-8">
    <title>Mageia Documentation</title>
    <meta name="description" content="Documentation for Mageia distribution and its tools.">
    <meta name="keywords" content="doc,documentation,help,guide,installer,installation,mageia,linux">
    <link rel="stylesheet" href="/g/style/all.css" type="text/css">
</head>
<body class="doc">
    <?php echo $hsnav; ?>
    <h1 id="mgnavt">Mageia Documentation</h1>
    <div id="doc" class="yui-t7">
        <div id="bd" role="main">
            <div class="yui-g">
                <div class="para donate" style="padding-top: 2em;">
                    <h2>Find your documentation</h2>
                    <p>Select the manual, the release of Mageia and the language you want to
                    see. </p>
                    <hr>
                    <h3>Mageia 3</h3>
                    <div style="float: left; margin: 2em;">
                        <h4>Installer</h4>
                        <p><a href="//doc.mageia.org/installer/3/de/content/index.html">Deutsch</a><br/>
                        <a href="//doc.mageia.org/installer/3/el/content/index.html">Ελληνικά</a><br/>
                        <a href="//doc.mageia.org/installer/3/en/content/index.html">English</a><br/>
                        <a href="//doc.mageia.org/installer/3/es/content/index.html">Español</a><br/>
                        <a href="//doc.mageia.org/installer/3/et/content/index.html">Eesti</a><br/>
                        <a href="//doc.mageia.org/installer/3/fr/content/index.html">Français</a><br/>
                        <a href="//doc.mageia.org/installer/3/nl/content/index.html">Nederlands</a><br/>
                        <a href="//doc.mageia.org/installer/3/pt_br/content/index.html">Português do Brasil</a><br/>
                        <a href="//doc.mageia.org/installer/3/ru/content/index.html">Pусский</a><br/>
                        <a href="//doc.mageia.org/installer/3/uk/content/index.html">Українська</a></p>
                    </div>
                    <div style="float: right; margin: 2em;">
                        <h4>Control Center</h4>
                        <p><a href="//doc.mageia.org/mcc/3/en/content/index.html">English</a><br/>
                        <a href="//doc.mageia.org/mcc/3/et/content/index.html">Eesti</a><br/>
                        <a href="//doc.mageia.org/mcc/3/fr/content/index.html">Français</a><br/></p>
                    </div>
                    <hr style="clear: both;">
                    <h3>Mageia 2</h3>
                    <div style="float: left; margin: 2em;">
                        <h4>Installer</h4>
                        <p><a href="//doc.mageia.org/installer/2/de/content/index.html">Deutsch</a><br/>
                        <a href="//doc.mageia.org/installer/2/el/content/index.html">Ελληνικά</a><br/>
                        <a href="//doc.mageia.org/installer/2/en/content/index.html">English</a><br/>
                        <a href="//doc.mageia.org/installer/2/eo/content/index.html">Esperanto</a><br/>
                        <a href="//doc.mageia.org/installer/2/fr/content/index.html">Français</a><br/>
                        <a href="//doc.mageia.org/installer/2/nl/content/index.html">Nederlands</a><br/>
                        <a href="//doc.mageia.org/installer/2/pt_br/content/index.html">Português do Brasil</a><br/>
                        <a href="//doc.mageia.org/installer/2/uk/content/index.html">Українська</a><br/></p>
                    </div>
                </div>
            </div>
        </div>
    </div>
    <div style="margin-left: 2em;">
        <hr>
        <p><a href="//www.mageia.org/map/">Mageia</a>
            | <a href="//www.mageia.org/support/">Support</a></p>
    </div>
</body>
</html>