link to the new docs, move packages around on download, and fix a typo (!) on the frontpage.
Roger Dingledine

Roger Dingledine commited on 2005-08-17 08:57:46
Zeige 6 geänderte Dateien mit 28 Einfügungen und 44 Löschungen.

... ...
@@ -58,12 +58,11 @@
58 58
 <h2><a class="anchor" href="#RunningTor">Running Tor</a></h2>
59 59
 <ul>
60 60
 <li><a href="/cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
61
-<li><a href="/cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
62 61
 <li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
63 62
 <li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
64
-<li><a href="/cvs/tor/doc/tor-doc.html#installing">Installing Tor on Unix</a></li>
63
+<li><a href="/cvs/tor/doc/tor-doc-unix.html">Installing Tor on Linux/BSD/Unix</a></li>
65 64
 <li><a href="/cvs/tor/doc/tor-switchproxy.html">Installing SwitchProxy for Tor</a></li>
66
-<li><a href="/cvs/tor/doc/tor-doc.html#server">Configuring a Tor server</a></li>
65
+<li><a href="/cvs/tor/doc/tor-doc-server.html">Configuring a Tor server</a></li>
67 66
 <li><a href="/cvs/tor/doc/tor-hidden-service.html">Configuring a Tor hidden service</a></li>
68 67
 <li><a href="/cvs/tor/doc/tor-doc.html#own-network">Setting up your own Tor network</a></li>
69 68
 </ul>
... ...
@@ -62,14 +62,16 @@ href="dist/win32/tor-0.1.0.14-win32.exe.asc">sig</a>),
62 62
 <a href="dist/win32/tor-0.1.1.5-alpha-win32.exe">0.1.1.5-alpha</a> (<a
63 63
 href="dist/win32/tor-0.1.1.5-alpha-win32.exe.asc">sig</a>).
64 64
 Be sure to read the <a
65
-href="/cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
65
+href="/cvs/tor/doc/tor-doc-win32.html">Win32 Tor instructions</a>.</li>
66 66
 <li><b>Mac OS X</b> installer:
67 67
 <a href="dist/osx/Tor 0.1.0.14 Bundle.dmg">0.1.0.14</a> (<a
68 68
 href="dist/osx/Tor 0.1.0.14 Bundle.dmg.asc">sig</a>),
69 69
 <a href="dist/osx/Tor 0.1.1.5-alpha Bundle.dmg">0.1.1.5-alpha</a> (<a
70 70
 href="dist/osx/Tor 0.1.1.5-alpha Bundle.dmg.asc">sig</a>).
71 71
 Be sure to read the <a
72
-href="/cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
72
+href="/cvs/tor/doc/tor-doc-osx.html">OS X Tor instructions</a>.</li>
73
+<li><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
74
+</li>
73 75
 <li><b>Red Hat Linux</b> package:
74 76
 <a href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm">0.1.0.14 RPM</a> (<a
75 77
 href="dist/rpm/tor-0.1.0.14-tor.0.fc1.i386.rpm.asc">sig</a>),
... ...
@@ -80,17 +82,23 @@ href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.i386.rpm.asc">sig</a>),
80 82
 <a href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.src.rpm">0.1.1.5-alpha SRPM</a> (<a
81 83
 href="dist/rpm/tor-0.1.1.5.alpha-tor.0.fc1.src.rpm.asc">sig</a>)
82 84
 </li>
85
+<li><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)
86
+</li>
87
+<li><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
88
+</li>
89
+<li><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)
90
+</li>
91
+<li><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor &amp;&amp; make install</tt>
92
+</li>
83 93
 <li>Latest source tarballs: <a href="dist/tor-0.1.0.14.tar.gz">0.1.0.14</a>
84 94
 (<a href="dist/tor-0.1.0.14.tar.gz.asc">sig</a>),
85 95
 <a href="dist/tor-0.1.1.5-alpha.tar.gz">0.1.1.5-alpha</a>
86
-(<a href="dist/tor-0.1.1.5-alpha.tar.gz.asc">sig</a>).
87
-You will <a href="http://www.monkey.org/~provos/libevent/">need
88
-libevent</a>. If you are brave enough to try building from source on
89
-Windows, you'll need libevent 1.0c or later.</li>
96
+(<a href="dist/tor-0.1.1.5-alpha.tar.gz.asc">sig</a>)
97
+</li>
90 98
 </ul>
91 99
 
92
-<p>General instructions for installing and configuring Tor are <a
93
-href="/cvs/tor/doc/tor-doc.html#installing">here</a>. This <a
100
+<p>Instructions for setting up Tor on Linux/BSD/Unix are <a
101
+href="/cvs/tor/doc/tor-doc-unix.html">here</a>. This <a
94 102
 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
