website view i18n.php @ rev 834

Add first Italian page! Thanks yhouse. And add link in all other needed pages
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 29 23:59:54 2011 +0200 (2011-04-29)
parents 42fb6cf5a067
children 58cc74bfc5bc
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://bugs.slitaz.org">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/groups/i18n/">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="it/">Italiano</a> -
78 <a href="pt/">Português</a> -
79 <a href="cn/">Chinese</a>
80 </div>
82 <h2>Information</h2>
84 <p>
85 The website and documentation has been translated and is kept
86 up-to-date by several contributors. For now, the actively maintained
87 languages are English, French, German, Portuguese and Chinese.
88 Spanish is on the stove, but more help is needed. Most of the
89 communication is done through the
90 <a href="en/mailing-list.html">Mailing List</a> and the
91 <a href="http://labs.slitaz.org/i18n/wiki">Labs</a>.
92 </p>
94 <p>
95 Some additional languages can be installed through the Package
96 Manager, but we are not able to provide support and documentation.
97 SliTaz is a community based project, everyone can help out and is
98 more than welcome to join us.
99 </p>
101 <!-- End of content -->
102 </div>
104 <!-- Footer -->
105 <div id="footer">
106 Copyright &copy; <span class="year"></span>
107 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
108 <a href="http://scn.slitaz.org/">Community</a>
109 <a href="http://doc.slitaz.org/">Doc</a>
110 <a href="http://forum.slitaz.org/">Forum</a>
111 <a href="http://pkgs.slitaz.org/">Packages</a>
112 <a href="http://bugs.slitaz.org">Bugs</a>
113 <a href="http://hg.slitaz.org/">Hg</a>
114 <p>
115 SliTaz @
116 <a href="http://twitter.com/slitaz">Twitter</a>
117 <a href="http://www.facebook.com/slitaz">Facebook</a>
118 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
119 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
120 <a href="http://flattr.com/profile/slitaz">Flattr</a>
121 </p>
122 </div>
124 </body>
125 </html>