website view fr/index.php @ rev 1207

Small start for new style in fr/
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 01 22:29:14 2014 +0200 (2014-05-01)
parents 66964b8f0217
children cab69e37ab86
line source
1 <!DOCTYPE html>
2 <html lang="fr">
3 <head>
4 <meta charset="utf-8" />
5 <title>SliTaz GNU/Linux (fr)</title>
6 <meta name="description" content="SliTaz GNU/Linux français système linux libre gratuit" />
7 <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, suisse, france, quebec, belgique" />
8 <meta name="author" content="Christophe Lincoln"/>
9 <?php include("../lib/html/meta-link.html"); ?>
10 </head>
11 <body>
13 <?php
14 include("../config.php");
15 include("../lib/html/header.html");
16 include("../lib/html/nav-ng.fr.html");
17 include("../lib/lang.php");
18 ?>
20 <!-- Content -->
21 <div id="content">
23 <div class="box-up">
24 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt"
25 title="Visit this page now."><img src="../images/gofundme.png"></a>
26 <a href="http://www.gofundme.com/slitaz2014?utm_medium=wdgt">
27 Jetez un oeil à la campagne de dons 2014 de SliTaz!</a>
28 </div>
30 <!--
31 SliTaz news starting.
32 -->
34 <!-- Featured sponsor -->
35 <div id="sponsor">
36 <p><strong>Featured sponsor</strong></p>
37 <?php include("../lib/rand-sponsor.php"); ?>
38 <p><a href="/en/sponsor/">Become a sponsor</a></p>
39 </div>
41 <!-- We just keep the last 3 web site news -->
42 <div class="news" style="margin-right: 220px;">
44 <h2>Dernière publications</h2>
46 <ul>
47 <li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
48 <span>- - 29 Mar 2014</span></li>
49 <li><strong><a href="../en/news/">Nouvelle SliTaz Cooking</a></strong>
50 <span>- - 16 Feb 2014</span></li>
51 <li><strong><a href="news/2012.php#d20120410">Publication de SliTaz 4.0</a></strong>
52 <span>- 10 Apr 2012</span></li>
53 <li><strong><a href="news/">Archives des nouvelles publications</a></strong>
54 <span>- 2007-2013</span></li>
55 </ul>
57 <!-- End of news -->
58 </div>
60 <h2>Activité du projet</h2>
62 <?php require_once("../lib/get-feeds.php"); ?>
64 <div class="activity">
65 <p>
66 <a href="http://scn.slitaz.org/activity/"><img
67 src="/images/users.png" alt="[ ]" /></a>
68 Activité de la communauté
69 <?php get_feed("scn.xml"); ?>
70 </div>
71 <p class="activity_more">
72 <a href="http://scn.slitaz.org/activity/">Plus d'activité</a>
73 </p>
74 </div>
76 <div class="activity">
77 <p>
78 <a href="http://forum.slitaz.org/"><img
79 src="/images/support.png" alt="[ ]" /></a>
80 Activité du forum
81 <?php get_feed_forum("forum.xml"); ?>
82 </div>
83 <p class="activity_more">
84 <a href="http://forum.slitaz.org/">Plus de support</a>
85 </p>
86 </div>
88 <div class="activity">
89 <p>
90 <a href="http://hg.slitaz.org/">
91 <img src="/images/development.png" alt="[ ]" /></a>
92 Derniers commits dans le wok
93 <?php get_feed("wok.xml"); ?>
94 </div>
95 <p class="activity_more">
96 <a href="http://hg.slitaz.org/">Plus de commits</a>
97 </p>
98 </div>
100 <!-- SCN blog posts -->
101 <h2>Articles du Blog</h2>
103 <div class="news">
104 <?php get_feed_blog("blog.xml"); ?>
105 </div>
107 <h2>Aider le projet</h2>
109 <p>
110 Vous pouvez faire un dons pour nous aidez à payer les serveur et
111 continuer é developper SliTaz et son infrastructure. Même un petit dons
112 de 1 Euro ou dollar via Flattr nous aide!
113 </p>
115 <?php include("../lib/html/donate.html"); ?>
117 <h2>Rejoignez nous!</h2>
119 <p>
120 SliTaz est une communauté active, toujours en mouvement et qui utilise
121 beaucoup de resources malgré sa petite taille. Parlez de SliTaz, aidez
122 nous à faire connaître la distribution, pasté sur voter blog, parlez en
123 à des amis, sur Twitter ou encore Facebook. Rejoignez nous!
124 </p>
126 <?php include("../lib/html/social.html"); ?>
128 <h2>Internationalization</h2>
130 <p>
131 The SliTaz web site is available in several languages and maintained by the
132 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
133 needed and you're welcome to join us if you would like to see the website
134 translated into your language.
135 </p>
136 <p>
137 <img src="../images/users.png" alt="*" />
138 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
139 </p>
141 <!-- End of content -->
142 </div>
144 <?php include("../lib/html/footer.html"); ?>
146 </body>
147 </html>