95 103
 entry</a> explains how to verify package signatures.
96 104
 </p>
... ...
@@ -105,33 +113,12 @@ list</a>. If you use Tor, you should subscribe.
105 113
 on fetching Tor from CVS.
106 114
 </p>
107 115
 
108
-<p>
109
-Old releases are <a href="dist/obsolete/">here</a>.
110
-</p>
111
-
112
-<hr />
113
-
114
-<p><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
115
-
116
-<p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
117
-</p>
118
-
119
-<p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">guide to chrooting</a>)</p>
120
-
121
-<p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor &amp;&amp; make install</tt></p>
122
-
123
-<p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</p>
124
-
125
-<p><b>Other packages</b> for other platforms are rumored to exist.
126
-If somebody sends details, we'll put links here.
127
-</p>
128
-
129 116
 <hr />
130 117
 
131 118
 <h2>Mirrors</h2>
132 119
 
133 120
 <p>
134
-If you are running a mirror please email
121
+If you are running a mirror, please email
135 122
 <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
136 123
 and we'll add it to the list.
137 124
 </p>
... ...
@@ -52,7 +52,7 @@ matters, how it works.
52 52
 </p>
53 53
 
54 54
 <p>
55
-<a href="/cvs/tor/doc/tor-doc.html">Installing,
55
+<a href="documentation.html">Installing,
56 56
 configuring, and running Tor</a>.
57 57
 </p>
58 58
 
... ...
@@ -67,9 +67,9 @@ src="images/how_tor_works_thumb.png" alt="How Tor Works"></a>
67 67
 Tor is a toolset for a wide range of organizations and people that want
68 68
 to improve their safety and security on the Internet. Using Tor can help
69 69
 you anonymize web browsing and publishing, instant messaging, IRC, SSH,
70
-and other applications that use the TCP protocol. Tor also provides a platform on which software developers can
71
-build new applications with built-in anonymity, safety, and privacy
72
-features.
70
+and other applications that use the TCP protocol. Tor also provides a
71
+platform on which software developers can build new applications with
72
+built-in anonymity, safety, and privacy features.
73 73
 </p>
74 74
 
75 75
 <p>
... ...
@@ -93,7 +93,7 @@ individuals that want to keep track of where people and organizations go
93 93
 and what they do on the Internet.  Instead of looking at the content of
94 94
 your communications, traffic analysis tracks where your data goes and
95 95
 when, as well as how much is sent. For example, online advertising
96
-companies like Fastclick and Doubleclick uses traffic analysis to record 
96
+companies like Fastclick and Doubleclick use traffic analysis to record
97 97
 what web pages you've visited, and can build a profile of your interests
98 98
 from that. A pharmaceutical company could use traffic analysis to monitor
99 99
 when the research wing of a competitor visits its website, and track
... ...
@@ -113,9 +113,8 @@ you communicate.
113 113
 <p>
114 114
 Tor's security is improved as its user base grows and as
115 115
 more people volunteer to run servers.  Please consider <a
116
-href="/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
117
-<a href="/cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also
118
-<a href="documentation.html">learn more about Tor here</a>.
116
+href="documentation.html">installing it</a> and then
117
+<a href="/cvs/tor/doc/tor-doc-server.html">helping out</a>.
119 118
 </p>
120 119
 
121 120
 <p>
... ...
@@ -223,8 +223,7 @@ As Tor's usability increases, it will attract more users, which will
223 223
 increase the possible sources and destinations of each communication,
224 224
 thus increasing security for everyone.
225 225
 We're making progress, but we need your help.  Please consider
226
-<a href="/cvs/tor/doc/tor-doc.html#installing">installing</a> a <a
227
-href="/cvs/tor/doc/tor-doc.html#server">server</a>
226
+<a href="/cvs/tor/doc/tor-doc-server.html">running a server</a>
228 227
 or <a href="volunteer.html">volunteering</a> as a <a
229 228
 href="developers.html">developer</a>.
230 229
 </p>
... ...
@@ -45,7 +45,7 @@
45 45
     <h2>Six things everyone can do now:</h2>
46 46
     <ol>
47 47
     <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>
48
-    <li> Please consider <a href="/cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li>
48
+    <li> Please consider <a href="/cvs/tor/doc/tor-doc-server.html">running a server</a> to help the Tor network grow.</li>
49 49
     <li> We especially need people with Windows programming skills to run an exit server on Windows, to help us debug.</li>
50 50
     <li> Run a <a href="/cvs/tor/doc/tor-hidden-service.html">Tor hidden service</a> and put interesting content on it.</li>
51 51
     <li> Tell your friends! Get them to run servers. Get them to run hidden services. Get them to tell their friends.</li>
52 52