website 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 74e2ef5cc665
children f80ea45054cc
files i18n.php netmap.php pt/mailing-list.php pt/search.php
line diff
     1.1 --- a/i18n.php	Sat Dec 20 22:22:59 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,
     2.1 --- a/netmap.php	Sat Dec 20 22:22:59 2014 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,105 +0,0 @@
     2.4 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     2.5 -	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     2.6 -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     2.7 -<head>
     2.8 -	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
     2.9 -	<title>Network Map | SliTaz</title>
    2.10 -	<meta name="description" content="slitaz network map" />
    2.11 -	<meta name="keywords" lang="en" content="slitaz network, slitaz support, slitaz sites" />
    2.12 -	<meta name="author" content="Christophe Lincoln"/>
    2.13 -	<?php include("lib/html/meta-link.html"); ?>
    2.14 -</head>
    2.15 -<body>
    2.16 -
    2.17 -<?php include("lib/html/header.html"); ?>
    2.18 -
    2.19 -<!-- Block -->
    2.20 -<div id="block">
    2.21 -	<!-- Navigation -->
    2.22 -	<div id="block_nav" style="text-align: center; padding: 4px;">
    2.23 -		<?php include("lib/random-image.php"); ?>
    2.24 -	</div>
    2.25 -	<!-- Information/image -->
    2.26 -	<div id="block_info">
    2.27 -		<h4>Network Map</h4>
    2.28 -		<p>
    2.29 -			Since the start of the SliTaz project with the main website,
    2.30 -			SliTaz has grown into a wider network. Documentation Wiki,
    2.31 -			support forum, developers services and the community site are 
    2.32 -			all part of the SliTaz network.
    2.33 -		</p>
    2.34 -		<p>
    2.35 -			Keeping a clean style and the same layout for each site, we
    2.36 -			hope you enjoy your web experience using our network and 
    2.37 -			employ SliTaz to browse it!
    2.38 -		</p>
    2.39 -	</div>
    2.40 -</div>
    2.41 -
    2.42 -<?php include "lib/lang.php" ?>
    2.43 -
    2.44 -<!-- Content -->
    2.45 -<div id="content">
    2.46 -
    2.47 -<div>
    2.48 -	<div class="left_box">
    2.49 -		<h3><img src="images/network.png" alt="*" />Website</h3>
    2.50 -		<ul>
    2.51 -			<li><a href="/">Main Page &amp; News</a></li>
    2.52 -			<li><a href="/i18n.php">Internationalization</a></li>
    2.53 -			<li><a href="/en/about/">About SliTaz</a></li>
    2.54 -			<li><a href="/en/get/">Download</a></li>
    2.55 -			<li><a href="/en/packages/">Packages</a></li>
    2.56 -		</ul>
    2.57 -	</div>
    2.58 -	<div class="right_box">
    2.59 -		<h3><img src="images/support.png" alt="*" />Help &amp; Support</h3>
    2.60 -		<ul>
    2.61 -			<li><a href="http://doc.slitaz.org/">Documentation</a></li>
    2.62 -			<li><a href="http://doc.slitaz.org/en:handbook:start">Handbook</a></li>
    2.63 -			<li><a href="http://forum.slitaz.org/">Support Forum</a></li>
    2.64 -			<li><a href="/en/mailing-list.php">Mailing List</a></li>
    2.65 -			<li>IRC: <b>irc.freenode.net 
    2.66 -				<a href="http://irc.slitaz.org/">#slitaz</a></b></li>
    2.67 -		</ul>
    2.68 -	</div>
    2.69 -</div>
    2.70 -
    2.71 -<div style="clear: both;"></div>
    2.72 -
    2.73 -<div>
    2.74 -	<div class="left_box" >
    2.75 -		<h3><img src="images/users.png" alt="*" />Community</h3>
    2.76 -		<ul>
    2.77 -			<li><a href="http://scn.slitaz.org/">Community Network</a></li>
    2.78 -			<li><a href="http://doc.slitaz.org/en:newsletter:start">Monthly Newsletter</a></li>
    2.79 -			<li><a href="http://pizza.slitaz.me/">LiveCD Online Builder</a></li>
    2.80 -			<li><a href="http://people.slitaz.org/">SliTaz People</a></li>
    2.81 -			<li><a href="http://www.facebook.com/slitaz">SliTaz on Facebook</a></li>
    2.82 -			<li><a href="http://en.wikipedia.org/wiki/SliTaz_GNU/Linux">SliTaz on Wikipedia</a></li>
    2.83 -		</ul>
    2.84 -	</div>
    2.85 -	<div class="right_box">
    2.86 -		<h3><img src="images/development.png" alt="*" />Development</h3>
    2.87 -		<ul>
    2.88 -			<li><a href="http://hg.slitaz.org/">Mercurial Repositories</a></li>
    2.89 -			<li><a href="http://scn.slitaz.org/groups/devel/">SCN Group</a></li>
    2.90 -			<li><a href="http://bugs.slitaz.org">Bug Tracker</a></li>
    2.91 -			<li><a href="http://tank.slitaz.org/">Main Server</a></li>
    2.92 -			<li><a href="http://cook.slitaz.org/">Build Bot</a></li>
    2.93 -			<li><a href="/en/devel/">Developers Corner</a></li>
    2.94 -		</ul>
    2.95 -	</div>
    2.96 -</div>
    2.97 -
    2.98 -<div style="clear: both;"></div>
    2.99 -
   2.100 -<!-- End of content -->
   2.101 -</div>
   2.102 -
   2.103 -<div style="margin-top: 100px;"></div>
   2.104 -
   2.105 -<?php include("lib/html/footer.html"); ?>
   2.106 -
   2.107 -</body>
   2.108 -</html>
     3.1 --- a/pt/mailing-list.php	Sat Dec 20 22:22:59 2014 +0100
     3.2 +++ b/pt/mailing-list.php	Sat Dec 20 22:34:45 2014 +0100
     3.3 @@ -1,7 +1,7 @@
     3.4  <!DOCTYPE html>
     3.5  <html lang="pt">
     3.6  <head>
     3.7 -	<meta charset=utf-8" />
     3.8 +	<meta charset="utf-8" />
     3.9  	<title>SliTaz - Lista de Discussão</title>
    3.10  	<meta name="description" content="slitaz users developers mailing list" />
    3.11  	<meta name="keywords" content="slitaz lista mail discussão" lang="pt" />
     4.1 --- a/pt/search.php	Sat Dec 20 22:22:59 2014 +0100
     4.2 +++ b/pt/search.php	Sat Dec 20 22:34:45 2014 +0100
     4.3 @@ -1,7 +1,7 @@
     4.4  <!DOCTYPE html>
     4.5  <html lang="pt">
     4.6  <head>
     4.7 -	<meta charset=utf-8" />
     4.8 +	<meta charset="utf-8" />
     4.9  	<title>SliTaz - Busca</title>
    4.10  	<meta name="description" content="SliTaz GNU/Linux busca customizada" />
    4.11  	<meta name="keywords" lang="pt" content="sistema, livre, gnu, linux, software opensource, livecd LINUX na RAM" />