website view i18n.php @ rev 907

Add empty html skel and up robots.txt
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 08 02:45:39 2012 +0100 (2012-03-08)
parents 5ac3fb68cccb
children 62d1df37a375
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 - Internationalization</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("lib/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 i18n group on
91 <a href="http://scn.slitaz.org/groups/i18n/">SCN</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 <a name="howto"></a>
102 <h2>How to participate</h2>
104 <p>
105 From fixing typos to translating a full xHTML page there's always editing
106 and proofreading to be done. Websites often move and get updated and
107 SliTaz home made tools such as TazPanel acquire new strings depending on the new
108 functions added to it. Over time we have developed a few ways to let you contact
109 us and get involved in the project.
110 </p>
111 <p>
112 For sending translations or requesting a new language you can join the
113 SliTaz <a href="en/mailing-list.html">Mailing List</a> and/or join the
114 community <a href="http://scn.slitaz.org/groups/i18n/">group on SCN</a>
115 and post to the <a href="http://scn.slitaz.org/groups/i18n/forum/">forum</a>
116 which lets you attach files.
117 </p>
119 <h3>Website translation</h3>
121 <p>
122 Here is a howto for translating a SliTaz website into a new language. First
123 you need the original website page in English. You have 2 ways to get a full
124 copy of the website: use Mercurial and clone the repository or download the
125 latest archive in tar.bz2 format. Using Mercurial lets you update your
126 local copy in one command and downloading directly from the repository
127 allows you to get the page you want. So it's matter of choice, but if you
128 want to manage a language and push changes yourself, you will have to use
129 Mercurial, here is some <a href="en/devel/forge.php">more info on Hg</a>.
130 </p>
131 <p>
132 Clone the website or get the latest archive:
133 </p>
135 <pre>
136 $ hg clone http://hg.slitaz.org/website
137 $ wget <a href="http://hg.slitaz.org/website/archive/tip.tar.bz2">http://hg.slitaz.org/website/archive/tip.tar.bz2</a>
138 </pre>
140 <p>
141 Now that you have a full copy of the website you can fix typos or start a new
142 translation. The reference is English, so always copy an English page to
143 your native language and naturally keep the website structure intact. When
144 you're happy with your work you can send it to the community as
145 explained beforehand.
146 </p>
147 <p>
148 If you're a bit afraid about sending a mail to more than 300 people on the list
149 or becoming exposed on the forum, you can send a private message to one of the i18n
150 group members on SCN, but he/she might not have time to answer. Keep in mind we are
151 a friendly community and there aren't any stupid questions.
152 </p>
154 <h3>System translation</h3>
156 <p>
157 Like said before, the goal is to provide full language support, not only
158 with the website or forum, but with the system itself. Everything can be translated
159 from menu items to SHell scripts and GUI boxes. For this we use standard
160 gettext POT files.
161 </p>
162 <p>
163 Each translation of a sub-project has its own file named with a language
164 prefix, example: pt.po or fr.po. This PO file can be translated with a nice
165 graphical editor like POedit on SliTaz. That means you don't need to have
166 programming or Linux skills to help or maintain a translation.
167 </p>
168 <p>
169 If a PO file for a language doesn't exist you can create one yourself or
170 ask a contributor to do it for you and commit the new file to Hg. For each
171 project you will find a README file with translation instructions to use
172 msginit and other gettext tools. If you want to update or complete a
173 translation PO file, you can download it from here or from Hg and then
174 send it to the list, the forum or SCN as usual. Note that some projects
175 are contained in the same repository such as tazpkg-notify which is part
176 of tazpkg.
177 </p>
179 <style type="text/css">
180 table {
181 width: 100%;
182 border: 1px solid #ddd;
183 padding: 10px;
184 border-radius: 4px;
185 }
186 .thead { font-weight: bold; }
187 </style>
189 <!--
190 Here we don't link to old gtkdialog box POT files since they will be
191 removed. We may have links to menu files or some explaination about
192 menu translations.
193 -->
195 <table>
196 <tbody>
197 <thead class="thead">
198 <tr>
199 <td>Project</td>
200 <td>POT file</td>
201 <td>PO files</td>
202 </tr>
203 </thead>
204 <tr>
205 <td><a href="http://hg.slitaz.org/tazpkg">TazPKG</a></td>
206 <td><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/tazpkg.pot">
207 tazpkg.pot</a></td>
208 <td>
209 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/fr.po">fr</a>
210 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/pt.po">pt</a>
211 </td>
212 </tr>
213 <tr>
214 <td><a href="http://hg.slitaz.org/tazpkg">TazPKG Notify</a></td>
215 <td><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/tazpkg-notify.pot">
216 tazpkg-notify.pot</a></td>
217 <td>
218 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/fr.po">fr</a>
219 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/pt.po">pt</a>
220 </td>
221 </tr>
222 <tr>
223 <td><a href="http://hg.slitaz.org/tazpanel">TazPanel</a></td>
224 <td><a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/tazpanel.pot">
225 tazpanel.pot</a></td>
226 <td>
227 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/fr.po">fr</a>
228 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/pt.po">pt</a>
229 </td>
230 </tr>
231 <tr>
232 <td><a href="http://hg.slitaz.org/slitaz-tools">SliTaz Tools</a></td>
233 <td><a href="http://hg.slitaz.org/slitaz-tools/file/tip/po/slitaz-tools/slitaz-tools.pot">
234 slitaz-tools.pot</a></td>
235 <td>
236 -
237 </td>
238 </tr>
239 <tr>
240 <td><a href="http://hg.slitaz.org/slitaz-tools">SliTaz Boxes</a></td>
241 <td><a href="http://hg.slitaz.org/slitaz-tools/file/tip/po/slitaz-boxes/slitaz-boxes.pot">
242 slitaz-boxes.pot</a></td>
243 <td>
244 -
245 </td>
246 </tr>
247 <tr>
248 <td><a href="http://hg.slitaz.org/slitaz-tools">TazBox</a></td>
249 <td><a href="http://hg.slitaz.org/slitaz-tools/file/tip/po/tazbox/tazbox.pot">
250 tazbox.pot</a></td>
251 <td>
252 <a href="http://hg.slitaz.org/slitaz-tools/file/tip/po/tazbox/pt.po">pt</a>
253 </td>
254 </tr>
255 <tr>
256 <td><a href="http://hg.slitaz.org/ssfs">Ssfs</a></td>
257 <td><a href="http://hg.slitaz.org/ssfs/file/tip/po/ssfs/ssfs.pot">
258 ssfs.pot</a></td>
259 <td>
260 <a href="http://hg.slitaz.org/ssfs/file/tip/po/ssfs/fr.po">fr</a>
261 </td>
262 </tr>
263 </tbody>
264 </table>
266 <!-- End of content -->
267 </div>
269 <!-- Footer -->
270 <div id="footer">
271 Copyright &copy; <span class="year"></span>
272 <a href="http://www.slitaz.org/">SliTaz</a> - Network:
273 <a href="http://scn.slitaz.org/">Community</a>
274 <a href="http://doc.slitaz.org/">Doc</a>
275 <a href="http://forum.slitaz.org/">Forum</a>
276 <a href="http://pkgs.slitaz.org/">Packages</a>
277 <a href="http://bugs.slitaz.org">Bugs</a>
278 <a href="http://hg.slitaz.org/">Hg</a>
279 <p>
280 SliTaz @
281 <a href="http://twitter.com/slitaz">Twitter</a>
282 <a href="http://www.facebook.com/slitaz">Facebook</a>
283 <a href="http://distrowatch.com/slitaz">Distrowatch</a>
284 <a href="http://en.wikipedia.org/wiki/SliTaz">Wikipedia</a>
285 <a href="http://flattr.com/profile/slitaz">Flattr</a>
286 </p>
287 </div>
289 </body>
290 </html>