Roger Dingledine commited on 2008-09-13 12:21:27
Zeige 6 geänderte Dateien mit 13 Einfügungen und 12 Löschungen.
... | ... |
@@ -173,7 +173,7 @@ in <tt>/var/lib/tor/fingerprint</tt> depending on your platform. |
173 | 173 |
<p> |
174 | 174 |
If you would like to learn more about Bridges from a technical standpoint, |
175 | 175 |
please read the <a |
176 |
-href="https://svn.torproject.org/svn/tor/trunk/doc/spec/bridges-spec.txt">Tor |
|
176 |
+href="<svnsandbox>doc/spec/bridges-spec.txt">Tor |
|
177 | 177 |
bridges specification</a>. If you're interested in running a private bridge or |
178 | 178 |
other specific uses, please do read the specification. |
179 | 179 |
</p> |
... | ... |
@@ -163,7 +163,7 @@ ask us for specific permission. |
163 | 163 |
|
164 | 164 |
<p> |
165 | 165 |
However, if you want to redistribute the Tor software you must follow our |
166 |
-<a href="https://svn.torproject.org/svn/trunk/LICENSE">LICENSE</a>. |
|
166 |
+<a href="<svnsandbox>LICENSE">LICENSE</a>. |
|
167 | 167 |
Essentially this means that you need to include our LICENSE file along |
168 | 168 |
with whatever part of the Tor software you're distributing. |
169 | 169 |
</p> |
... | ... |
@@ -44,7 +44,7 @@ like how to run a non-profit and generally helps keep everything moving |
44 | 44 |
forward.</dd> |
45 | 45 |
<dt>Karsten Loesing</dt><dd> Worked during the 2007 Google Summer of |
46 | 46 |
Code on <a |
47 |
-href="https://www.torproject.org/svn/trunk/doc/spec/proposals/114-distributed-storage.txt">distributing |
|
47 |
+href="<svnsandbox>doc/spec/proposals/114-distributed-storage.txt">distributing |
|
48 | 48 |
and securing the publishing and fetching of hidden service |
49 | 49 |
descriptors</a>.</dd> |
50 | 50 |
<dt>Nick Mathewson (Chief architect; Director)</dt><dd>One of the |
... | ... |
@@ -58,7 +58,7 @@ the security, performance, and usability of Tor. Creator of the |
58 | 58 |
runs one of the directory authorities, runs the website and the wiki, |
59 | 59 |
and generally helps out a lot.</dd> |
60 | 60 |
<dt>Mike Perry</dt><dd>Author of <a |
61 |
-href="https://www.torproject.org/svn/torflow/README">TorFlow</a>, a Tor |
|
61 |
+href="https://svn.torproject.org/svn/torflow/trunk/README">TorFlow</a>, a Tor |
|
62 | 62 |
controller that builds paths through the Tor network and |
63 | 63 |
measures various properties and behaviors. Working now on a <a |
64 | 64 |
href="<page torbutton/index>">much more comprehensive |
... | ... |
@@ -227,7 +227,7 @@ href="http://www.globalvoicesonline.org/">Global Voices Online</a>.</dd> |
227 | 227 |
Tor is based on, so we didn't have to start from scratch.</dd> |
228 | 228 |
<dt>Johannes Renner</dt><dd> Worked during the 2007 Google Summer of |
229 | 229 |
Code on modifying <a |
230 |
-href="https://www.torproject.org/svn/torflow/README">TorFlow</a> |
|
230 |
+href="https://svn.torproject.org/svn/torflow/trunk/README">TorFlow</a> |
|
231 | 231 |
to measure various properties of the Tor network; mentored by Mike |
232 | 232 |
Perry.</dd> |
233 | 233 |
<dt>Scott Squires</dt><dd>The original developer of <a |
... | ... |
@@ -121,7 +121,7 @@ will listen. |
121 | 121 |
<br /> |
122 | 122 |
In addition, these same statistics can be gathered about the traffic |
123 | 123 |
through a node. Events can be added to the <a |
124 |
-href="https://www.torproject.org/svn/torctl/doc/howto.txt">Tor Control |
|
124 |
+href="https://svn.torproject.org/svn/torctl/trunk/doc/howto.txt">Tor Control |
|
125 | 125 |
Protocol</a> to |
126 | 126 |
report if a circuit extend attempt through the node succeeds or fails, and |
127 | 127 |
passive statistics can be gathered on both bandwidth and reliability |
... | ... |
@@ -348,7 +348,7 @@ href="<svnsandbox>doc/spec/proposals/131-verify-tor-usage.txt">proposal |
348 | 348 |
The <a href="http://p56soo2ibjkx23xo.onion/">exitlist software</a> |
349 | 349 |
is written by our fabulous anonymous |
350 | 350 |
contributer Tup. It's a DNS server written in Haskell that supports part of our <a |
351 |
-href="https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt">exitlist |
|
351 |
+href="<svnsandbox>doc/contrib/torel-design.txt">exitlist |
|
352 | 352 |
design document</a>. Currently, it is functional and it is used by |
353 | 353 |
check.torproject.org and other users. The issues that are outstanding |
354 | 354 |
are mostly aesthetic. This wonderful service could use a much better |
... | ... |
@@ -777,7 +777,7 @@ throughput experiment</a>. We'll need to measure and tweak, and maybe |
777 | 777 |
overhaul if the results are good.</li> |
778 | 778 |
<li>Our censorship-resistance goals include preventing |
779 | 779 |
an attacker who's looking at Tor traffic on the wire from <a |
780 |
-href="https://www.torproject.org/svn/trunk/doc/design-paper/blocking.html#sec:network-fingerprint">distinguishing |
|
780 |
+href="<svnsandbox>doc/design-paper/blocking.html#sec:network-fingerprint">distinguishing |
|
781 | 781 |
it from normal SSL traffic</a>. Obviously we can't achieve perfect |
782 | 782 |
steganography and still remain usable, but for a first step we'd like to |
783 | 783 |
block any attacks that can win by observing only a few packets. One of |
... | ... |
@@ -49,15 +49,16 @@ to this version of Tor will be announced on the |
49 | 49 |
Let us know if you find bugs! |
50 | 50 |
</p> |
51 | 51 |
|
52 |
-<p>You may find the <a href="../<svnsandbox>doc/control-spec.txt">Tor controller |
|
53 |
-specification</a> or the <a href="/svn/torctl/doc/howto.txt">Tor |
|
52 |
+<p>You may find the <a href="<svnsandbox>doc/control-spec.txt">Tor controller |
|
53 |
+specification</a> or the <a |
|
54 |
+href="https://svn.torproject.org/svn/torctl/trunk/doc/howto.txt">Tor |
|
54 | 55 |
controller howto</a> helpful. |
55 | 56 |
</p> |
56 | 57 |
|
57 | 58 |
<p>The Tor developers will also release test rigs (libraries) in both Java |
58 | 59 |
and Python that demonstrate Tor's controller protocol. Code submissions |
59 | 60 |
may be able to save a lot of time by using this code as a skeleton. You |
60 |
-can check out the <a href="https://www.torproject.org/svn/torctl/">development |
|
61 |
+can check out the <a href="https://svn.torproject.org/svn/torctl/trunk/">development |
|
61 | 62 |
versions of these libraries</a> now. Let us know if you find bugs! |
62 | 63 |
</p> |
63 | 64 |
|
... | ... |
@@ -22,7 +22,7 @@ the directory. TorDNSEL actively tests through these nodes to provide a more |
22 | 22 |
accurate list.</p> |
23 | 23 |
|
24 | 24 |
<p>The full background and rationale for TorDNSEL is described in the official |
25 |
-<a href="https://www.torproject.org/svn/trunk/doc/contrib/torel-design.txt">design |
|
25 |
+<a href="<svnsandbox>doc/contrib/torel-design.txt">design |
|
26 | 26 |
document</a>. The current service only supports the first query type mentioned |
27 | 27 |
in that document.</p> |
28 | 28 |
|
29 | 29 |