website view 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 source
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5 <title>SliTaz - Internationalisation</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <meta name="description" content="SliTaz GNU/Linux LiveCD operating system" />
8 <meta name="keywords" lang="en" content="Système, libre, gnu, linux, logiciels opensource, livecd" />
9 <meta name="robots" content="index, follow, all" />
10 <meta name="modified" content="<?php echo (date( "Y-m-d H:i:s", getlastmod())); ?>" />
11 <meta name="author" content="Christophe Lincoln"/>
12 <link rel="shortcut icon" href="favicon.ico" />
13 <link rel="stylesheet" type="text/css" href="slitaz.css" />
14 </head>
15 <body>
17 <!-- Header -->
18 <div id="header">
19 <div id="logo"></div>
20 <div id="network">
21 <a href="./netmap.php">
22 <img src="images/network.png" alt="network.png" /></a>
23 <a href="http://scn.slitaz.org/">Community</a>
24 <a href="http://doc.slitaz.org/">Doc</a>
25 <a href="http://forum.slitaz.org/">Forum</a>
26 <a href="http://labs.slitaz.org/issues">Bugs</a>
27 <a href="http://hg.slitaz.org/">Hg</a>
28 </div>
29 <h1><a href="./">SliTaz GNU/Linux</a></h1>
30 </div>
32 <!-- Block -->
33 <div id="block">
34 <!-- Navigation -->
35 <div id="block_nav" style="text-align: center; padding: 10px;">
36 <?php include("libs/random-image.php"); ?>
37 </div>
38 <!-- Information/image -->
39 <div id="block_info">
40 <h4>About i18n</h4>
41 <p>
42 The main goal of SliTaz is to provide full support for a given
43 language, including the website, official Wiki documentation,
44 a dedicated forum and all SliTaz related projects such as the
45 LiveCD GUI builder.
46 </p>
47 <p>
48 <img src="images/users.png" alt="users.png" />
49 <a href="http://scn.slitaz.org/">Join us on SCN</a>
50 </p>
51 </div>
52 </div>
54 <!-- Content -->
55 <div id="content">
57 <h2>Internationalization</h2>
58 <p>
59 Translation is a community effort and everyone can help. You're
60 welcome to join the team! You can find more pot files on
61 <a href="http://hg.slitaz.org/">Hg</a>, just pick one up,
62 translate it and send it to the mailing list or upload it onto the
63 SliTaz Community Network aka <a href="http://scn.slitaz.org/">SCN</a>.
64 </p>
66 <p>
67 SliTaz project Website is available in the following languages:
68 </p>
70 <div class="box">
71 <img src="images/locale.png" alt="locale.png" />
72 <a href="de/">Deutsch</a> -
73 <a href="en/">English</a> -
74 <a href="es/">Español</a> -
75 <a href="fr/">Français</a> -
76 <a href="id/">Indonesian</a> -
77 <a href="pt/">Português</a> -
78 <a href="cn/">Chinese</a>
79 </div>
81 <h2>Information</h2>
83 <p>
84 The website and documentation has been translated and is kept
85 up-to-date by several contributors. For now, the actively maintained
86 languages are English, French, German, Portuguese and Chinese.
87 Spanish is on the stove, but more help is needed. Most of the
88 communication is done through the
89 <a href="en/mailing-list.html">Mailing List</a> and the
90 <a href="http://labs.slitaz.org/i18n/wiki">Labs</a>.
91 </p>
93 <p>
94 Some additional languages can be installed through the Package
95 Manager, but we are not able to provide support and documentation.
96 SliTaz is a community based project, everyone can help out and is
97 more than welcome to join us.
98 </p>
100 <!-- End of content -->
101 </div>
103 <!-- Footer -->
104 <div id="footer">
105 Copyright &copy; <span class="year"></span>
106 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
107 <a href="http://scn.slitaz.org/">Community</a>
108 <a href="http://doc.slitaz.org/">Doc</a>
109 <a href="http://forum.slitaz.org/">Forum</a>
110 <a href="http://pkgs.slitaz.org/">Packages</a>
111 <a href="http://labs.slitaz.org/issues">Bugs</a>
112 <a href="http://hg.slitaz.org/">Hg</a>
113 <p>
114 SliTaz @
115 <a href="http://twitter.com/slitaz">Twitter</a>
116 <a href="http://www.facebook.com/slitaz">Facebook</a>
117 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
118 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
119 <a href="http://flattr.com/profile/slitaz">Flattr</a>
120 </p>
121 </div>
123 </body>
124 </html>