website view fr/index.php @ rev 1240

fr: update most pages to latest header/menu
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 20 23:31:47 2014 +0100 (2014-12-20)
parents f80ea45054cc
children d5a0ad414f3f
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.fr.html");
16 include("../lib/html/nav.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/#d20140519">Publication de SliTaz 5.0 RC-2</a></strong>
48 <span>- 19 Mai 2014</span></li>
49 <li><strong><a href="news/#d20140502">Publication de SliTaz 5.0 RC-1</a></strong>
50 <span>- 2 Mai 2014</span></li>
51 <li><strong><a href="http://arm.slitaz.org/rpi/">Publication de SliTaz Raspberry Pi</a></strong>
52 <span>- 29 Mar 2014</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://forum.slitaz.org/"><img
67 src="/images/support.png" alt="[ ]" /></a>
68 Activité du forum
69 <?php get_feed_forum("forum.xml"); ?>
70 </div>
71 <p class="activity_more">
72 <a href="http://forum.slitaz.org/">Plus de support</a>
73 </p>
74 </div>
76 <div class="activity">
77 <p>
78 <a href="http://hg.slitaz.org/">
79 <img src="/images/development.png" alt="[ ]" /></a>
80 Derniers commits dans le wok
81 <?php get_feed("wok.xml"); ?>
82 </div>
83 <p class="activity_more">
84 <a href="http://hg.slitaz.org/">Plus de commits</a>
85 </p>
86 </div>
88 <h2>Aider le projet</h2>
90 <p>
91 Vous pouvez faire un dons pour nous aidez à payer les serveur et
92 continuer é developper SliTaz et son infrastructure. Même un petit dons
93 de 1 Euro ou dollar via Flattr nous aide!
94 </p>
96 <?php include("../lib/html/donate.html"); ?>
98 <h2>Rejoignez nous!</h2>
100 <p>
101 SliTaz est une communauté active, toujours en mouvement et qui utilise
102 beaucoup de resources malgré sa petite taille. Parlez de SliTaz, aidez
103 nous à faire connaître la distribution, pasté sur voter blog, parlez en
104 à des amis, sur Twitter ou encore Facebook. Rejoignez nous!
105 </p>
107 <?php include("../lib/html/social.html"); ?>
109 <h2>Internationalization</h2>
111 <p>
112 The SliTaz web site is available in several languages and maintained by the
113 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
114 needed and you're welcome to join us if you would like to see the website
115 translated into your language.
116 </p>
118 <!-- End of content -->
119 </div>
121 <?php include("../lib/html/footer.html"); ?>
123 </body>
124 </html>