Peter Palfrader commited on 2006-07-25 14:31:36
Zeige 1 geänderte Dateien mit 19 Einfügungen und 3 Löschungen.
... | ... |
@@ -1,5 +1,5 @@ |
1 | 1 |
## translation metadata |
2 |
-# Based-On-Revision: 1.9 |
|
2 |
+# Based-On-Revision: 1.14 |
|
3 | 3 |
# Last-Translator: jens@kubieziel.de, peter@palfrader.org |
4 | 4 |
|
5 | 5 |
#include "head.wmi" TITLE="Dokumentation" |
... | ... |
@@ -126,11 +126,27 @@ |
126 | 126 |
<h2><a class="anchor" href="#Developers">F�r Entwickler</a></h2> |
127 | 127 |
|
128 | 128 |
<p> |
129 |
- Durchsuche das Tor <b>CVS repository</b>: (welches nicht notwendigerweise funktioniert oder kompiliert)</p> |
|
129 |
+ Durchsuche das Tor <b>Quellcode-Repository</b>: (welches nicht notwendigerweise funktioniert oder kompiliert)</p> |
|
130 | 130 |
<ul> |
131 | 131 |
<li><a href="<cvssandbox>">Regelm��ig aktualisierte CVS Sandbox</a></li> |
132 |
+ <li><a href="http://tor-svn.freehaven.net/svn/tor/trunk">Browse direkt im Repository</a></li> |
|
133 |
+# XXX FIXME - still points to cvs thing |
|
132 | 134 |
<li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li> |
133 |
- <li><a href="http://archives.seul.org/or/cvs/">Mailingliste f�r cvs commits</a></li> |
|
135 |
+ <li><a href="http://archives.seul.org/or/cvs/">Mailingliste f�r Commits</a></li> |
|
136 |
+ <li>anonymer <a href="http://subversion.tigris.org/">subversion</a> Zugang: |
|
137 |
+ <ul> |
|
138 |
+ <li>Lege ein neues Verzeichnis an und wechsele hinein.</li> |
|
139 |
+ <li><kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/trunk</kbd></li> |
|
140 |
+ <li>(Um die Maintenancebranch auszuchecken, nutze <kbd>svn checkout http://tor-svn.freehaven.net/svn/tor/branches/tor-0_1_1-patches</kbd>)</li> |
|
141 |
+ </ul> |
|
142 |
+ </li> |
|
143 |
+ </ul> |
|
144 |
+ |
|
145 |
+ Um die Webseite auszuchecken: |
|
146 |
+ <ul> |
|
147 |
+ <li><a href="<cvssandbox>website">Regelm��ig aktualisierte CVS Sandbox</a></li> |
|
148 |
+ <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/website/?root=tor">ViewCVS</a></li> |
|
149 |
+ <li><a href="http://archives.seul.org/or/cvs/">Mailingliste f�r Commits (die selbe wie oben)</a></li> |
|
134 | 150 |
<li>anonymer pserver Zugang (passwort ist "guest"): |
135 | 151 |
<ul> |
136 | 152 |
<li>Lege ein neues Verzeichnis an und wechsele hinein.</li> |
137 | 153 |