website view fr/index.php @ rev 1354

News clean up
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 21 12:27:46 2022 +0200 (19 months ago)
parents 58a2b26570c5
children
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 <section id="content">
23 <h2>Bienvenue chez SliTaz</h2>
25 <p>
26 SliTaz est un système d'exploitation libre, sûr et performant
27 basé sur le noyau Linux et les logiciels GNU.
28 </p>
30 <div class="box-up">
32 Rejoingez nous sur <a href="https://whaleshares.io/@slitaz">Whaleshares</a>.
33 Partager autour de SliTaz, recevez et donnez des récompenses aux développeurs
34 sur une blockchain open-source!
36 </div>
38 <div class="box-up">
39 <a href="https://gofund.me/7eca40ed"
40 title="Visit this page now."><img src="../images/gofundme.png"></a>
41 <a href="https://gofund.me/7eca40ed">
42 Jetez un oeil à la campagne de dons 2022 de SliTaz!</a>
43 </div>
45 <!-- Featured sponsor -->
46 <div id="sponsor">
47 <p><strong>Notre sponsor</strong></p>
48 <?php include("../lib/rand-sponsor.php"); ?>
49 <p><a href="/fr/sponsor/">Devenir sponsor</a></p>
50 </div>
52 <!--
53 SliTaz news starting.
54 -->
56 <!-- We just keep the last 3 web site news -->
57 <div class="news" style="margin-right: 220px;">
59 <h2>Dernières publication</h2>
61 <ul>
62 <li><strong><a href="http://mirror.slitaz.org/iso/rolling/">SliTaz 5.0 Rolling release</a></strong> (weekly)
63 <span>- <?php
64 $rol_date_file = '../cache/rolling-date.txt';
65 if (file_exists("$rol_date_file")) {
66 $rol_date = file_get_contents("../cache/rolling-date.txt");
67 print $rol_date;
68 } ?></span></li>
69 <li><strong><!-- <a href="news/#d20180316"></a>
70 Link to a SCN blog post or announce on website ?-->
72 SliTaz is now a rolling distro with 2 branches</strong> We provide a
73 stable version and a cooking (development) version. Stable will get
74 small refinements and security updates. As usual the Cooking version
75 brings you the latest improvements made by SliTaz developers.
77 <span>- 16 March 2018</span></li>
78 <li><strong><a href="news/">Website news archives</a></strong>
79 <span>- 2007-<?php echo date('Y'); ?></span></li>
80 </ul>
82 <!-- End of news -->
83 </div>
85 <h2>Téléchargement rapide</h2>
87 <div class="dldiv">
88 <p><!-- ?php echo "<a class='dlbutton nav2' href='$stable_iso'>SliTaz $stable_ver</a>"; ? -->
89 <!-- a class='dlbutton nav2' href='$cooking_iso'>SliTaz $cooking</a>"; ? -->
90 <a class='dlbutton navpi' href='http://arm.slitaz.org/rpi/'>SliTaz Raspberry Pi</a>
91 <a class='dlbutton nav2' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling.iso'>SliTaz hebdo 32bits</a>
92 <a class='dlbutton nav1' href='http://mirror.slitaz.org/iso/rolling/slitaz-rolling-core64.iso'>SliTaz hebdo 64bits</a></p>
93 </div>
95 <h2>Activité du projet</h2>
97 <?php require_once("../lib/get-feeds.php"); ?>
99 <div class="activity">
100 <p>
101 <a href="http://forum.slitaz.org/"><img
102 src="/images/support.png" alt="[ ]" /></a>
103 Activité du forum
104 <?php get_feed_forum("forum.xml"); ?>
105 </div>
106 <p class="activity_more">
107 <a href="http://forum.slitaz.org/">Plus de support</a>
108 </p>
109 </div>
111 <div class="activity">
112 <p>
113 <a href="http://hg.slitaz.org/">
114 <img src="/images/development.png" alt="[ ]" /></a>
115 Derniers commits dans le wok
116 <?php get_feed("wok.xml"); ?>
117 </div>
118 <p class="activity_more">
119 <a href="http://hg.slitaz.org/">Plus de commits</a>
120 </p>
121 </div>
123 <!-- SCN blog posts
124 <h2>Blog Posts</h2>
126 <div class="news">
127 <?php //get_feed_blog("blog.xml"); ?>
128 </div>-->
130 <!-- Twitter -->
131 <div id="twitter">
132 <a class="twitter-timeline" href="https://twitter.com/slitaz"
133 data-widget-id="420830244551938048">Tweets @slitaz</a>
134 <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
135 </div>
137 <h2>Aider le projet</h2>
139 <p>
140 Vous pouvez rejoindre le projet ou vous impliquer dans le
141 <a href="http://scn.slitaz.org/">Réseau communautaire de SliTaz</a>.
142 </p>
144 <p>
145 Vous pouvez faire un don ou devenir <a href="sponsor/">sponsor</a>
146 pour nous aidez à payer les serveurs et continuer à developper
147 SliTaz et son infrastructure. Même un petit dons de 1 Euro ou
148 dollar via Flattr nous aide !
149 </p>
151 <?php include("../lib/html/donate.html"); ?>
153 <h2>Rejoignez nous!</h2>
155 <p>
156 SliTaz est une communauté active, toujours en mouvement et qui utilise
157 beaucoup de ressources malgré sa petite taille. Parlez de SliTaz, aidez
158 nous à faire connaître la distribution, postez sur votre blog, parlez
159 en à des amis, sur Twitter ou encore Facebook. Rejoignez nous!
160 </p>
162 <?php include("../lib/html/social.fr.html"); ?>
164 <h2>Internationalization</h2>
166 <p>
167 The SliTaz web site is available in several languages and maintained by the
168 <a href="../i18n.php">internationalization</a> team (i18n). Help is often
169 needed and you're welcome to join us if you would like to see the website
170 translated into your language.
171 </p>
173 <!-- End of content -->
174 </section>
176 <?php include("../lib/html/footer.html"); ?>
178 </body>
179 </html>