aboutsummaryrefslogtreecommitdiffstats
path: root/ur/about/founders.html
blob: f2b5954385da8f6ee6f4a6ccee25ac9d6346d991 (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
<?php

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

?><!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
    <meta charset="utf-8">
    <title>Mageia Founders</title>
    <meta name="description" content="The 15 persons that triggered the very beginning of Mageia.">
    <meta name="keywords" content="mageia, founders, project, community, start">
    <meta name="DC.date" content="2010-09-18" scheme="DCTERMS.W3CDTF">
    <link rel="canonical" href="/en/about/founders.html">
    <meta name="site:context" content="about">

    <link rel="stylesheet" type="text/css" href="/g/style/all.css" />
    <?php include '../../analytics.php'; ?>
</head>
<body>
    <?php echo $hsnav; ?>
    
    <div id="doc" class="yui-t7">
        <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh">Founders</span></h1></div>
        <div id="bd" role="main">
            <div class="yui-g bb1">

                <div class="para" id="announce">
                    <p>Here is the list of people who started all this on September, 18<sup>th</sup> 2010:</p>
                    <ul>
                        <li>Anne Nicolas (ennael)</li>
                        <li>Arnaud Patard (rtp)</li>
                        <li>Damien Lallement (damsweb)</li>
                        <li>Nicolas Vigier (boklm)</li>
                        <li>Olivier Blin (blino)</li>
                        <li>Romain d'Alverny (rda)</li>
                        <li>Séverine Wiltgen (sevalienor)</li>
                        <li>Frédéric Cuif (fredxx)</li>
                        <li>Olivier Méjean (goom)</li>
                        <li>Colin Guthrie (coling)</li>
                        <li>Thomas Backlund (tmb)</li>
                        <li>Anssi Hannula (anssi)</li>
                        <li>Raphaël Gertz (rapsys)</li>
                        <li>Jérôme Quelin (jq)</li>
                        <li>Wolfgang Bornath (wobo)</li>
                        <li>SinnerBOFH</li>
                        <li>Michael Scherer (misc)</li>
                    </ul>
                </div>
            </div>
        </div>
        <div id="ft"><p><a href="http://mageia.org/">mageia.org</a></p></div>
    </div>
</body>
</html>