website view fr/index.php @ rev 1210

Up: fr/index.php
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 16:20:07 2014 +0200 (2014-05-02)
parents 20218a18280d
children 2dde67c1a7ef
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="../en/news/#d20140502">Publication de SliTaz 5.0 RC-1</a></strong>
48 <span>- 2 Mai 2014</span></li>
49 <li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
50 <span>- 29 Mar 2014</span></li>
51 <li><strong><a href="../en/news/#d20140216">Nouvelle SliTaz Cooking</a></strong>
52 <span>- 16 Fév 2012</span></li>
53 <li><strong><a href="news/2012.php#d20120410">Publication de SliTaz 4.0</a></strong>
54 <span>- 10 Avr 2012</span></li>
55 <li><strong><a href="news/">Archives des nouvelles publications</a></strong>
56 <span>- 2007-2013</span></li>
57 </ul>
59 <!-- End of news -->
60 </div>
62 <h2>Activité du projet</h2>
64 <?php require_once("../lib/get-feeds.php"); ?>
66 <div class="activity">
67 <p>
68 <a href="http://scn.slitaz.org/activity/"><img
69 src="/images/users.png" alt="[ ]" /></a>
70 Activité de la communauté
71 <?php get_feed("scn.xml"); ?>
72 </div>
73 <p class="activity_more">
74 <a href="http://scn.slitaz.org/activity/">Plus d'activité</a>
75 </p>
76 </div>
78 <div class="activity">
79 <p>
80 <a href="http://forum.slitaz.org/"><img
81 src="/images/support.png" alt="[ ]" /></a>
82 Activité du forum
83 <?php get_feed_forum("forum.xml"); ?>
84 </div>
85 <p class="activity_more">
86 <a href="http://forum.slitaz.org/">Plus de support</a>
87 </p>
88 </div>
90 <div class="activity">
91 <p>
92 <a href="http://hg.slitaz.org/">
93 <img src="/images/development.png" alt="[ ]" /></a>
94 Derniers commits dans le wok
95 <?php get_feed("wok.xml"); ?>
96 </div>
97 <p class="activity_more">
98 <a href="http://hg.slitaz.org/">Plus de commits</a>
99 </p>
100 </div>
102 <!-- SCN blog posts -->
103 <h2>Articles du Blog</h2>
105 <div class="news">
106 <?php get_feed_blog("blog.xml"); ?>
107 </div>
109 <h2>Aider le projet</h2>
111 <p>
112 Vous pouvez faire un dons pour nous aidez à payer les serveur et
113 continuer é developper SliTaz et son infrastructure. Même un petit dons
114 de 1 Euro ou dollar via Flattr nous aide!
115 </p>
117 <?php include("../lib/html/donate.html"); ?>
119 <h2>Rejoignez nous!</h2>
121 <p>
122 SliTaz est une communauté active, toujours en mouvement et qui utilise
123 beaucoup de resources malgré sa petite taille. Parlez de SliTaz, aidez
124 nous à faire connaître la distribution, pasté sur voter blog, parlez en
125 à des amis, sur Twitter ou encore Facebook. Rejoignez nous!
126 </p>
128 <?php include("../lib/html/social.html"); ?>
130 <h2>Internationalization</h2>
132 <p>
133 The SliTaz web site is available in several languages and maintained by the
134 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
135 needed and you're welcome to join us if you would like to see the website
136 translated into your language.
137 </p>
138 <p>
139 <img src="../images/users.png" alt="*" />
140 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
141 </p>
143 <!-- End of content -->
144 </div>
146 <?php include("../lib/html/footer.html"); ?>
148 </body>
149 </html>