website view i18n.php @ rev 946

Add forum activity to main pages
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 13 20:28:01 2012 +0100 (2012-03-13)
parents 62d1df37a375
children 84f0b93520b0
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 languages" />
8 <meta name="keywords" lang="en" content="SliTaz POT, gettext, translation" />
9 <meta name="author" content="Christophe Lincoln"/>
10 <?php include("lib/html/meta-link.html"); ?>
11 </head>
12 <body>
14 <?php include("lib/html/header.html"); ?>
16 <!-- Block -->
17 <div id="block">
18 <!-- Navigation -->
19 <div id="block_nav" style="text-align: center; padding: 10px;">
20 <?php include("lib/random-image.php"); ?>
21 </div>
22 <!-- Information/image -->
23 <div id="block_info">
24 <h4>About i18n</h4>
25 <p>
26 The main goal of SliTaz is to provide full support for a given
27 language, including the website, official Wiki documentation,
28 a dedicated forum and all SliTaz related projects such as the
29 LiveCD GUI builder.
30 </p>
31 <p>
32 <img src="images/users.png" alt="users.png" />
33 <a href="http://scn.slitaz.org/groups/i18n/">Join us on SCN</a>
34 </p>
35 </div>
36 </div>
38 <!-- Content -->
39 <div id="content">
41 <h2>Internationalization</h2>
42 <p>
43 Translation is a community effort and everyone can help. You're
44 welcome to join the team! You can find more pot files on
45 <a href="http://hg.slitaz.org/">Hg</a>, just pick one up,
46 translate it and send it to the mailing list or upload it onto the
47 SliTaz Community Network aka <a href="http://scn.slitaz.org/">SCN</a>.
48 </p>
50 <p>
51 SliTaz project Website is available in the following languages:
52 </p>
54 <div class="box">
55 <img src="images/locale.png" alt="locale.png" />
56 <a href="da/">Dansk</a> -
57 <a href="de/">Deutsch</a> -
58 <a href="en/">English</a> -
59 <a href="es/">Español</a> -
60 <a href="fr/">Français</a> -
61 <a href="id/">Indonesian</a> -
62 <a href="it/">Italiano</a> -
63 <a href="pt_BR/">Português</a> -
64 <a href="cn/">Chinese</a>
65 </div>
67 <h2>Information</h2>
69 <p>
70 The website and documentation has been translated and is kept
71 up-to-date by several contributors. For now, the actively maintained
72 languages are English, French, German, Portuguese and Chinese.
73 Spanish is on the stove, but more help is needed. Most of the
74 communication is done through the
75 <a href="en/mailing-list.html">Mailing List</a> and the i18n group on
76 <a href="http://scn.slitaz.org/groups/i18n/">SCN</a>.
77 </p>
79 <p>
80 Some additional languages can be installed through the Package
81 Manager, but we are not able to provide support and documentation.
82 SliTaz is a community based project, everyone can help out and is
83 more than welcome to join us.
84 </p>
86 <a name="howto"></a>
87 <h2>How to participate</h2>
89 <p>
90 From fixing typos to translating a full xHTML page there's always editing
91 and proofreading to be done. Websites often move and get updated and
92 SliTaz home made tools such as TazPanel acquire new strings depending on the new
93 functions added to it. Over time we have developed a few ways to let you contact
94 us and get involved in the project.
95 </p>
96 <p>
97 For sending translations or requesting a new language you can join the
98 SliTaz <a href="en/mailing-list.html">Mailing List</a> and/or join the
99 community <a href="http://scn.slitaz.org/groups/i18n/">group on SCN</a>
100 and post to the <a href="http://scn.slitaz.org/groups/i18n/forum/">forum</a>
101 which lets you attach files.
102 </p>
104 <h3>Website translation</h3>
106 <p>
107 Here is a howto for translating a SliTaz website into a new language. First
108 you need the original website page in English. You have 2 ways to get a full
109 copy of the website: use Mercurial and clone the repository or download the
110 latest archive in tar.bz2 format. Using Mercurial lets you update your
111 local copy in one command and downloading directly from the repository
112 allows you to get the page you want. So it's matter of choice, but if you
113 want to manage a language and push changes yourself, you will have to use
114 Mercurial, here is some <a href="en/devel/forge.php">more info on Hg</a>.
115 </p>
116 <p>
117 Clone the website or get the latest archive:
118 </p>
120 <pre>
121 $ hg clone http://hg.slitaz.org/website
122 $ wget <a href="http://hg.slitaz.org/website/archive/tip.tar.bz2">http://hg.slitaz.org/website/archive/tip.tar.bz2</a>
123 </pre>
125 <p>
126 Now that you have a full copy of the website you can fix typos or start a new
127 translation. The reference is English, so always copy an English page to
128 your native language and naturally keep the website structure intact. When
129 you're happy with your work you can send it to the community as
130 explained beforehand.
131 </p>
132 <p>
133 If you're a bit afraid about sending a mail to more than 300 people on the list
134 or becoming exposed on the forum, you can send a private message to one of the i18n
135 group members on SCN, but he/she might not have time to answer. Keep in mind we are
136 a friendly community and there aren't any stupid questions.
137 </p>
139 <h3>System translation</h3>
141 <p>
142 Like said before, the goal is to provide full language support, not only
143 with the website or forum, but with the system itself. Everything can be translated
144 from menu items to SHell scripts and GUI boxes. For this we use standard
145 gettext POT files.
146 </p>
147 <p>
148 Each translation of a sub-project has its own file named with a language
149 prefix, example: pt_BR.po or fr.po. This PO file can be translated with a nice
150 graphical editor like POedit on SliTaz. That means you don't need to have
151 programming or Linux skills to help or maintain a translation.
152 </p>
153 <p>
154 If a PO file for a language doesn't exist you can create one yourself or
155 ask a contributor to do it for you and commit the new file to Hg. For each
156 project you will find a README file with translation instructions to use
157 msginit and other gettext tools. If you want to update or complete a
158 translation PO file, you can download it from here or from Hg and then
159 send it to the list, the forum or SCN as usual. Note that some projects
160 are contained in the same repository such as tazpkg-notify which is part
161 of tazpkg.
162 </p>
164 <style type="text/css">
165 table {
166 width: 100%;
167 border: 1px solid #ddd;
168 padding: 10px;
169 border-radius: 4px;
170 }
171 .thead { font-weight: bold; }
172 </style>
174 <!--
175 Here we don't link to old gtkdialog box POT files since they will be
176 removed. We may have links to menu files or some explaination about
177 menu translations.
178 -->
180 <table>
181 <tbody>
182 <thead class="thead">
183 <tr>
184 <td>Project</td>
185 <td>POT file</td>
186 <td>PO files</td>
187 </tr>
188 </thead>
189 <tr>
190 <td><a href="http://hg.slitaz.org/tazpkg">TazPKG</a></td>
191 <td><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/tazpkg.pot">
192 tazpkg.pot</a></td>
193 <td>
194 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/fr.po">fr</a>
195 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg/pt_BR.po">pt_BR</a>
196 </td>
197 </tr>
198 <tr>
199 <td><a href="http://hg.slitaz.org/tazpkg">TazPKG Notify</a></td>
200 <td><a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/tazpkg-notify.pot">
201 tazpkg-notify.pot</a></td>
202 <td>
203 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/fr.po">fr</a>
204 <a href="http://hg.slitaz.org/tazpkg/raw-file/tip/po/tazpkg-notify/pt_BR.po">pt_BR</a>
205 </td>
206 </tr>
207 <tr>
208 <td><a href="http://hg.slitaz.org/tazpanel">TazPanel</a></td>
209 <td><a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/tazpanel.pot">
210 tazpanel.pot</a></td>
211 <td>
212 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/fr.po">fr</a>
213 <a href="http://hg.slitaz.org/tazpanel/raw-file/tip/po/pt_BR.po">pt_BR</a>
214 </td>
215 </tr>
216 <tr>
217 <td><a href="http://hg.slitaz.org/slitaz-tools">SliTaz Tools</a></td>
218 <td><a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/slitaz-tools.pot">
219 slitaz-tools.pot</a></td>
220 <td>
221 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/es_AR.po">es_AR</a>
222 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/fr.po">fr</a>
223 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-tools/pt_BR.po">pt_BR</a>
224 </td>
225 </tr>
226 <tr>
227 <td><a href="http://hg.slitaz.org/slitaz-tools">SliTaz Boxes</a></td>
228 <td><a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/slitaz-boxes.pot">
229 slitaz-boxes.pot</a></td>
230 <td>
231 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/es_AR.po">es_AR</a>
232 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/fr.po">fr</a>
233 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/slitaz-boxes/pt_BR.po">pt_BR</a>
234 </td>
235 </tr>
236 <tr>
237 <td><a href="http://hg.slitaz.org/slitaz-tools">TazBox</a></td>
238 <td><a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/tazbox.pot">
239 tazbox.pot</a></td>
240 <td>
241 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/es_AR.po">es_AR</a>
242 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/fr.po">fr</a>
243 <a href="http://hg.slitaz.org/slitaz-tools/raw-file/tip/po/tazbox/pt_BR.po">pt_BR</a>
244 </td>
245 </tr>
246 <tr>
247 <td><a href="http://hg.slitaz.org/ssfs">Ssfs</a></td>
248 <td><a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/ssfs/ssfs.pot">
249 ssfs.pot</a></td>
250 <td>
251 <a href="http://hg.slitaz.org/ssfs/raw-file/tip/po/ssfs/fr.po">fr</a>
252 </td>
253 </tr>
254 <tr>
255 <td><a href="http://hg.slitaz.org/tazusb">TazUSB</a></td>
256 <td><a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb/tazusb.pot">
257 tazusb.pot</a></td>
258 <td>
259 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb/fr.po">fr</a>
260 </td>
261 </tr>
262 <tr>
263 <td><a href="http://hg.slitaz.org/tazusb">TazUSB Box</a></td>
264 <td><a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb-box/tazusb-box.pot">
265 tazusb-box.pot</a></td>
266 <td>
267 <a href="http://hg.slitaz.org/tazusb/raw-file/tip/po/tazusb-box/fr.po">fr</a>
268 </td>
269 </tr>
270 </tbody>
271 </table>
273 <!-- End of content -->
274 </div>
276 <?php include("lib/html/footer.html"); ?>
278 </body>
279 </html>