Ticket #9514: index.3.html

File index.3.html, 2.0 KB (added by Feveth, 10 years ago)

One error slipped right past. Now fixed. Commented also, forgot to mention earlier.

Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xmlns="http://www.w3.org/1999/xhtml">
3<head>
4 <meta http-equiv='content-type' content='text/html; charset=utf-8'/>
5 <link rel='shortcut icon' href='http://i18n.haiku-os.org/userguide/favicon.ico' type='image/x-icon'/>
6 <link rel='bookmark icon' href='http://i18n.haiku-os.org/userguide/favicon.ico' type='image/x-icon'/>
7 <title>Haiku i18n site</title>
8 <link rel='stylesheet' type='text/css' href='http://cgit.haiku-os.org/haiku/plain/docs/welcome/Haiku-doc.css'>
9</head>
10<body>
11 <div id='banner'>
12 <div><span>Welcome to the Haiku i18n site</span></div>
13 </div>
14 <div id='content'>
15 <div>
16 <!-- Header -->
17 <p><a href='http://www.haiku-os.org/' target='_blank'>Haiku</a> is a free and open source operating system (OS) with localization and translation support.</p>
18
19 <!-- Information links section -->
20 <h2>Information about localization</h2>
21 <p>Listed here are links to standards and guides on how to translate the Haiku interface and documentation to your language to get you started</p>
22 <ul>
23 <li><a href='http://dev.haiku-os.org/wiki/i18n' class='printurl'>i18n – Haiku</a></li>
24 <li><a href='http://www.haiku-os.org/community/ml#localization' class='printurl'>Mailing Lists | Haiku Project</a></li>
25 </ul>
26
27 <!-- Translation links section -->
28 <h2>Translation sites</h2>
29 <p>Listed here are links to the translation sites to begin translating</p>
30 <ul>
31 <li><a href='http://i18n.haiku-os.org/pootle/' class='printurl'>Haiku Interface Translation</a> - GUI translation</li>
32 <li><a href='http://i18n.haiku-os.org/userguide/' class='printurl'>Documentation Translation Tool</a> - Documentation translation</li>
33 </ul>
34 </div>
35 </div>
36
37 <!-- This nonbreaking space right here raises compatibility concerns... -->
38 <div class="nav">
39 <div class="inner"><span>&nbsp;</span></div>
40 </div>
41</body>
42</html>