website rev 931

fr moved get page to PHP and add download icon
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 12 21:31:25 2012 +0100 (2012-03-12)
parents c21c253e3d9b
children 6c4be7291c4e
files en/get/flavors.php en/get/index.php fr/get/index.html fr/get/index.php fr/index.php images/download.png robots.txt
line diff
     1.1 --- a/en/get/flavors.php	Mon Mar 12 20:30:07 2012 +0100
     1.2 +++ b/en/get/flavors.php	Mon Mar 12 21:31:25 2012 +0100
     1.3 @@ -2,15 +2,12 @@
     1.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.6  <head>
     1.7 -    <title>SliTaz LiveCD Flavors</title>
     1.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     1.9 -    <meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.10 -    <meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />
    1.11 -    <meta name="robots" content="index, follow, all" />
    1.12 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.13 -    <meta name="author" content="Christophe Lincoln" />
    1.14 -    <link rel="shortcut icon" href="../../favicon.ico" />
    1.15 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    1.16 +	<title>SliTaz LiveCD Flavors</title>
    1.17 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    1.18 +	<meta name="description" content="SliTaz GNU/Linux LiveCD" />
    1.19 +	<meta name="keywords" lang="en" content="System, free, gnu, linux, software opensource, livecd LINUX in RAM" />    
    1.20 +	<meta name="author" content="Christophe Lincoln" />
    1.21 +	<?php include("../../lib/html/meta-link.html"); ?>
    1.22  </head>
    1.23  <body>
    1.24  
     2.1 --- a/en/get/index.php	Mon Mar 12 20:30:07 2012 +0100
     2.2 +++ b/en/get/index.php	Mon Mar 12 21:31:25 2012 +0100
     2.3 @@ -2,15 +2,12 @@
     2.4      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.5  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.6  <head>
     2.7 -    <title>SliTaz - Downloads</title>
     2.8 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     2.9 -    <meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
    2.10 -    <meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
    2.11 -    <meta name="robots" content="index, follow, all" />
    2.12 -    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    2.13 -    <meta name="author" content="Christophe Lincoln, Paul Issot"/>
    2.14 -    <link rel="shortcut icon" href="../../favicon.ico" />
    2.15 -    <link rel="stylesheet" type="text/css" href="../../slitaz.css" />
    2.16 +	<title>SliTaz - Downloads</title>
    2.17 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    2.18 +	<meta name="description" content="SliTaz GNU/Linux LiveCD free download" />
    2.19 +	<meta name="keywords" lang="en" content="source, iso, livecd, get, free" />
    2.20 +	<meta name="author" content="Christophe Lincoln, Paul Issot"/>
    2.21 +	<?php include("../../lib/html/meta-link.html"); ?>
    2.22  </head>
    2.23  <body>
    2.24  
    2.25 @@ -137,6 +134,7 @@
    2.26  </p>
    2.27  
    2.28  <p class="box">
    2.29 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
    2.30  	<?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) - 
    2.31  	<a href='$stable_iso'>slitaz-$stable_ver.iso</a>
    2.32  	[ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
    2.33 @@ -149,6 +147,7 @@
    2.34  </p>
    2.35  
    2.36  <p class="box">
    2.37 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
    2.38  	<?php echo "Collection of SliTaz GNU/Linux $stable_ver packages ($stable_pkgs)
    2.39  	- <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
    2.40  	[ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
    2.41 @@ -163,6 +162,7 @@
    2.42  </p>
    2.43  
    2.44  <p class="box">
    2.45 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
    2.46  	<?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) - 
    2.47  	<a href='$cooking_iso'>slitaz-$cooking.iso</a>
    2.48  	[ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
    2.49 @@ -178,6 +178,7 @@
    2.50  </p>
    2.51  
    2.52  <p class="box">
    2.53 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
    2.54  	<?php echo "Collection of SliTaz GNU/Linux Cooking packages ($cooking_pkgs)
    2.55  	- <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
    2.56  	[ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
    2.57 @@ -193,6 +194,7 @@
    2.58  </p>
    2.59  
    2.60  <p class="box">
    2.61 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
    2.62  	Floppy disk (1,44 MB) -
    2.63  	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
    2.64  	[ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
     3.1 --- a/fr/get/index.html	Mon Mar 12 20:30:07 2012 +0100
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,274 +0,0 @@
     3.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     3.5 -    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     3.7 -<head>
     3.8 -    <title>SliTaz - Téléchargements</title>
     3.9 -    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    3.10 -    <meta name="description" content="Récuperer librement SliTaz GNU/Linux LiveCD" />
    3.11 -    <meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, autonome" />
    3.12 -    <meta name="robots" content="index, follow, all" />
    3.13 -    <meta name="modified" content="2011-03-26 23:50:00" />
    3.14 -    <meta name="author" content="Christophe Lincoln"/>
    3.15 -    <link rel="shortcut icon" href="../../favicon.ico" />
    3.16 -    <link rel="stylesheet"  type="text/css" href="../../slitaz.css" />
    3.17 -</head>
    3.18 -<body>
    3.19 -
    3.20 -<!-- Header -->
    3.21 -<div id="header">
    3.22 -	<div id="logo"></div>
    3.23 -	<div id="network">
    3.24 -		<a href="http://www.slitaz.org/netmap.php">
    3.25 -			<img src="../../images/network.png" alt="network.png" /></a>
    3.26 -		<a href="http://scn.slitaz.org/">Community</a>
    3.27 -		<a href="http://doc.slitaz.org/">Doc</a>
    3.28 -		<a href="http://forum.slitaz.org/">Forum</a>
    3.29 -		<a href="http://bugs.slitaz.org">Bugs</a>
    3.30 -		<a href="http://hg.slitaz.org/">Hg</a>
    3.31 -	</div>
    3.32 -	<h1><a href="http://www.slitaz.org/">SliTaz GNU/Linux</a></h1>
    3.33 -</div>
    3.34 -
    3.35 -<!-- Block -->
    3.36 -<div id="block">
    3.37 -	<!-- Navigation -->
    3.38 -	<div id="block_nav">
    3.39 -		<h4>Navigation</h4>
    3.40 -		<div class="right_box">
    3.41 -			<ul>
    3.42 -				<li><a href="../mailing-list.html">Mailing List</a></li>
    3.43 -				<li><a href="../devel/">Développement</a></li>
    3.44 -				<li><a href="../packages/">Paquets</a></li>
    3.45 -				<li><a href="../artwork/">Artwork</a></li>
    3.46 -				<li><a href="../search.html">Recherche</a></li>
    3.47 -			</ul>
    3.48 -		</div>
    3.49 -		<div class="left_box">
    3.50 -			<ul>
    3.51 -				<li><a href="../">Actualités</a></li>
    3.52 -				<li><a href="../about/">A propos</a></li>
    3.53 -				<li><a href="../get/">Téléchargement</a></li>
    3.54 -				<li><a href="../asso/">Association</a></li>
    3.55 -				<li><a href="../doc/">Documentation</a></li>
    3.56 -			</ul>
    3.57 -		</div>
    3.58 -	</div>
    3.59 -	<!-- Information/image -->
    3.60 -	<div id="block_info">
    3.61 -		<h4>Obtenir SliTaz</h4>
    3.62 -		<p>
    3.63 -			Téléchargez la dernière version stable pour la production ou
    3.64 -			un solide environnement de bureau. Utilisez notre version
    3.65 -			Cooking pour tester les nouveautés et nous aider à améliorer
    3.66 -			la distribution.
    3.67 -		</p>
    3.68 -		<div class="button">
    3.69 -			Chargement rapide:
    3.70 -			<a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso">SliTaz 3.0</a>
    3.71 -			<a href="http://mirror.slitaz.org/iso/cooking/slitaz-4.0-RC2.iso">SliTaz 4.0-RC2</a>
    3.72 -		</div>
    3.73 -	</div>
    3.74 -</div>
    3.75 -
    3.76 -<!-- Languages -->
    3.77 -<div id="lang">
    3.78 -	<a href="../i18n.php">
    3.79 -		<img src="../../images/locale.png" alt="locale.png" /></a>
    3.80 -	<a href="../../da/get/">Dansk</a>
    3.81 -	<a href="../../de/get/">Deutsch</a>
    3.82 -	<a href="../../en/get/">English</a>
    3.83 -	<a href="../../es/get/">Español</a>
    3.84 -	<a href="../../fr/get/">Français</a>
    3.85 -	<a href="../../it/get/">Italiano</a>
    3.86 -	<a href="../../pt/get/">Português</a>
    3.87 -	<a href="../../cn/get/">Chinese</a>
    3.88 -</div>
    3.89 -
    3.90 -<!-- Content -->
    3.91 -<div id="content">
    3.92 -
    3.93 -<h2>Téléchargements</h2>
    3.94 -
    3.95 -<ul>
    3.96 -	<li><a href="index.html#stable">LiveCD version Stable</a> - Image ISO du
    3.97 -    LiveCD de la version stable de SliTaz.</li>
    3.98 -    <li><a href="index.html#cooking">LiveCD version Cooking</a> - Image ISO du
    3.99 -    LiveCD de SliTaz en cuisson.</li>
   3.100 -    <li><a href="flavors.html">LiveCD à saveur</a> - Saveurs, dont les 'loram'.</li>
   3.101 -    <li><a href="index.html#floppy">Disquette de démarrage</a> - Image de disquette pour
   3.102 -    lancer le LiveCD, une clé USB...</li>
   3.103 -</ul>
   3.104 -
   3.105 -<h3>Informations générales</h3>
   3.106 -<p>
   3.107 -Cette partie du site vous permet de télécharger une image ISO gravable, du
   3.108 -système LiveCD installable de SliTaz. Pour utiliser le système, vous pouvez
   3.109 -vous référer au livre de main ou <a href="http://doc.slitaz.org/fr:handbook:start">Handbook</a>,
   3.110 -toujours accessible via la partie <a href="../doc/index.html">documentation</a> du site.
   3.111 -Vous trouverez un support d'aide gratuit, simple et efficace, via
   3.112 -<a href="../fr/mailing-list.html">la liste de discussion</a> du projet.
   3.113 -</p>
   3.114 -
   3.115 -<h3>Miroirs et torrents</h3>
   3.116 -<p>
   3.117 -Un grand merci à l'équipe de <a href="http://www.tuxfamily.org/">TuxFamily</a>,
   3.118 -à <a href="http://mirror.switch.ch/">SWITCHmirror</a>, à <a href="http://www.ads-lu.com/" target="_blank">ADS</a> et à Mésobius
   3.119 -qui hébergent les miroirs principaux de SliTaz, en Suisse et en France, et
   3.120 -en Chine à <a href="http://mirror.lupaworld.com/">LupaWorld</a> :
   3.121 -les services sont de très haute qualité et sans vous, rien ne serait
   3.122 -possible.
   3.123 -</p>
   3.124 -
   3.125 -<ul>
   3.126 -	<li>Suisse - Miroir hébergé par SWITCHmirror (10 Gbit/s)
   3.127 -	<a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> ou
   3.128 -	<a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
   3.129 -
   3.130 -	<li>France - Miroir hébergé par Mésobius (100 Mps)
   3.131 -	<a href="http://slitazmirror.linuxembarque.com">HTTP</a></li>
   3.132 -
   3.133 -	<li>France - Miroir hébergé par TuxFamily via
   3.134 -	<a href="http://download.tuxfamily.org/slitaz/">HTTP</a> ou
   3.135 -	<a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
   3.136 -
   3.137 -	<li>Chine - Miroir hébergé par LupaWorld
   3.138 -	<a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
   3.139 -</ul>
   3.140 -
   3.141 -<p>
   3.142 -Les fichiers torrents sont hébérgés sur le site web de partage
   3.143 -<a href="http://www.freetorrent.fr/">Freetorrent</a> et sont maintenus
   3.144 -par mumbly : merci beaucoup pour ta réactivité et ta disponibilité.
   3.145 -</p>
   3.146 -
   3.147 -<a name="sources"></a>
   3.148 -<h3>Sources</h3>
   3.149 -<p>
   3.150 -les archives sources de Tazpkg (Package manager), Tazlito (SliTaz Live Tool),
   3.151 -Tazwok (Source builder), Tazusb (LiveUSB Tool), et des outils SliTaz, peuvent
   3.152 -se télécharger depuis le répertoire
   3.153 -<a href="http://mirror.slitaz.org/sources/">sources</a> des miroirs de SliTaz.
   3.154 -Vous trouverez plus d'informations à propos des projets, sur
   3.155 -<a href="http://labs.slitaz.org/projects">les SliTaz Labs</a> (laboratoires).
   3.156 -</p>
   3.157 -
   3.158 -<a name="stable"></a>
   3.159 -<h2>LiveCD version Stable</h2>
   3.160 -<p>
   3.161 -La version stable de SliTaz fournit un système d'exploitation mature, largement
   3.162 -testé par une communauté active, elle propose une sélection de paquets finement
   3.163 -intégrés à la distribution, résultant dans un système cohérent et robuste.
   3.164 -La version Stable actuelle est la version 3.0 publiée le 28 mars 2010.
   3.165 -</p>
   3.166 -
   3.167 -<p class="box">
   3.168 -SliTaz GNU/Linux 3.0 (30 MB) -
   3.169 -<a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.iso"
   3.170 ->slitaz-3.0.iso</a>
   3.171 -[ <a href="http://mirror.slitaz.org/iso/3.0/slitaz-3.0.md5"
   3.172 ->md5</a> ]
   3.173 -</p>
   3.174 -
   3.175 -<p>
   3.176 -Une image DVD bootable de tous les paquets disponibles pour la version
   3.177 -3.0 est générée chaque jour. Elle contient aussi une copie du site Web
   3.178 -et permet grâce au script install.sh, une utilisation sans connexion Internet.
   3.179 -</p>
   3.180 -
   3.181 -<p class="box">
   3.182 -Ensemble des paquets SliTaz GNU/Linux 3.0 (moins de 2Gb) -
   3.183 -<a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.iso"
   3.184 ->packages-3.0.iso</a>
   3.185 -[ <a href="http://mirror.switch.ch/ftp/mirror/slitaz/iso/3.0/packages-3.0.md5"
   3.186 ->md5</a> ]
   3.187 -
   3.188 -</p>
   3.189 -<a name="cooking"></a>
   3.190 -<h2>LiveCD version Cooking</h2>
   3.191 -<p>
   3.192 -La version Cooking "en cuisson" est une version en constante évolution,
   3.193 -utilisable, elle permet de tester les dernières nouveautés, de nous faire
   3.194 -des retours d'expériences, des demandes de fonctionnalités et des signalements
   3.195 -de bugs.
   3.196 -</p>
   3.197 -
   3.198 -<p class="box">
   3.199 -SliTaz GNU/Linux cooking-20110531 (30 MB) -
   3.200 -<a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.iso"
   3.201 ->slitaz-cooking.iso</a>
   3.202 -[ <a href="http://mirror.slitaz.org/iso/cooking/slitaz-cooking.md5"
   3.203 ->md5</a> ]
   3.204 -</p>
   3.205 -
   3.206 -<p>
   3.207 -Une image DVD bootable de tous les paquets disponibles pour la version
   3.208 -Cooking est générée chaque jour. Elle contient aussi une copie du site Web
   3.209 -et permet grâce au script install.sh, une utilisation sans connexion Internet.<br>
   3.210 -Cette image peut aussi être
   3.211 -<a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">installée sur une clé USB</a>,
   3.212 -mais elle écrasera toutes les données de la clé.
   3.213 -</p>
   3.214 -
   3.215 -<p class="box">
   3.216 -Ensemble de paquets SliTaz GNU/Linux cooking (moins de 4Gb) -
   3.217 -<a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.iso"
   3.218 ->packages-cooking.iso</a>
   3.219 -[ <a href="http://mirror.slitaz.org/iso/cooking/packages-cooking.md5"
   3.220 ->md5</a> ]
   3.221 -
   3.222 -</p>
   3.223 -<a name="floppy"></a>
   3.224 -<h2>Disquette de démarrage</h2>
   3.225 -<p>
   3.226 -Cette disquette permet de lancer Slitaz sur des PC anciens ou dépourvus de
   3.227 -lecteur de CD-ROM. Il est possible de démarrer Slitaz depuis un CD-ROM/DVD,
   3.228 -une clé USB, un disque dur, le réseau LAN par PXE et même le réseau
   3.229 -<a href="http://boot.slitaz.org/">Internet avec gPXE</a>.
   3.230 -</p>
   3.231 -
   3.232 -<p class="box">
   3.233 -Disquette de démarrage (1,44 Mb) -
   3.234 -<a href="http://mirror.slitaz.org/boot/floppy-grub4dos"
   3.235 ->image</a>
   3.236 -[ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5"
   3.237 ->md5</a> ]
   3.238 -</p>
   3.239 -
   3.240 -<p>
   3.241 -Vous pouvez écrire cette image avec l'outil Slitaz bootfloppybox,
   3.242 -<a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
   3.243 -ou simplement dd (dd if=floppy-grub4dos of=/dev/fd0).
   3.244 -</p>
   3.245 -
   3.246 -<p>
   3.247 -Une <a href="http://mirror.slitaz.org/floppies/">suite
   3.248 -d'images de disquette</a> est aussi disponible pour les personnes qui ne
   3.249 -peuvent utiliser CD-ROM, clé USB ou carte Ethernet. Seul le lecteur de
   3.250 -disquette est nécessaire.
   3.251 -</p>
   3.252 -
   3.253 -<!-- End of content -->
   3.254 -</div>
   3.255 -
   3.256 -<!-- Footer -->
   3.257 -<div id="footer">
   3.258 -	Copyright &copy; <span class="year"></span>
   3.259 -	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   3.260 -	<a href="http://scn.slitaz.org/">Community</a>
   3.261 -	<a href="http://doc.slitaz.org/">Doc</a>
   3.262 -	<a href="http://forum.slitaz.org/">Forum</a>
   3.263 -	<a href="http://pkgs.slitaz.org/">Packages</a>
   3.264 -	<a href="http://bugs.slitaz.org">Bugs</a>
   3.265 -	<a href="http://hg.slitaz.org/">Hg</a>
   3.266 -	<p>
   3.267 -		SliTaz @
   3.268 -		<a href="http://twitter.com/slitaz">Twitter</a>
   3.269 -		<a href="http://www.facebook.com/slitaz">Facebook</a>
   3.270 -		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   3.271 -		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   3.272 -		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   3.273 -	</p>
   3.274 -</div>
   3.275 -
   3.276 -</body>
   3.277 -</html>
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/fr/get/index.php	Mon Mar 12 21:31:25 2012 +0100
     4.3 @@ -0,0 +1,223 @@
     4.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     4.5 +    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     4.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     4.7 +<head>
     4.8 +	<title>SliTaz - Téléchargements</title>
     4.9 +	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
    4.10 +	<meta name="description" content="Télécharger librement SliTaz GNU/Linux LiveCD/LiveUSB" />
    4.11 +	<meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, autonome" />
    4.12 +	<meta name="author" content="Christophe Lincoln"/>
    4.13 +	<?php include("../../lib/html/meta-link.html"); ?>
    4.14 +</head>
    4.15 +<body>
    4.16 +
    4.17 +<?php
    4.18 +include("../../config.php");
    4.19 +include("../../lib/html/header.html");
    4.20 +?>
    4.21 +
    4.22 +<!-- Block -->
    4.23 +<div id="block">
    4.24 +	<?php include("../../lib/html/nav.fr.html"); ?>
    4.25 +	<!-- Information/image -->
    4.26 +	<div id="block_info">
    4.27 +		<h4>Obtenir SliTaz</h4>
    4.28 +		<p>
    4.29 +			Téléchargez la dernière version stable pour la production ou
    4.30 +			un solide environnement de bureau. Utilisez notre version
    4.31 +			Cooking pour tester les nouveautés et nous aider à améliorer
    4.32 +			la distribution.
    4.33 +		</p>
    4.34 +		<div class="button">
    4.35 +			Chargement rapide:
    4.36 +			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    4.37 +				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    4.38 +		</div>
    4.39 +	</div>
    4.40 +</div>
    4.41 +
    4.42 +<!-- Languages -->
    4.43 +<div id="lang">
    4.44 +	<a href="../i18n.php">
    4.45 +		<img src="../../images/locale.png" alt="locale.png" /></a>
    4.46 +	<a href="../../da/get/">Dansk</a>
    4.47 +	<a href="../../de/get/">Deutsch</a>
    4.48 +	<a href="../../en/get/">English</a>
    4.49 +	<a href="../../es/get/">Español</a>
    4.50 +	<a href="../../fr/get/">Français</a>
    4.51 +	<a href="../../it/get/">Italiano</a>
    4.52 +	<a href="../../pt/get/">Português</a>
    4.53 +	<a href="../../cn/get/">Chinese</a>
    4.54 +</div>
    4.55 +
    4.56 +<!-- Content -->
    4.57 +<div id="content">
    4.58 +
    4.59 +<h2>Téléchargements</h2>
    4.60 +
    4.61 +<ul>
    4.62 +	<li><a href="#stable">LiveCD version Stable</a> - Image ISO du
    4.63 +    LiveCD de la version stable de SliTaz.</li>
    4.64 +    <li><a href="#cooking">LiveCD version Cooking</a> - Image ISO du
    4.65 +    LiveCD de SliTaz en cuisson.</li>
    4.66 +    <li><a href="flavors.html">LiveCD à saveur</a> - Saveurs, dont les 'loram'.</li>
    4.67 +    <li><a href="#floppy">Disquette de démarrage</a> - Image de disquette pour
    4.68 +    lancer le LiveCD, une clé USB...</li>
    4.69 +</ul>
    4.70 +
    4.71 +<div class="box">
    4.72 +	<p>
    4.73 +		Vous pouvez aider le projet via un petite donation ou en devenant
    4.74 +		(en) <a href="/en/asso/sponsor.php">sponsor</a> officiel.
    4.75 +	</p>
    4.76 +	<?php include("../../lib/html/donate.html"); ?>
    4.77 +</div>
    4.78 +
    4.79 +<h3>Informations générales</h3>
    4.80 +<p>
    4.81 +	Cette partie du site vous permet de télécharger une image ISO gravable, du
    4.82 +	système LiveCD installable de SliTaz. Pour utiliser le système, vous pouvez
    4.83 +	vous référer au livre de main ou <a href="http://doc.slitaz.org/fr:handbook:start">Handbook</a>,
    4.84 +	toujours accessible via la partie <a href="../doc/index.html">documentation</a>
    4.85 +	du site. Vous trouverez un support d'aide gratuit, simple et efficace, via
    4.86 +	<a href="/fr/mailing-list.html">la liste de discussion</a> du projet.
    4.87 +</p>
    4.88 +
    4.89 +<h3>Miroirs et torrents</h3>
    4.90 +<p>
    4.91 +	Un grand merci à l'équipe de <a href="http://www.tuxfamily.org/">TuxFamily</a>,
    4.92 +	à <a href="http://mirror.switch.ch/">SWITCHmirror</a> et à 
    4.93 +	<a href="http://www.ads-lu.com/" target="_blank">ADS</a>
    4.94 +	qui hébergent les miroirs principaux de SliTaz, en Suisse et en France, et
    4.95 +	en Chine à <a href="http://mirror.lupaworld.com/">LupaWorld</a> :
    4.96 +	les services sont de très haute qualité et sans vous, rien ne serait
    4.97 +	possible.
    4.98 +</p>
    4.99 +
   4.100 +<ul>
   4.101 +	<li>Suisse - Miroir hébergé par SWITCHmirror (10 Gbit/s)
   4.102 +	<a href="http://mirror.switch.ch/ftp/mirror/slitaz/">HTTP</a> ou
   4.103 +	<a href="ftp://mirror.switch.ch/mirror/slitaz/">FTP</a></li>
   4.104 +
   4.105 +	<li>France - Miroir hébergé par Mésobius (100 Mps)
   4.106 +	<a href="http://slitazmirror.linuxembarque.com">HTTP</a></li>
   4.107 +
   4.108 +	<li>France - Miroir hébergé par TuxFamily via
   4.109 +	<a href="http://download.tuxfamily.org/slitaz/">HTTP</a> ou
   4.110 +	<a href="ftp://download.tuxfamily.org/slitaz/">FTP</a></li>
   4.111 +
   4.112 +	<li>Chine - Miroir hébergé par LupaWorld
   4.113 +	<a href="http://mirror.lupaworld.com/slitaz/">HTTP</a></li>
   4.114 +</ul>
   4.115 +
   4.116 +<a name="sources"></a>
   4.117 +<h3>Sources</h3>
   4.118 +<p>
   4.119 +	les archives sources de Tazpkg (Package manager), Tazlito (SliTaz Live Tool),
   4.120 +	Tazwok (Source builder), Tazusb (LiveUSB Tool), et des outils SliTaz, peuvent
   4.121 +	se télécharger depuis le répertoire
   4.122 +	<a href="http://mirror.slitaz.org/sources/">sources</a> des miroirs de SliTaz.
   4.123 +	Vous trouverez plus d'informations à propos des projets, sur
   4.124 +	<a href="http://labs.slitaz.org/projects">les SliTaz Labs</a> (laboratoires).
   4.125 +</p>
   4.126 +
   4.127 +<a name="stable"></a>
   4.128 +<h2>LiveCD version Stable</h2>
   4.129 +<p>
   4.130 +	La version stable de SliTaz fournit un système d'exploitation mature,
   4.131 +	largement testé par une communauté active, elle propose une sélection
   4.132 +	de paquets finement intégrés à la distribution, résultant dans un
   4.133 +	système cohérent et robuste. La version Stable actuelle est la version
   4.134 +	<?php echo "$stable_ver publiée le $stable_rel."; ?>
   4.135 +</p>
   4.136 +
   4.137 +<p class="box">
   4.138 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
   4.139 +	<?php echo "SliTaz GNU/Linux $stable_ver ($stable_size) - 
   4.140 +	<a href='$stable_iso'>slitaz-$stable_ver.iso</a>
   4.141 +	[ <a href='$mirror/$stable_ver/slitaz-$stable_ver.md5'>md5</a> ]"; ?>
   4.142 +</p>
   4.143 +
   4.144 +<p>
   4.145 +	Une image DVD bootable de tous les paquets disponibles pour la version
   4.146 +	3.0 est générée chaque jour. Elle contient aussi une copie du site Web
   4.147 +	et permet grâce au script install.sh, une utilisation sans connexion
   4.148 +	Internet.
   4.149 +</p>
   4.150 +
   4.151 +<p class="box">
   4.152 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
   4.153 +	<?php echo "Ensemble des paquets SliTaz GNU/Linux $stable_ver ($stable_pkgs)
   4.154 +	- <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.iso'>packages-$stable_ver.iso</a>
   4.155 +	[ <a href='$pkgs_mirror/$stable_ver/packages-$stable_ver.md5'>md5</a> ]"; ?>
   4.156 +</p>
   4.157 +
   4.158 +<a name="cooking"></a>
   4.159 +<h2>LiveCD version Cooking</h2>
   4.160 +<p>
   4.161 +	La version Cooking "en cuisson" est une version en constante évolution,
   4.162 +	utilisable, elle permet de tester les dernières nouveautés, de nous faire
   4.163 +	des retours d'expériences, des demandes de fonctionnalités et des signalements
   4.164 +	de bugs.
   4.165 +</p>
   4.166 +
   4.167 +<p class="box">
   4.168 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
   4.169 +	<?php echo "SliTaz GNU/Linux Cooking $cooking_ver ($cooking_size) - 
   4.170 +	<a href='$cooking_iso'>slitaz-$cooking.iso</a>
   4.171 +	[ <a href='$mirror/cooking/slitaz-$cooking.md5'>md5</a> ]"; ?>
   4.172 +</p>
   4.173 +
   4.174 +<p>
   4.175 +	Une image DVD bootable de tous les paquets disponibles pour la version
   4.176 +	Cooking est générée chaque jour. Elle contient aussi une copie du site Web
   4.177 +	et permet grâce au script install.sh, une utilisation sans connexion Internet.<br>
   4.178 +	Cette image peut aussi être
   4.179 +	<a href="http://syslinux.zytor.com/wiki/index.php/Doc/isolinux#HYBRID_CD-ROM.2FHARD_DISK_MODE">
   4.180 +		installée sur une clé USB</a>, mais elle écrasera toutes les données
   4.181 +	de la clé.
   4.182 +</p>
   4.183 +
   4.184 +<p class="box">
   4.185 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
   4.186 +	<?php echo "Ensemble de paquets SliTaz GNU/Linux Cooking ($cooking_pkgs)
   4.187 +	- <a href='$pkgs_mirror/cooking/packages-cooking.iso'>packages-cooking.iso</a>
   4.188 +	[ <a href='$pkgs_mirror/cooking/packages-cooking.md5'>md5</a> ]"; ?>
   4.189 +</p>
   4.190 +
   4.191 +<a name="floppy"></a>
   4.192 +<h2>Disquette de démarrage</h2>
   4.193 +<p>
   4.194 +	Cette disquette permet de lancer Slitaz sur des PC anciens ou dépourvus de
   4.195 +	lecteur de CD-ROM. Il est possible de démarrer Slitaz depuis un CD-ROM/DVD,
   4.196 +	une clé USB, un disque dur, le réseau LAN par PXE et même le réseau
   4.197 +	<a href="http://boot.slitaz.org/">Internet avec gPXE</a>.
   4.198 +</p>
   4.199 +
   4.200 +<p class="box">
   4.201 +	<img src="/images/download.png" height="48px" width="48px" alt="[ DL ]" />
   4.202 +	Disquette de démarrage (1,44 Mb) -
   4.203 +	<a href="http://mirror.slitaz.org/boot/floppy-grub4dos">image</a>
   4.204 +	[ <a href="http://mirror.slitaz.org/boot/floppy-grub4dos.md5">md5</a> ]
   4.205 +</p>
   4.206 +
   4.207 +<p>
   4.208 +	Vous pouvez écrire cette image avec l'outil Slitaz bootfloppybox,
   4.209 +	<a href="http://en.wikipedia.org/wiki/RaWrite">Windows rawrite</a>
   4.210 +	ou simplement dd (dd if=floppy-grub4dos of=/dev/fd0).
   4.211 +</p>
   4.212 +
   4.213 +<p>
   4.214 +	Une <a href="http://mirror.slitaz.org/floppies/">
   4.215 +		suite d'images de disquette</a> est aussi disponible pour les
   4.216 +	personnes qui ne peuvent utiliser CD-ROM, clé USB ou carte Ethernet.
   4.217 +	Seul le lecteur de disquette est nécessaire.
   4.218 +</p>
   4.219 +
   4.220 +<!-- End of content -->
   4.221 +</div>
   4.222 +
   4.223 +<?php include("../lib/html/footer.html"); ?>
   4.224 +
   4.225 +</body>
   4.226 +</html>
     5.1 --- a/fr/index.php	Mon Mar 12 20:30:07 2012 +0100
     5.2 +++ b/fr/index.php	Mon Mar 12 21:31:25 2012 +0100
     5.3 @@ -6,14 +6,8 @@
     5.4  	<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
     5.5  	<meta name="description" content="SliTaz GNU/Linux LiveCD système libre autonome rapide linux cdrom vif gratuit" />
     5.6  	<meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, swiss made" />
     5.7 -	<meta name="robots" content="index, follow, all" />
     5.8 -	<meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
     5.9  	<meta name="author" content="Christophe Lincoln"/>
    5.10 -	<meta name="publisher" content="www.slitaz.org" />
    5.11 -	<link rel="shortcut icon" href="../favicon.ico" />
    5.12 -	<link rel="stylesheet" type="text/css" href="../slitaz.css" />
    5.13 -	<link rel="alternate" type="application//rss.xml" title="SliTaz Feed" href="/rss.xml" />
    5.14 -	<link rel="alternate" type="application//rss.xml" title="SliTaz SCN Feed" href="http://scn.slitaz.org/activity/feed/" />
    5.15 +	<?php include("../lib/html/meta-link.html"); ?>
    5.16  </head>
    5.17  <body>
    5.18  
     6.1 Binary file images/download.png has changed
     7.1 --- a/robots.txt	Mon Mar 12 20:30:07 2012 +0100
     7.2 +++ b/robots.txt	Mon Mar 12 21:31:25 2012 +0100
     7.3 @@ -1,3 +1,4 @@
     7.4  User-agent: *
     7.5  Disallow: /lib/
     7.6 +Disallow: /README
     7.7  Disallow: