diff options
author | Jacob Appelbaum <jacob@appelbaum.net> | 2008-06-20 23:15:48 +0000 |
---|---|---|
committer | Jacob Appelbaum <jacob@appelbaum.net> | 2008-06-20 23:15:48 +0000 |
commit | e45c3d05539cb3a502c5717c1d7d539e5af7582b (patch) | |
tree | dcd413fcd5db7436a9d0f0b450c8f2ded2df7259 /doc/translations.txt | |
parent | 33ced73597ca064b0ce7076b1b1127be31dcec75 (diff) | |
download | tor-e45c3d05539cb3a502c5717c1d7d539e5af7582b.tar.gz tor-e45c3d05539cb3a502c5717c1d7d539e5af7582b.zip |
Document this htpass thing for everyone.
svn:r15381
Diffstat (limited to 'doc/translations.txt')
-rw-r--r-- | doc/translations.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/translations.txt b/doc/translations.txt index 19806acf63..b4da8d9b72 100644 --- a/doc/translations.txt +++ b/doc/translations.txt @@ -5,6 +5,13 @@ Our translations are handled in one of two places. The Tor Translation Portal handles all of the translations for Vidalia, Torbutton and TorCheck. The Tor website itself is currently handled by hand translations using subversion. +You'll need a Tor SVN account. +If you do not have one and you need one, please run this command with your +desired username in place of 'USERNAME': + + htdigest -c passwd.tmp "Tor subversion repository" USERNAME + + All three of the above projects check in their respective .po files into the following subversion urls: https://tor-svn.freehaven.net/svn/translation/trunk/projects/torbutton |