website diff i18n.php @ rev 780

ex + id: Code clean-up and new layout (TODO: finish es)
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 26 22:22:15 2011 +0100 (2011-03-26)
parents
children 875845de8abd
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i18n.php	Sat Mar 26 22:22:15 2011 +0100
     1.3 @@ -0,0 +1,124 @@
     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 +<head>
     1.8 +    <title>SliTaz - Internationalisation</title>
     1.9 +	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    1.10 +	<meta name="description" content="SliTaz GNU/Linux LiveCD operating system" />
    1.11 +    <meta name="keywords" lang="en" content="Système, libre, gnu, linux, logiciels opensource, livecd" />
    1.12 +    <meta name="robots" content="index, follow, all" />
    1.13 +    <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
    1.14 +    <meta name="author" content="Christophe Lincoln"/>
    1.15 +    <link rel="shortcut icon" href="favicon.ico" />
    1.16 +    <link rel="stylesheet" type="text/css" href="slitaz.css" />
    1.17 +</head>
    1.18 +<body>
    1.19 +
    1.20 +<!-- Header -->
    1.21 +<div id="header">
    1.22 +	<div id="logo"></div>
    1.23 +	<div id="network">
    1.24 +		<a href="./netmap.php">
    1.25 +			<img src="images/network.png" alt="network.png" /></a>
    1.26 +		<a href="http://scn.slitaz.org/">Community</a>
    1.27 +		<a href="http://doc.slitaz.org/">Doc</a>
    1.28 +		<a href="http://forum.slitaz.org/">Forum</a>
    1.29 +		<a href="http://labs.slitaz.org/issues">Bugs</a>
    1.30 +		<a href="http://hg.slitaz.org/">Hg</a>
    1.31 +	</div>
    1.32 +	<h1><a href="./">SliTaz GNU/Linux</a></h1>
    1.33 +</div>
    1.34 +
    1.35 +<!-- Block -->
    1.36 +<div id="block">
    1.37 +	<!-- Navigation -->
    1.38 +	<div id="block_nav" style="text-align: center; padding: 10px;">
    1.39 +		<?php include("libs/random-image.php"); ?>
    1.40 +	</div>
    1.41 +	<!-- Information/image -->
    1.42 +	<div id="block_info">
    1.43 +		<h4>About i18n</h4>
    1.44 +		<p>
    1.45 +			The main goal of SliTaz is to provide full support for a given
    1.46 +			language, including the website, official Wiki documentation,
    1.47 +			a dedicated forum and all SliTaz related projects such as the
    1.48 +			LiveCD GUI builder.
    1.49 +		</p>
    1.50 +		<p>
    1.51 +			<img src="images/users.png" alt="users.png" />
    1.52 +			<a href="http://scn.slitaz.org/">Join us on SCN</a>
    1.53 +		</p>
    1.54 +	</div>
    1.55 +</div>
    1.56 +
    1.57 +<!-- Content -->
    1.58 +<div id="content">
    1.59 +
    1.60 +<h2>Internationalization</h2>
    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,
    1.65 +	translate it and send it to the mailing list or upload it onto the
    1.66 +	SliTaz Community Network aka <a href="http://scn.slitaz.org/">SCN</a>.
    1.67 +</p>
    1.68 +
    1.69 +<p>
    1.70 +	SliTaz project Website is available in the following languages:
    1.71 +</p>
    1.72 +
    1.73 +<div class="box">
    1.74 +	<img src="images/locale.png" alt="locale.png" />
    1.75 +	<a href="de/">Deutsch</a> -
    1.76 +	<a href="en/">English</a> -
    1.77 +	<a href="es/">Español</a> -
    1.78 +	<a href="fr/">Français</a> -
    1.79 +	<a href="id/">Indonesian</a> -
    1.80 +	<a href="pt/">Português</a> -
    1.81 +	<a href="cn/">Chinese</a>
    1.82 +</div>
    1.83 +
    1.84 +<h2>Information</h2>
    1.85 +
    1.86 +<p>
    1.87 +	The website and documentation has been translated and is kept 
    1.88 +	up-to-date by several contributors. For now, the actively maintained
    1.89 +	languages are English, French, German, Portuguese and Chinese. 
    1.90 +	Spanish is on the stove, but more help is needed. Most of the 
    1.91 +	communication is done through the
    1.92 +	<a href="en/mailing-list.html">Mailing List</a> and the
    1.93 +	<a href="http://labs.slitaz.org/i18n/wiki">Labs</a>.
    1.94 +</p>
    1.95 +
    1.96 +<p>
    1.97 +	Some additional languages can be installed through the Package 
    1.98 +	Manager, but we are not able to provide support and documentation.
    1.99 +	SliTaz is a community based project, everyone can help out and is
   1.100 +	more than welcome to join us.
   1.101 +</p>
   1.102 +
   1.103 +<!-- End of content -->
   1.104 +</div>
   1.105 +
   1.106 +<!-- Footer -->
   1.107 +<div id="footer">
   1.108 +	Copyright &copy; <span class="year"></span>
   1.109 +	<a href="http://www.slitaz.org/">SliTaz</a> - Network:
   1.110 +	<a href="http://scn.slitaz.org/">Community</a>
   1.111 +	<a href="http://doc.slitaz.org/">Doc</a>
   1.112 +	<a href="http://forum.slitaz.org/">Forum</a>
   1.113 +	<a href="http://pkgs.slitaz.org/">Packages</a>
   1.114 +	<a href="http://labs.slitaz.org/issues">Bugs</a>
   1.115 +	<a href="http://hg.slitaz.org/">Hg</a>
   1.116 +	<p>
   1.117 +		SliTaz @
   1.118 +		<a href="http://twitter.com/slitaz">Twitter</a>
   1.119 +		<a href="http://www.facebook.com/slitaz">Facebook</a>
   1.120 +		<a href="http://distrowatch.com/slitaz">Distrowatch</a>
   1.121 +		<a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
   1.122 +		<a href="http://flattr.com/profile/slitaz">Flattr</a>
   1.123 +	</p>
   1.124 +</div>
   1.125 +
   1.126 +</body>
   1.127 +</html>