website rev 1217

fr: update a few page and small fix
author Christophe Lincoln <pankso@slitaz.org>
date Sun May 04 13:25:54 2014 +0200 (2014-05-04)
parents 2dde67c1a7ef
children aea4f0603412
files fr/get/index.php fr/news/index.php lib/html/nav-ng.fr.html
line diff
     1.1 --- a/fr/get/index.php	Sun May 04 13:13:00 2014 +0200
     1.2 +++ b/fr/get/index.php	Sun May 04 13:25:54 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     1.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     1.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="fr">
     1.9  <head>
    1.10 +	<meta charset="utf-8" />
    1.11  	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.12  	<title>SliTaz - Téléchargements</title>
    1.13  	<meta name="description" content="Télécharger librement SliTaz GNU/Linux LiveCD/LiveUSB" />
    1.14 @@ -14,35 +14,22 @@
    1.15  <?php
    1.16  include("../../config.php");
    1.17  include("../../lib/html/header.html");
    1.18 +include("../../lib/html/nav-ng.fr.html"); 
    1.19 +include("../../lib/lang.php");
    1.20  ?>
    1.21  
    1.22 -<!-- Block -->
    1.23 -<div id="block">
    1.24 -	<?php include("../../lib/html/nav.fr.html"); ?>
    1.25 -	<!-- Information/image -->
    1.26 -	<div id="block_info">
    1.27 -		<h4>Obtenir SliTaz</h4>
    1.28 -		<p>
    1.29 -			Téléchargez la dernière version stable pour la production ou
    1.30 -			un solide environnement de bureau. Utilisez notre version
    1.31 -			Cooking pour tester les nouveautés et nous aider à améliorer
    1.32 -			la distribution.
    1.33 -		</p>
    1.34 -		<div class="button">
    1.35 -			Chargement rapide:
    1.36 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    1.37 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    1.38 -		</div>
    1.39 -	</div>
    1.40 -</div>
    1.41 -
    1.42 -<?php include("../../lib/lang.php"); ?>
    1.43 -
    1.44  <!-- Content -->
    1.45  <div id="content">
    1.46  
    1.47  <h2>Téléchargements</h2>
    1.48  
    1.49 +<p>
    1.50 +	Téléchargez la dernière version stable pour la production ou
    1.51 +	un solide environnement de bureau. Utilisez notre version
    1.52 +	Cooking pour tester les nouveautés et nous aider à améliorer
    1.53 +	la distribution.
    1.54 +</p>
    1.55 +
    1.56  <ul>
    1.57  	<li><a href="#stable">LiveCD version Stable</a> - Image ISO du
    1.58  		LiveCD de la version stable de SliTaz.</li>
    1.59 @@ -56,7 +43,7 @@
    1.60  
    1.61  <div class="box">
    1.62  	<p>
    1.63 -		Vous pouvez aider le projet via un petite donation ou en devenant
    1.64 +		Vous pouvez aider le projet via un petit donou en devenant
    1.65  		(en) <a href="/en/sponsor/">sponsor</a> officiel.
    1.66  	</p>
    1.67  	<?php include("../../lib/html/donate.html"); ?>
     2.1 --- a/fr/news/index.php	Sun May 04 13:13:00 2014 +0200
     2.2 +++ b/fr/news/index.php	Sun May 04 13:25:54 2014 +0200
     2.3 @@ -2,7 +2,7 @@
     2.4  <html lang="fr">
     2.5  <head>
     2.6  	<meta charset="utf-8" />
     2.7 -	<title>SliTaz - Actuaité</title>
     2.8 +	<title>SliTaz - Actualité</title>
     2.9  	<meta name="description" content="Archive des news de SliTaz GNU/Linux" />
    2.10  	<meta name="keywords" lang="fr" content="slitaz old news" />
    2.11  	<meta name="author" content="Christophe Lincoln"/>
    2.12 @@ -56,6 +56,10 @@
    2.13  			un nouveau style afin de vous fournir un moyen toujours plus 
    2.14  			facile pour naviguer et trouver l'information qu'il vous faut. 
    2.15  		</p>
    2.16 +		<p>
    2.17 +			Télécharger: 
    2.18 +			<a href="http://mirror.slitaz.org/iso/5.0/slitaz-5.0-rc1.iso">slitaz-5-0-rc1.iso</a>
    2.19 +		</p>
    2.20  	</li>
    2.21  	
    2.22  </ul>
     3.1 --- a/lib/html/nav-ng.fr.html	Sun May 04 13:13:00 2014 +0200
     3.2 +++ b/lib/html/nav-ng.fr.html	Sun May 04 13:25:54 2014 +0200
     3.3 @@ -13,7 +13,7 @@
     3.4  		<li><a class="nav1 mobile" href=".">SliTaz.Org</a></li>
     3.5  	</ul>
     3.6  	<p>
     3.7 -		Simple, fast and low resource Linux OS for servers &amp; desktops
     3.8 +		Système Linux simple, rapide et économique pour bureaux et serveurs
     3.9  	</p>
    3.10  </nav>
    3.11