website diff i18n.php @ rev 1238

Small code fix and up i18n page
author Christophe Lincoln <pankso@slitaz.org>
date Sat Dec 20 22:34:45 2014 +0100 (2014-12-20)
parents 2b715a13d650
children f80ea45054cc
line diff
     1.1 --- a/i18n.php	Wed Jan 15 13:53:03 2014 +0100
     1.2 +++ b/i18n.php	Sat Dec 20 22:34:45 2014 +0100
     1.3 @@ -1,9 +1,8 @@
     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="en" lang="en">
     1.7 +<!DOCTYPE html>
     1.8 +<html lang="en">
     1.9  <head>
    1.10 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.11 -	<title>Internationalization | SliTaz</title>
    1.12 +	<meta charset="utf-8" />
    1.13 +	<title>SliTaz - Internationalization</title>
    1.14  	<meta name="description" content="SliTaz GNU/Linux languages" />
    1.15  	<meta name="keywords" lang="en" content="SliTaz POT, gettext, translation" />
    1.16  	<meta name="author" content="Christophe Lincoln"/>
    1.17 @@ -36,29 +35,10 @@
    1.18  </head>
    1.19  <body>
    1.20  
    1.21 -<?php include("lib/html/header.html"); ?>
    1.22 -
    1.23 -<!-- Block -->
    1.24 -<div id="block">
    1.25 -	<!-- Navigation -->
    1.26 -	<div id="block_nav" style="text-align: center; padding: 4px;">
    1.27 -		<?php include("lib/random-image.php"); ?>
    1.28 -	</div>
    1.29 -	<!-- Information/image -->
    1.30 -	<div id="block_info">
    1.31 -		<h4>About i18n</h4>
    1.32 -		<p>
    1.33 -			The main goal of SliTaz is to provide full support for a given
    1.34 -			language, including the website, official Wiki documentation,
    1.35 -			a dedicated forum and all SliTaz related projects such as the
    1.36 -			LiveCD GUI builder.
    1.37 -		</p>
    1.38 -		<p>
    1.39 -			<img src="images/users.png" alt="*" />
    1.40 -			<a href="http://scn.slitaz.org/groups/i18n/">Join us on SCN</a>
    1.41 -		</p>
    1.42 -	</div>
    1.43 -</div>
    1.44 +<?php 
    1.45 +include("lib/html/header.html"); 
    1.46 +include("lib/html/nav.html"); 
    1.47 +?>
    1.48  
    1.49  <!-- Content -->
    1.50  <div id="content">
    1.51 @@ -66,6 +46,13 @@
    1.52  <h2>Internationalization</h2>
    1.53  
    1.54  <p>
    1.55 +	The main goal of SliTaz is to provide full support for a given
    1.56 +	language, including the website, official Wiki documentation,
    1.57 +	a dedicated forum and all SliTaz related projects such as the
    1.58 +	LiveCD GUI builder.
    1.59 +</p>
    1.60 +
    1.61 +<p>
    1.62  	Translation is a community effort and everyone can help. You're
    1.63  	welcome to join the team! You can find more pot files on
    1.64  	<a href="http://hg.slitaz.org/">Hg</a>, just pick one up,