aboutsummaryrefslogtreecommitdiffstats
path: root/en/3/index.php
blob: ec3cc5cdf8e4d2244827909a505ed6c14d965e13 (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
<?php

define('HLANG', true);
require '../../langs.php';

$dictionary = read_translation_file($locale, '3');
?>
<!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
<head>
    <meta charset="utf-8">
    <title><?php _g('Mageia 3')?></title>
    <link rel="stylesheet" href="/g/style/all.css">
    <meta name="description" content="<?php _g('Mageia 3 is the new, solid, stable Linux distribution from the Mageia project.')?>">
    <style>
    .para { text-align: left; float: left; width: 250px; display: block; border-right: 1px solid #eef; border-bottom: 1px solid #eef; }
    hr { margin-top: 2em; }
    </style>
    <?php include '../../analytics.php'; ?>
</head>
<body class="downloads">
    <?php echo $hsnav; ?>
    <h1 id="mgnavtitle"><a href="../3/">Mageia 3</a></h1>
    <?php include '../3/nav.php'; ?>
    <div class="para" style="width: 600px;">
        <section>
            <a href="../3/download_index.php" title="Mageia 3"><img src="/g/3/mageia-3-desktop-550.png" alt="Mageia 3" style="width: 550px; display: block; margin: 2em auto 3em auto; box-shadow: 0 0 5px #aaa;"></a>
            <?php
            _g('Mageia 3 is a GNU/Linux distribution for your computer, released by the <a href="%s">Mageia community</a>.', array('../community'), 'p');

            _g('What\'s new?', null, 'h2');
            _g('Too much to include here! See the <a href="https://wiki.mageia.org/en/Mageia_3_Release_Notes">release notes</a> for an extensive exposé.', null, 'p');
	    ?>
	    <p><a href="../3/download_index.php" style="background: #1272B1; color: white; padding: 0.9em; margin: 1em; display: inline-block; text-shadow: 0 1px 6px #000; border-radius: 3px;"><?php _g('Download it right away!');?></a></p>
            <?php
            _g('Mageia in context', null, 'h2');
            _g('Mageia is both a Community and a Linux Distribution, with Mageia 3 being our third release.', null, 'p');
            _g('Since the release of <a href="../1/">Mageia 1</a>, our offering has been consistently in the <a href="%s">top 10 of Distrowatch\'s most popular distributions</a>.', array('http://distrowatch.com/popularity'), 'p');

            _g('Mageia 3 is supported by the <a href="../about/">Mageia.org nonprofit organisation</a>, which is governed by a body of recognized and elected contributors.', null, 'p');
            _g('Mageia 3 has been made by more than 100 people from all around the world.', null, 'p');

            _g('Our work adds to the excellent work of the wider Linux and Free Software community. We aim to bring one of the best, most stable, reliable and enjoyable experience and platform we can make; for regular users, developers and businesses.', null, 'p');
            _g('We welcome new contributors to any of the many different teams that go to make up Mageia the Community, and we encourage you to join us.', null, 'p');
            ?>
        </section>
    </div>
</body>
</html>