[or-cvs] Initial version of the translation doc

thomass at seul.org thomass at seul.org
Fri May 6 02:27:58 UTC 2005


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/tmp/cvs-serv2230

Added Files:
	translation.html 
Log Message:
Initial version of the translation doc


--- NEW FILE: translation.html ---
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title>Tor: Translation guidelines</title>
  <meta name="Author" content="Roger Dingledine" />
  <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
  <link rel="stylesheet" type="text/css" href="stylesheet.css" />
  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
</head>

<body>
<div class="center">

<!-- TITLE BAR & NAVIGATION -->
<div class="banner">
<table class="table-banner" cellpadding="0" cellspacing="0">
<tr>
<td class="spacer">
<a href="http://tor.eff.org/"><img src="images/spacer.png"
width="110" height="79" alt="Tor logo" /></a>
</td>
<td class="links" valign="top">
      <a href="index.html">Home</a>  |
      <a href="howitworks.html">How It Works</a>  |
      <a href="download.html">Download</a>  |
      <a href="documentation.html">Docs</a>  |
      <a href="users.html">Users</a>  |
      <a class="current">FAQs</a>  |
      <a href="contribute.html">Contribute</a>  |
      <a href="developers.html">Developers</a>  |
      <a href="research.html">Research</a>  |
      <a href="people.html">People</a>
</td>
</tr>
</table>
</div>
<!-- END TITLE BAR & NAVIGATION -->

<div class="main-column">

<h2>Tor: Translation guidelines</h2>
<hr />

<p>
If you want to help out translate this website into other languages,
some basic guidelines has been established in order to do this
as efficiently as possible.<br />
At this time, German, Danish and Swedish translations is under way.
</p>

<p>
Before you start translating, note that we're interested in getting
the complete website translated. Not just one or two individual pages.
</p>

<ol>
<li>File names should be changed from index.html to index.xx.html, where xx
is the <a href="http://www.w3.org/WAI/ER/IG/ert/iso639.htm">ISO 639</a>, 
two letter, country code.</li>
<li>The first line in the translated file should be<br />
&lt;!-- revision 0.00 --&gt;<br />
where 0.00 is the revision number of the original page translated, to
easily spot when a page gets out of date. The revision number is found at
the bottom on each page. Be sure to checkout the CVS to get the latest 
version of the website, you can find more information on how to do this 
<a href="developers.html">here</a>.</li>

<li>The second line in the translated file should be the email address of
the translator:<br />
&lt;!-- abc at example.com --&gt;<br />
so we can get a hold of you if the pages needs to be corrected or updated.</li> 

<li>Translated pages should link to the other translated pages,
except the logo which should always link to http://tor.eff.org.</li>

<li>Keep your translation valid XHTML to minimize the work needed before the page
is commited to the CVS. You can test your code at <a href="http://validator.w3.org/">
validator.w3.org</a>.</li>
</ol>

  </div><!-- #main -->
</div>
  <div class="bottom" id="bottom">
     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
  </div>
</body>
</html>



More information about the tor-commits mailing list