git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
b161a0618
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
en
translation.wml
weasel points out that we should get navigation.wml translated too.
Roger Dingledine
commited
b161a0618
at 2005-12-19 01:28:33
translation.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ #include "head.wmi" TITLE="Translation guidelines" <div class="main-column"> <h2>Tor: Translation guidelines</h2> <hr /> <p> If you want to help translate the Tor website and documentation into other languages, here are some basic guidelines to help you do this as efficiently as possible.<br /> At this time, we have an actively maintained German translation, and we have an old Italian translation and we're looking for a maintainer. </p> <p> Note that we're interested in getting the complete website translated for each language, but even a few pages will still be helpful. </p> <ol> <li>Look in <a href="http://tor.eff.org/cvs/website/en/">http://tor.eff.org/cvs/website/en/</a> for a set of ".wml" files. The most important ones to translate are index.wml, overview.wml, download.wml, documentation.wml, foot.wml, and navigation.wml. You are welcome to translate more pages than this if you would like. You can look at <a href="http://tor.eff.org/cvs/website/de/">http://tor.eff.org/cvs/website/de/</a> for examples of the desired translation formats.</li> #<li>File names should be changed from index.html to index.xx.html, where xx #is your <a href="http://www.w3.org/WAI/ER/IG/ert/iso639.htm">ISO 639</a> #two letter language code.</li> <li>The first line in the translated file should be<br /> \# Based-On-Revision: 1.4<br /> where 1.4 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 top on each page -- it is created by CVS so be sure to <a href="<page developers>">checkout</a> the latest version of the website.</li> <li>The second line in the translated file should be the email address of the translator:<br /> \# Last-Translator: abc@example.com<br /> so we can get ahold of you if the pages needs to be corrected or updated.</li> <li>We would also like some translations for the diagrams on <a href="<page overview>">the overview page</a>. You can just send us the text that should go in the diagrams, and we'll take care of making new versions of the pictures.</li> <li>Translated pages should link to the other translated pages.</li> <li>Translated pages should include a note in foot.wml, translated to the appropriate language: "Neither the Tor developers nor EFF have reviewed this translation for accuracy and correctness. It may be out of date or wrong. The official Tor web site is the English version, available at http://tor.eff.org/"</li> <li>Use valid <a href="http://roselli.org/adrian/articles/character_charts.asp">character entities</a>. Even though most browsers display the characters correctly these days, we want to be on the safe side, so we don't get bug reports from people who can't read the text.</li> <li>Keep your translation valid XHTML to minimize the work needed before the page is committed to CVS. You can test your code at <a href="http://validator.w3.org/">validator.w3.org</a>.</li> </ol> </div><!-- #main --> #include <foot.wmi>