website diff fr/index.php @ rev 1209

Update config.php
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 02 16:08:37 2014 +0200 (2014-05-02)
parents 66964b8f0217
children cab69e37ab86
line diff
     1.1 --- a/fr/index.php	Sun Apr 13 19:21:45 2014 +0200
     1.2 +++ b/fr/index.php	Fri May 02 16:08:37 2014 +0200
     1.3 @@ -1,11 +1,10 @@
     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 http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 +	<meta charset="utf-8" />
    1.12  	<title>SliTaz GNU/Linux (fr)</title>
    1.13 -	<meta name="description" content="SliTaz GNU/Linux LiveCD système libre autonome rapide linux cdrom vif gratuit" />
    1.14 -	<meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, swiss made" />
    1.15 +	<meta name="description" content="SliTaz GNU/Linux français système linux libre gratuit" />
    1.16 +	<meta name="keywords" lang="fr" content="Système, libre, gnu, linux, logiciels opensource, livecd, suisse, france, quebec, belgique" />
    1.17  	<meta name="author" content="Christophe Lincoln"/>
    1.18  	<?php include("../lib/html/meta-link.html"); ?>
    1.19  </head>
    1.20 @@ -14,30 +13,10 @@
    1.21  <?php
    1.22  include("../config.php");
    1.23  include("../lib/html/header.html");
    1.24 +include("../lib/html/nav-ng.fr.html"); 
    1.25 +include("../lib/lang.php");
    1.26  ?>
    1.27  
    1.28 -<!-- Block -->
    1.29 -<div id="block">
    1.30 -	<?php include("../lib/html/nav.fr.html"); ?>
    1.31 -	<!-- Information/image -->
    1.32 -	<div id="block_info">
    1.33 -		<h4>Page principale</h4>
    1.34 -		<p>
    1.35 -			SliTaz est un système GNU/Linux fournissant un bureau ou un
    1.36 -			serveur complet dans moins de 40Mb. SliTaz est facile $
    1.37 -			utiliser, rapide, sécurisée et stable.
    1.38 -			<a href="about/">Plus d'informations...</a>
    1.39 -		</p>
    1.40 -		<div class="button" style="text-align: left; margin-top: 15px;">
    1.41 -			<img src="/images/download-30.png" />
    1.42 -			<?php echo "<a href='$stable_iso'>SliTaz $stable_ver</a>
    1.43 -				<a href='$cooking_iso'>SliTaz $cooking</a>"; ?>
    1.44 -		</div>
    1.45 -	</div>
    1.46 -</div>
    1.47 -
    1.48 -<?php include("../lib/lang.php"); ?>
    1.49 -
    1.50  <!-- Content -->
    1.51  <div id="content">
    1.52