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

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

38) </tr>
39) </table>
40) </div>
41) <!-- END TITLE BAR & NAVIGATION -->
42) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

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

Thomas Sjögren authored 19 years ago

45) <div class="main-column">
46) 
47) <h2>Tor: Translation guidelines</h2>
48) <hr />
49) 
50) <p>
Roger Dingledine clean up translation pages

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

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

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

Thomas Sjögren authored 19 years ago

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

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

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

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

Thomas Sjögren authored 19 years ago

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

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

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

95)      $Id$