Roger Dingledine commited on 2005-07-16 00:19:37
Zeige 10 geänderte Dateien mit 47 Einfügungen und 47 Löschungen.
... | ... |
@@ -45,7 +45,7 @@ |
45 | 45 |
<p>Browse the Tor <b>CVS repository</b>: (which may not |
46 | 46 |
necessarily work or even compile)</p> |
47 | 47 |
<ul> |
48 |
-<li><a href="cvs/">Regularly updated cvs sandbox</a></li> |
|
48 |
+<li><a href="/cvs/">Regularly updated cvs sandbox</a></li> |
|
49 | 49 |
<li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li> |
50 | 50 |
<li>anonymous pserver access (password is guest): |
51 | 51 |
<ul> |
... | ... |
@@ -80,7 +80,7 @@ necessarily work or even compile)</p> |
80 | 80 |
</ul> |
81 | 81 |
|
82 | 82 |
<p> |
83 |
-<a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>. |
|
83 |
+<a href="/cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>. |
|
84 | 84 |
</p> |
85 | 85 |
|
86 | 86 |
<p> |
... | ... |
@@ -53,15 +53,15 @@ |
53 | 53 |
<a id="RunningTor"></a> |
54 | 54 |
<h2><a class="anchor" href="#RunningTor">Running Tor</a></h2> |
55 | 55 |
<ul> |
56 |
-<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li> |
|
57 |
-<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li> |
|
58 |
-<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li> |
|
59 |
-<li><a href="cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li> |
|
60 |
-<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li> |
|
61 |
-<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li> |
|
62 |
-<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li> |
|
63 |
-<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li> |
|
64 |
-<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li> |
|
56 |
+<li><a href="/cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li> |
|
57 |
+<li><a href="/cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li> |
|
58 |
+<li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li> |
|
59 |
+<li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li> |
|
60 |
+<li><a href="/cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li> |
|
61 |
+<li><a href="/cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li> |
|
62 |
+<li><a href="/cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li> |
|
63 |
+<li><a href="/cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li> |
|
64 |
+<li><a href="/cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li> |
|
65 | 65 |
</ul> |
66 | 66 |
|
67 | 67 |
<a id="DesignDoc"></a> |
... | ... |
@@ -70,20 +70,20 @@ |
70 | 70 |
Security 2004) gives our justifications and security analysis for the |
71 | 71 |
Tor design:</p> |
72 | 72 |
<ul> |
73 |
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li> |
|
74 |
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
73 |
+<li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li> |
|
74 |
+<li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
75 | 75 |
</ul> |
76 | 76 |
|
77 | 77 |
<p>Our follow-up paper on <b>challenges in low-latency anonymity</b> |
78 | 78 |
(still in draft form) details more recent experiences and directions: |
79 |
-<a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p> |
|
79 |
+<a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p> |
|
80 | 80 |
|
81 | 81 |
<p>The <b>specification</b> aims to give |
82 | 82 |
developers enough information to build a compatible version of Tor:</p> |
83 | 83 |
<ul> |
84 |
-<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> |
|
85 |
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> |
|
86 |
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> |
|
84 |
+<li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> |
|
85 |
+<li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> |
|
86 |
+<li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> |
|
87 | 87 |
</ul> |
88 | 88 |
|
89 | 89 |
<p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version |
... | ... |
@@ -43,7 +43,7 @@ |
43 | 43 |
<hr /> |
44 | 44 |
|
45 | 45 |
<p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
46 |
-under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p> |
|
46 |
+under the <a href="/cvs/tor/LICENSE">3-clause BSD license</a>.</p> |
|
47 | 47 |
|
48 | 48 |
<p>You can get the latest release from the <a href="dist/">download |
49 | 49 |
directory</a>. |
... | ... |
@@ -57,14 +57,14 @@ href="dist/win32/tor-0.1.0.11-win32.exe.asc">sig</a>), |
57 | 57 |
<a href="dist/win32/tor-0.1.1.2-alpha-win32.exe">0.1.1.2-alpha</a> (<a |
58 | 58 |
href="dist/win32/tor-0.1.1.2-alpha-win32.exe.asc">sig</a>). |
59 | 59 |
Be sure to read the <a |
60 |
-href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> |
|
60 |
+href="/cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li> |
|
61 | 61 |
<li><b>Mac OS X</b> installer: |
62 | 62 |
<a href="dist/osx/Tor 0.1.0.11 Bundle.dmg">0.1.0.11</a> (<a |
63 | 63 |
href="dist/osx/Tor 0.1.0.11 Bundle.dmg.asc">sig</a>), |
64 | 64 |
<a href="dist/osx/Tor 0.1.1.2-alpha Bundle.dmg">0.1.1.2-alpha</a> (<a |
65 | 65 |
href="dist/osx/Tor 0.1.1.2-alpha Bundle.dmg.asc">sig</a>). |
66 | 66 |
Be sure to read the <a |
67 |
-href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
|
67 |
+href="/cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li> |
|
68 | 68 |
<li><b>Red Hat Linux</b> package: |
69 | 69 |
<a href="dist/rpm/tor-0.1.0.11-tor.0.fc1.i386.rpm">0.1.0.11 RPM</a> (<a |
70 | 70 |
href="dist/rpm/tor-0.1.0.11-tor.0.fc1.i386.rpm.asc">sig</a>), |
... | ... |
@@ -85,7 +85,7 @@ Windows, you'll need libevent 1.0c or later.</li> |
85 | 85 |
</ul> |
86 | 86 |
|
87 | 87 |
<p>General instructions for installing and configuring Tor are <a |
88 |
-href="cvs/tor/doc/tor-doc.html#installing">here</a>. This <a |
|
88 |
+href="/cvs/tor/doc/tor-doc.html#installing">here</a>. This <a |
|
89 | 89 |
href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ |
90 | 90 |
entry</a> explains how to verify package signatures. |
91 | 91 |
</p> |
... | ... |
@@ -178,7 +178,7 @@ for people who can't upgrade to Tor 0.1.0.x yet</a>. |
178 | 178 |
|
179 | 179 |
<hr /> |
180 | 180 |
|
181 |
-<p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more |
|
181 |
+<p>You can read the <a href="/cvs/tor/ChangeLog">ChangeLog</a> for more |
|
182 | 182 |
details.</p> |
183 | 183 |
|
184 | 184 |
</div><!-- #main --> |
... | ... |
@@ -138,7 +138,7 @@ with exit abuse complaints," so we hope our network is more sustainable |
138 | 138 |
than past attempts at anonymity networks. </p> |
139 | 139 |
|
140 | 140 |
<p>Since Tor has <a |
141 |
-href="http://tor.eff.org/cvs/tor/doc/tor-doc.html">many good uses as |
|
141 |
+href="/cvs/tor/doc/tor-doc.html">many good uses as |
|
142 | 142 |
well</a>, we feel that we're doing pretty well at striking a balance |
143 | 143 |
currently. </p> |
144 | 144 |
|
... | ... |
@@ -289,7 +289,7 @@ the overall list of nodes in the network). </p> |
289 | 289 |
|
290 | 290 |
<p>If you really want to do this, there is a |
291 | 291 |
python script to parse the Tor directory <a |
292 |
-href="http://tor.eff.org/cvs/tor/contrib/exitlist">here</a>. </p> |
|
292 |
+href="/cvs/tor/contrib/exitlist">here</a>. </p> |
|
293 | 293 |
|
294 | 294 |
<a id="LegalQuestions"></a> |
295 | 295 |
<h3><a class="anchor" href="#LegalQuestions">I have legal questions about Tor abuse.</a></h3> |
... | ... |
@@ -75,7 +75,7 @@ applications are using Tor safely. |
75 | 75 |
href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software</a> |
76 | 76 |
that will |
77 | 77 |
provide a user interface to the Tor system by way of the <a |
78 |
-href="http://tor.eff.org/cvs/tor/doc/control-spec.txt">Tor Controller |
|
78 |
+href="/cvs/control/doc/howto.txt">Tor Controller |
|
79 | 79 |
Protocol</a>.</p> |
80 | 80 |
|
81 | 81 |
<p>We are looking for a vision of how Tor can work in a user's everyday |
... | ... |
@@ -48,7 +48,7 @@ matters, how it works. |
48 | 48 |
</p> |
49 | 49 |
|
50 | 50 |
<p> |
51 |
-<a href="cvs/tor/doc/tor-doc.html">Installing, |
|
51 |
+<a href="/cvs/tor/doc/tor-doc.html">Installing, |
|
52 | 52 |
configuring, and running Tor</a>. |
53 | 53 |
</p> |
54 | 54 |
|
... | ... |
@@ -56,20 +56,20 @@ configuring, and running Tor</a>. |
56 | 56 |
Security 2004) gives our justifications and security analysis for the |
57 | 57 |
Tor design:</p> |
58 | 58 |
<ul> |
59 |
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li> |
|
60 |
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
59 |
+<li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li> |
|
60 |
+<li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> |
|
61 | 61 |
</ul> |
62 | 62 |
|
63 | 63 |
<p>Our follow-up paper on <b>challenges in low-latency anonymity</b> |
64 | 64 |
(still in draft form) details more recent experiences and directions: |
65 |
-<a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p> |
|
65 |
+<a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p> |
|
66 | 66 |
|
67 | 67 |
<p>The <b>specification</b> aims to give |
68 | 68 |
developers enough information to build a compatible version of Tor:</p> |
69 | 69 |
<ul> |
70 |
-<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> |
|
71 |
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> |
|
72 |
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> |
|
70 |
+<li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> |
|
71 |
+<li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> |
|
72 |
+<li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> |
|
73 | 73 |
</ul> |
74 | 74 |
|
75 | 75 |
<p>Look at the <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides |
... | ... |
@@ -108,8 +108,8 @@ you communicate. |
108 | 108 |
<p> |
109 | 109 |
Tor's security is improved as its user base grows and as |
110 | 110 |
more people volunteer to run servers. Please consider <a |
111 |
-href="cvs/tor/doc/tor-doc.html#installing">installing it</a> and then |
|
112 |
-<a href="cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also |
|
111 |
+href="/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then |
|
112 |
+<a href="/cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also |
|
113 | 113 |
<a href="documentation.html">learn more about Tor here</a>. |
114 | 114 |
</p> |
115 | 115 |
|
... | ... |
@@ -48,11 +48,11 @@ |
48 | 48 |
<li>We need users like you to try Tor out, and let the Tor developers |
49 | 49 |
know about bugs you find or features you don't find.</li> |
50 | 50 |
<li>Please consider <a |
51 |
-href="cvs/tor/doc/tor-doc.html#server">running a |
|
51 |
+href="/cvs/tor/doc/tor-doc.html#server">running a |
|
52 | 52 |
server</a> to help the Tor network grow.</li> |
53 | 53 |
<li>We especially need people with Windows programming skills |
54 | 54 |
to run an exit server on Windows, to help us debug.</li> |
55 |
-<li>Run a <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden |
|
55 |
+<li>Run a <a href="/cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden |
|
56 | 56 |
service</a> and put interesting content on it.</li> |
57 | 57 |
<li>Tell your friends! Get them to run servers. Get them to run hidden |
58 | 58 |
services. Get them to tell <i>their</i> friends.</li> |
... | ... |
@@ -108,8 +108,8 @@ more useful?</li> |
108 | 108 |
<ul> |
109 | 109 |
<li>We need somebody to code up a GUI or other |
110 | 110 |
controller program, to do configuration, etc. See our <a |
111 |
-href="cvs/tor/doc/control-spec.txt">control specification</a> for details, |
|
112 |
-and the <a href="cvs/tor/contrib/TorControl.py">rudimentary demonstration |
|
111 |
+href="/cvs/tor/doc/control-spec.txt">control specification</a> for details, |
|
112 |
+and the <a href="/cvs/tor/contrib/TorControl.py">rudimentary demonstration |
|
113 | 113 |
Python control script</a>. No, we don't know what the interface should look |
114 | 114 |
like. You can use any license you want, but we'd recommend 3-clause BSD or |
115 | 115 |
maybe GPL; and we can only help out if your license conforms to the |
... | ... |
@@ -121,7 +121,7 @@ have a little script that speaks via the Tor Controller Interface, and does |
121 | 121 |
a setconf to change the bandwidth rate. Perhaps it would run out of cron, |
122 | 122 |
or perhaps it would sleep until appropriate times and then do its tweak |
123 | 123 |
(that's probably more portable). Can somebody write one for us and we'll |
124 |
-put it inside <a href="cvs/tor/contrib/">tor/contrib/</a>?</li> |
|
124 |
+put it inside <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li> |
|
125 | 125 |
<li>Does somebody want to do up a patch so we can be an NT service? Or |
126 | 126 |
so we can go in the system tray?</li> |
127 | 127 |
<li>A good (portable, fast, clean, BSD-free) asynchronous DNS library |
... | ... |
@@ -132,8 +132,8 @@ href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid |
132 | 132 |
and Tor</a> page, and update it to reflect Tor's |
133 | 133 |
<a href="http://tor.eff.org/tor-manual.html">RedirectExit</a> config |
134 | 134 |
option?</li> |
135 |
-<li>See the <a href="cvs/tor/doc/TODO">TODO</a> and |
|
136 |
-<a href="cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution |
|
135 |
+<li>See the <a href="/cvs/tor/doc/TODO">TODO</a> and |
|
136 |
+<a href="/cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution |
|
137 | 137 |
for more ideas.</li> |
138 | 138 |
</ul> |
139 | 139 |
|
... | ... |
@@ -218,8 +218,8 @@ As Tor's usability increases, it will attract more users, which will |
218 | 218 |
increase the possible sources and destinations of each communication, |
219 | 219 |
thus increasing security for everyone. |
220 | 220 |
We're making progress, but we need your help. Please consider |
221 |
-<a href="cvs/tor/doc/tor-doc.html#installing">installing</a> a <a |
|
222 |
-href="cvs/tor/doc/tor-doc.html#server">server</a> |
|
221 |
+<a href="/cvs/tor/doc/tor-doc.html#installing">installing</a> a <a |
|
222 |
+href="/cvs/tor/doc/tor-doc.html#server">server</a> |
|
223 | 223 |
or <a href="volunteer.html">volunteering</a> as a <a |
224 | 224 |
href="developers.html">developer</a>. |
225 | 225 |
</p> |
... | ... |
@@ -41,9 +41,9 @@ |
41 | 41 |
<h2>Six things everyone can do now:</h2> |
42 | 42 |
<ol> |
43 | 43 |
<li> We need users like you to try Tor out, and let the Tor developers know about bugs you find or features you don't find.</li> |
44 |
- <li> Please consider <a href="cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li> |
|
44 |
+ <li> Please consider <a href="/cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li> |
|
45 | 45 |
<li> We especially need people with Windows programming skills to run an exit server on Windows, to help us debug.</li> |
46 |
- <li> Run a <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> and put interesting content on it.</li> |
|
46 |
+ <li> Run a <a href="/cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> and put interesting content on it.</li> |
|
47 | 47 |
<li> Tell your friends! Get them to run servers. Get them to run hidden services. Get them to tell their friends.</li> |
48 | 48 |
<li> Consider joining the <a href="http://secure.eff.org/tor">Electronic Frontier Foundation</a>. More EFF donations means more freedom in the world, including more Tor development.</li> |
49 | 49 |
</ol> |
... | ... |
@@ -83,7 +83,7 @@ |
83 | 83 |
<li>Implement a way to stop falling back to forbidden ports when FascistFirewall blocks all good dirservers, if there is already a good, cached directory locally.</li> |
84 | 84 |
<li>Extend our NSIS-based windows installer to include FreeCap and/or Privoxy.</li> |
85 | 85 |
<li>Develop a way to handle OS X installation and uninstallation.</li> |
86 |
-<li>Develop a GUI or other controller program, to do configuration, etc. See our <a href="cvs/tor/doc/control-spec.txt">control specification</a> for details, and the rudimentary demonstration <a href="cvs/tor/contrib/TorControl.py">Python control script</a>. </li> |
|
86 |
+<li>Develop a GUI or other controller program, to do configuration, etc. See our <a href="/cvs/tor/doc/control-spec.txt">control specification</a> for details, and the rudimentary demonstration <a href="/cvs/tor/contrib/TorControl.py">Python control script</a>. </li> |
|
87 | 87 |
<ul> |
88 | 88 |
<li>Design an interface for the control program. You can use any license you want, but we'd recommend 3-clause BSD or maybe GPL; and we can only help out if your license conforms to the <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li> |
89 | 89 |
<li>Periodically people running servers tells us they want to have one |
... | ... |
@@ -94,7 +94,7 @@ |
94 | 94 |
rate. Perhaps it would run out of cron, or perhaps it would sleep |
95 | 95 |
until appropriate times and then do its tweak (that's probably more |
96 | 96 |
portable). Can somebody write one for us and we'll put it inside |
97 |
- <a href="cvs/tor/contrib/">tor/contrib/</a>?</li> |
|
97 |
+ <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li> |
|
98 | 98 |
</ul> |
99 | 99 |
<li>Develop a way to become a Windows NT service. </li> |
100 | 100 |
<li>Develop a systray app for Tor under MS Windows (all versions). </li> |
101 | 101 |