4d3949454943afc77b1defbd5136ae19b1309aa0
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) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
18) <table class="table-banner" cellpadding="0" cellspacing="0">
19) <tr>
20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
28)       <a href="documentation.html">Docs</a>  |
29)       <a href="users.html">Users</a>  |
30)       <a class="current">FAQs</a>  |
31)       <a href="contribute.html">Contribute</a>  |
32)       <a href="developers.html">Developers</a>  |
33)       <a href="research.html">Research</a>  |
34)       <a href="people.html">People</a>
35) </td>
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

36) <td class="curve">
37)       <img src="images/curve.gif" width="18" alt=""  height="79" />
38) </td> 
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

39) </tr>
40) </table>
41) </div>
42) <!-- END TITLE BAR & NAVIGATION -->
43) 
44) <div class="main-column">
45) 
46) <h2>Tor: Translation guidelines</h2>
47) <hr />
48) 
49) <p>
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

50) If you want to help translate the Tor website and documentation into
51) 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

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

Roger Dingledine authored 19 years ago

53) 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

54) </p>
55) 
56) <p>
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

57) Note that we're interested in getting the complete website translated
58) 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

59) </p>
60) 
61) <ol>
62) <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

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

Thomas Sjögren authored 19 years ago

65) <li>The first line in the translated file should be<br />
66) &lt;!-- revision 0.00 --&gt;<br />
67) where 0.00 is the revision number of the original page translated, to
68) 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

69) the bottom on each page. Be sure to <a href="developers.html">checkout
70) 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

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

Roger Dingledine authored 19 years ago

75) 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

76) 
77) <li>Translated pages should link to the other translated pages,
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

78) except the logo which should always link to http://tor.eff.org/</li>
Thomas Sjögren Initial version of the tran...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

80) <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

81) Even though most browsers display the characters correctly these days, we want
82) to be on the safe side, so we don't get bug reports from people who can't
83) read the text.</li>
84) 
85) <li>Keep your translation valid XHTML to minimize the work needed
86) before the page is committed to CVS. You can test your code at <a
87) 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

88) </ol>
89) 
90)   </div><!-- #main -->
91) </div>
92)   <div class="bottom" id="bottom">
93)      <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

94)      $Id$