website view fr/index.php @ rev 1175

New colors, update fr and small fixes
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 15 13:53:03 2014 +0100 (2014-01-15)
parents 64894689b692
children b665d663fa4b
line source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
4 <head>
5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
6 <title>SliTaz GNU/Linux (fr)</title>
7 <meta name="description" content="SliTaz GNU/Linux LiveCD système libre autonome rapide linux cdrom vif gratuit" />
8 <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, swiss made" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("../lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php
15 include("../config.php");
16 include("../lib/html/header.html");
17 ?>
19 <!-- Block -->
20 <div id="block">
21 <?php include("../lib/html/nav.fr.html"); ?>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>Page principale</h4>
25 <p>
26 SliTaz est un système GNU/Linux fournissant un bureau ou un
27 serveur complet dans moins de 40Mb. SliTaz est facile $
28 utiliser, rapide, sécurisée et stable.
29 <a href="about/">Plus d'informations...</a>
30 </p>
31 <div class="button" style="text-align: left; margin-top: 15px;">
32 <img src="/images/download-30.png" />
33 <?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
34 <a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
35 </div>
36 </div>
37 </div>
39 <?php include("../lib/lang.php"); ?>
41 <!-- Content -->
42 <div id="content">
44 <!--<div class="box-up">
45 <p>
46 Aidez nous a obtenir un serveur dedié -
47 <a href="http://www.gofundme.com/3ql70">Campagne de dons en ligne</a>
48 ou devez <a href="/en/sponsor/">un sponsor officiel</a>
49 </p>
50 </div>-->
52 <!--
53 SliTaz news starting.
54 -->
56 <!-- Featured sponsor -->
57 <div id="sponsor">
58 <p><strong>Featured sponsor</strong></p>
59 <?php include("../lib/rand-sponsor.php"); ?>
60 <p><a href="/en/sponsor/">Become a sponsor</a></p>
61 </div>
63 <!-- We just keep the last 3 web site news -->
64 <div class="news" style="margin-right: 220px;">
66 <h2>Dernière publications</h2>
68 <ul>
69 <li><strong><a href="news/2012.php#d20120410">Publication de SliTaz 4.0</a></strong>
70 <span>- 10 Apr 2012</span></li>
71 <li><strong><a href="news/2012.php#d20120303">SliTaz 4.0 RC2 est disponible</a></strong>
72 <span>- 03 Mar 2012</span></li>
73 <li><strong><a href="news/">Archives des nouvelles publications</a></strong>
74 <span>- 2007-2013</span></li>
75 </ul>
77 <!-- End of news -->
78 </div>
80 <h2>Activité du projet</h2>
82 <?php require_once("../lib/get-feeds.php"); ?>
84 <div class="activity">
85 <p>
86 <a href="http://scn.slitaz.org/activity/"><img
87 src="/images/users.png" alt="[ ]" /></a>
88 Activité de la communauté
89 <?php get_feed("scn.xml"); ?>
90 </div>
91 <p class="activity_more">
92 <a href="http://scn.slitaz.org/activity/">Plus d'activité</a>
93 </p>
94 </div>
96 <div class="activity">
97 <p>
98 <a href="http://forum.slitaz.org/"><img
99 src="/images/support.png" alt="[ ]" /></a>
100 Activité du forum
101 <?php get_feed_forum("forum.xml"); ?>
102 </div>
103 <p class="activity_more">
104 <a href="http://forum.slitaz.org/">Plus de support</a>
105 </p>
106 </div>
108 <div class="activity">
109 <p>
110 <a href="http://hg.slitaz.org/">
111 <img src="/images/development.png" alt="[ ]" /></a>
112 Derniers commits dans le wok
113 <?php get_feed("wok.xml"); ?>
114 </div>
115 <p class="activity_more">
116 <a href="http://hg.slitaz.org/">Plus de commits</a>
117 </p>
118 </div>
120 <!-- SCN blog posts -->
121 <h2>Articles du Blog</h2>
123 <div class="news">
124 <?php get_feed_blog("blog.xml"); ?>
125 </div>
127 <h2>Aider le projet</h2>
129 <p>
130 Vous pouvez faire un dons pour nous aidez à payer les serveur et
131 continuer é developper SliTaz et son infrastructure. Même un petit dons
132 de 1 Euro ou dollar via Flattr nous aide!
133 </p>
135 <?php include("../lib/html/donate.html"); ?>
137 <h2>Rejoignez nous!</h2>
139 <p>
140 SliTaz est une communauté active, toujours en mouvement et qui utilise
141 beaucoup de resources malgré sa petite taille. Parlez de SliTaz, aidez
142 nous à faire connaître la distribution, pasté sur voter blog, parlez en
143 à des amis, sur Twitter ou encore Facebook. Rejoignez nous!
144 </p>
146 <?php include("../lib/html/social.html"); ?>
148 <h2>Internationalization</h2>
150 <p>
151 The SliTaz web site is available in several languages and maintained by the
152 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
153 needed and you're welcome to join us if you would like to see the website
154 translated into your language.
155 </p>
156 <p>
157 <img src="../images/users.png" alt="*" />
158 <a href="http://scn.slitaz.org/groups/i18n/">Join i18n group on SCN</a>
159 </p>
161 <!-- End of content -->
162 </div>
164 <?php include("../lib/html/footer.html"); ?>
166 </body>
167 </html>