a6ad48086dc6e6d8a6656c4929e5fea2258dcb78
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Translation guidelines</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) 
13) <body>
14) 
15) <!-- TITLE BAR & NAVIGATION -->
Thomas Sjögren translation.html got left o...

Thomas Sjögren authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
Thomas Sjögren We're not "home"

Thomas Sjögren authored 19 years ago

21)             <a href="index.html">Home</a> 
22) 	  | <a href="howitworks.html">How It Works</a>
Thomas Sjögren translation.html got left o...

Thomas Sjögren authored 19 years ago

23)           | <a href="download.html">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
27)           | <a href="contribute.html">Contribute</a>
28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

34) </table>
Thomas Sjögren translation.html got left o...

Thomas Sjögren authored 19 years ago

35) 
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

40) <div class="main-column">
41) 
42) <h2>Tor: Translation guidelines</h2>
43) <hr />
44) 
45) <p>
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

46) If you want to help translate the Tor website and documentation into
47) other languages, these are some basic guidelines to help you do this
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

48) as efficiently as possible.<br />
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

49) At this time, German, Danish and Swedish translations are under way.
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

50) </p>
51) 
52) <p>
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

53) Note that we're interested in getting the complete website translated
54) for each language, but even a few pages will still be a helpful.
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

55) </p>
56) 
57) <ol>
58) <li>File names should be changed from index.html to index.xx.html, where xx
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

59) is your <a href="http://www.w3.org/WAI/ER/IG/ert/iso639.htm">ISO 639</a>
60) two letter country code.</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

61) <li>The first line in the translated file should be<br />
62) &lt;!-- revision 0.00 --&gt;<br />
63) where 0.00 is the revision number of the original page translated, to
64) easily spot when a page gets out of date. The revision number is found at
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

65) the bottom on each page. Be sure to <a href="developers.html">checkout
66) the CVS</a> to get the latest version of the website.</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

67) 
68) <li>The second line in the translated file should be the email address of
69) the translator:<br />
70) &lt;!-- abc@example.com --&gt;<br />
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

71) so we can get ahold of you if the pages needs to be corrected or updated.</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

72) 
Thomas Sjögren Add missing dot

Thomas Sjögren authored 19 years ago

73) <li>Translated pages should link to the other translated pages.</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

74) 
Thomas Sjögren Character entities should b...

Thomas Sjögren authored 19 years ago

75) <li>Use valid <a href="http://roselli.org/adrian/articles/character_charts.asp">character entities</a>.
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

76) Even though most browsers display the characters correctly these days, we want
77) to be on the safe side, so we don't get bug reports from people who can't
78) read the text.</li>
79) 
80) <li>Keep your translation valid XHTML to minimize the work needed
81) before the page is committed to CVS. You can test your code at <a
82) href="http://validator.w3.org/">validator.w3.org</a>.</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

83) </ol>
84) 
85)   </div><!-- #main -->
86) </div>
87)   <div class="bottom" id="bottom">
88)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

89)      $Id$