aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/index.php
blob: a6fa5599d7b1235a9fd722d4ad6b341d26d8c808 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?php
define('HLANG', true);
define('ALIGNMENT', 'Center');
require '../../langs.php';

$dictionary = read_translation_file($locale, array('about', 'common_footer'));

?><!DOCTYPE html>
<html dir="ltr" lang="<?php echo $locale ?>">
<head>
    <meta charset="utf-8">
    <title><?php _g('About Mageia'); ?></title>
    <meta name="description" content="<?php _g('Mageia is a Free Software, community-led project. Learn more about it.')?>">
    <meta name="keywords" content="<?php _g('mageia, mageia.org, about, mission, contacts, governance, values, timeline')?>">
    <meta name="author" content="Mageia">
    <?php include '../../analytics.php'; ?>
    <?php echo common_header(); ?>
    <style>
    #abtlg {
        display: block;
        margin: 0 auto;
        width: 500px;
    }
    </style>
    <?php echo common_header(); ?>
</head>
<body class="about">
    <?php echo $hsnav; ?>
    <h1 id="mgnavtitle"><?php _g('About Mageia')?></h1>
    <div id="doc" class="yui-t7" style="margin-bottom: 0px;">
        <div id="bd" role="main">
            <div class="yui-g"><div class="para" style="padding-top: 2em;">
                <img src="/g/media/logo/mageia-2013.svg" id="abtlg" alt="Mageia">
                <p><?php
                    _g('Mageia is a GNU/Linux-based, Free Software operating system.', null, ' ');
                    _g('It is a <a href="../community/">community project</a>, supported by <a href="#mageia.org">a nonprofit organisation</a> of elected contributors.');
                ?></p>
                <?php
                    _g('Our mission: to build great tools for people.',null,'p');
                    _g('Beyond just delivering a secure, stable and sustainable operating system, the goal is also to become and maintain a credible and recognized community in the free software world.',null,'p');
                    _g('To date, Mageia:',null,'p');
                ?>
                <ul class="hl"><?php
                    _g('<a href="2010-sept-announcement.html">started in September 2010 as a fork</a> of Mandriva Linux,',null,'li');
                    echo '<li>',
                        _r('gathered <a href="../community/">hundreds of careful individuals and several companies worldwide</a>,'),
                        _r('who coproduce the infrastructure, the distribution itself, <a href="https://wiki.mageia.org/">documentation</a>, <a href="../downloads/">delivery</a> and <a href="../support/">support</a>, using Free Software tools;');
                    echo '</li>';
		    _g('released seven major stable releases <a href="../1/">in June 2011</a>, <a href="../2/">in May 2012</a>, <a href="../3/">in May 2013</a>, <a href="../4/">in February 2014</a>, <a href="../5/">in June 2015</a>, <a href="../6/">in July 2017</a> and <a href="../7/">in June 2019</a>',null,'li');
                ?></ul>
                <!--
                <ul>
                    <li>Overview</li>
                    <li>Mission</li>
                    <li>Projects</li>
                    <li>News</li>
                    <li>Contacts</li>
                    <li>Supporters</li>
                    <li>Governance: ...</li>
                    <li>Values</li>
                    <li>Code of conduct</li>
                    <li>Mageia.Org: ...</li>
                    <li>History/Timeline</li>
                </ul>
                -->

                <hr>
                <h3 id="mageia.org">Mageia.Org</h3>
                <?php
                    _g('is the French, Paris-based legal structure supporting the Mageia project.');
                ?>
                <ul><?php
                    _g('<a href=%s>Mageia.Org\'s legal constitution</a> and <a href=%s>governance</a> rules;',
                        array('"./constitution/"', _r('"https://wiki.mageia.org/en/Org"')), 'li');
                    _g('<a href="../about/reports/">financial reports</a>, <a href="../thank-you/">donators</a>.', null, 'li');
                ?></ul>

                <hr>
                <h3 ><?php _g('Mageia license')?></h3>
                <?php _g('Our contributions are based on <a href=%s>our license</a>.', array('"./license/"')); ?>

                <hr>
                <h3 ><?php _g('Code of conduct')?></h3>
                <?php _g('In our community we use <a href=%s>Code of conduct</a>.', array('"./code-of-conduct/"')); ?>

                <hr>
                <?php _g('Media &amp; artwork',null,'h3')?>
                <ul><?php
                    _g('<a href="%s">Logo, CD covers files, media files</a>.', array('../about/media/'), 'li');
                    /*_g('<a href="%s">Current graphics charter</a>.', array('../charter.html'), 'li');*/
                ?></ul>

            </div></div>
        </div>
    </div>
<?php echo common_footer($locale); ?>
</body>
</html>