aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution/index.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:16 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-11 12:08:16 +0000
commit377dcef357c7b7397e8de143606bc2395c5c362e (patch)
treefc7fe294333fa720c02964cc7a477624d416b8f1 /en/about/constitution/index.php
parent35ee7ed86475a654970ee272d8428936a9081407 (diff)
downloadwww-377dcef357c7b7397e8de143606bc2395c5c362e.tar
www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.gz
www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.bz2
www-377dcef357c7b7397e8de143606bc2395c5c362e.tar.xz
www-377dcef357c7b7397e8de143606bc2395c5c362e.zip
new constitution pages
Diffstat (limited to 'en/about/constitution/index.php')
-rw-r--r--en/about/constitution/index.php58
1 files changed, 58 insertions, 0 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
new file mode 100644
index 000000000..cc9758e28
--- /dev/null
+++ b/en/about/constitution/index.php
@@ -0,0 +1,58 @@
+<?php
+
+define('HLANG', true);
+require '../../../langs.php';
+
+$_t = array(
+ 'en' => array(
+ 'title' => 'Mageia.Org constitution',
+ 'svn-source' => 'Original and definitive version (in French) is available from %s.
+ These <em>may</em> be improved. Do not hesitate to mail your patches;
+ check how in the %s.',
+ ),
+ 'fr' => array(
+ 'title' => 'Statuts de l&rsquo;association Mageia.Org',
+ 'svn-source' => 'La version originale est disponible depuis %s.
+ Ces statuts <em>peuvent</em> être améliorés.
+ N&rsquo;hésitez pas à proposer des corrections ou améliorations
+ en suivant les consignes du %s.',
+ )
+);
+
+$_t = i18n::get_strings($_t, $locale, $i18n_fallback_rules);
+
+?><!DOCTYPE html>
+<html dir="ltr" lang="en">
+<head>
+ <meta charset="utf-8">
+ <title><?php echo $_t['title']; ?></title>
+ <meta name="description" content="<?php echo $_t['title'];?>">
+ <meta name="keywords" content="mageia.org, association, organization, legal, constitution, statuts">
+ <meta name="author" content="Mageia">
+ <link rel="stylesheet" type="text/css" href="/g/style/all.css">
+ <?php include '../../../analytics.php'; ?>
+</head>
+<body class="about constitution">
+ <?php echo $hsnav; ?>
+ <h1 id="mgnavt"><?php _e('title')?></h1>
+ <div id="doc4" class="yui-t7">
+ <div id="bd" role="main">
+ <div class="yui-g">
+ <div class="para preambule">
+ <div id="preamble">
+ <p><?php echo sprintf($_t['svn-source'],
+ '<a href="http://svnweb.mageia.org/soft/constitution/">svnweb.mageia.org/soft/constitution</a>',
+ '<a href="http://svnweb.mageia.org/soft/constitution/README.md?revision=HEAD&view=markup">README</a>')?></p>
+ </div>
+ </div>
+ <div class="para">
+ <?php
+ include G_APP_ROOT . '/lib/php-markdown/markdown.php';
+ echo Markdown(file_get_contents('mageia.org_statutes_fr.md'));
+ ?>
+ </div>
+ </div>
+ </div>
+ </div>
+</body>
+</html> \ No newline at end of file