cleanups and fixes; move the mailing list box higher but not too high
Roger Dingledine

Roger Dingledine commited on 2007-10-22 09:11:02
Zeige 1 geänderte Dateien mit 44 Einfügungen und 60 Löschungen.

... ...
@@ -11,8 +11,8 @@
11 11
 Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
12 12
 under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.
13 13
 There is no fee for installing Tor or using the Tor network, but
14
-if you want Tor to become faster and more usable, please consider
15
-<a href="<page donate>">making a tax deductible donation to the Tor project</a>.
14
+if you want Tor to become faster and more usable please consider
15
+<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>.
16 16
 </p>
17 17
 
18 18
 <table width="100%" border="1" cellspacing="0" cellpadding="2">
... ...
@@ -26,10 +26,10 @@ if you want Tor to become faster and more usable, please consider
26 26
 <tr>
27 27
 <td>Windows<br><a href="<page docs/tor-doc-win32>">Install &amp; configure guide</a></td>
28 28
 <td>
29
-Tor &amp; Privoxy &amp; Vidalia bundle (recommended):
29
+Tor &amp; Privoxy &amp; Vidalia &amp; Torbutton bundle (recommended):
30 30
 <a href="<package-win32-bundle-stable>"><version-win32-bundle-stable></a> (<a href="<package-win32-bundle-stable-sig>">sig</a>)
31 31
 <br>
32
-Expert install <a href="<page docs/tor-doc-unix>#privoxy">(use UNIX instructions)</a>:
32
+Expert install:
33 33
 <a href="<package-win32-stable>"><version-win32-stable></a>
34 34
 (<a href="<package-win32-stable-sig>">sig</a>)
35 35
 </td>
... ...
@@ -53,7 +53,7 @@ href="<package-oldosx-bundle-stable-sig>">sig</a>)
53 53
 
54 54
 <br>
55 55
 Packages for experts:
56
-Tor &amp; Privoxy only bundle (experts only):<br>
56
+Tor &amp; Privoxy only bundle:<br>
57 57
 &nbsp;&nbsp;&nbsp; 10.4 (Tiger) Universal Binary:
58 58
 <a href="<package-osx-stable>"><version-osx-stable></a> (<a href="<package-osx-stable-sig>">sig</a>)
59 59
 
... ...
@@ -77,8 +77,8 @@ Linux/Unix packages<br>
77 77
 <br>
78 78
 
79 79
 <a id="Warning"></a>
80
-<b><a class="anchor" href="#Warning">Warning: Want Tor to really
81
-work?</a></b>
80
+<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
81
+work?</a></h2>
82 82
 
83 83
 <p>...then please don't just install it and go on.  You need to change
84 84
 some of your habits, and reconfigure your software!
... ...
@@ -92,8 +92,6 @@ send their traffic through Tor &mdash; it doesn't magically anonymize
92 92
 all your traffic just because you install it.  We recommend you
93 93
 use <a href="http://www.mozilla.org/firefox">Firefox</a> with the <a
94 94
 href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
95
-<!-- , and follow <a href="comingsoon">other recommendations for other
96
-supported applications</a>. -->
97 95
 </li>
98 96
 
99 97
 <li>Browser plugins such as Java, Flash, ActiveX, RealPlayer,
... ...
@@ -107,11 +105,6 @@ if you really need them. Consider removing extensions that look up
107 105
 more information about the websites you type in (like Google toolbar),
108 106
 as they may bypass Tor and/or broadcast sensitive information. Some
109 107
 people prefer using two browsers (one for Tor, one for unsafe browsing).
110
-<!-- You may even want to use a text browser, such as <a
111
-href="http://lynx.browser.org/">lynx</a> when you are using Tor. -->
112
-<!-- You may also find
113
-<a href="https://addons.mozilla.org/firefox/722/">NoScript</a> and <a
114
-href="https://addons.mozilla.org/firefox/1865/">AdBlock</a> helpful. -->
115 108
 </li>
116 109
 
117 110
 <li>Beware of cookies: if you ever browse without Tor and Privoxy
... ...
@@ -145,14 +138,30 @@ help <a href="<page volunteer>#Documentation">identifying and documenting
145 138
 all the issues</a>.
146 139
 </p>
147 140
 
148
-<h2>Developers: test releases &amp; source code</h2>
141
+<p>
142
+To keep informed of security advisories and new stable releases, subscribe
143
+to the <a href="http://archives.seul.org/or/announce/">or-announce
144
+mailing list</a> (you will need to confirm via email). You can also
145
+<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
146
+the RSS feed</a>.
147
+</p>
148
+
149
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
150
+<input type="hidden" name="mlist" value="or-announce">
151
+<input type="hidden" name="subscribe" value="1">
152
+<input type="hidden" name="host" value="freehaven.net">
153
+<input name="email" size="15">
154
+<input type="submit" value="subscribe">
155
+</form>
156
+
157
+<h2>Development releases and source code</h2>
149 158
 
150 159
 <p>
151
-These releases are alpha, and are released for testing and development purposes.
152
-Even though these have a higher version number than the stable versions
153
-listed above, there is a much higher chance of serious bugs in these downloads.
154
-Unless you have a specific reason to use these alpha builds, please use
155
-the stable versions above for better reliability and security.
160
+These development snapshots are released so you can help us test new
161
+features and bugfixes. Even though these have a higher version number
162
+than the stable versions listed above, there is a much higher chance
163
+of serious reliability and security bugs in these downloads. Please be
164
+prepared to report bugs.
156 165
 </p>
157 166
 
158 167
 <table width="100%" border="1" cellspacing="0" cellpadding="2">
... ...
@@ -166,10 +175,10 @@ the stable versions above for better reliability and security.
166 175
 <tr>
167 176
 <td>Windows<br><a href="<page docs/tor-doc-win32>">Install &amp; configure guide</a></td>
168 177
 <td>
169
-Tor &amp; Privoxy &amp; Vidalia bundle (recommended):
178
+Tor &amp; Privoxy &amp; Vidalia &amp; Torbutton bundle (recommended):
170 179
 <a href="<package-win32-bundle-alpha>"><version-win32-bundle-alpha></a> (<a href="<package-win32-bundle-alpha-sig>">sig</a>)
171 180
 <br>
172
-Expert install <a href="<page docs/tor-doc-unix>#privoxy">(use UNIX instructions)</a>:
181
+Expert install:
173 182
 <a href="<package-win32-alpha>"><version-win32-alpha></a>
174 183
 (<a href="<package-win32-alpha-sig>">sig</a>)
175 184
 </td>
... ...
@@ -193,7 +202,7 @@ href="<package-oldosx-bundle-alpha-sig>">sig</a>)
193 202
 
194 203
 <br>
195 204
 Packages for experts:
196
-Tor &amp; Privoxy only (experts only):<br>
205
+Tor &amp; Privoxy only:<br>
197 206
 &nbsp;&nbsp;&nbsp; 10.4 (Tiger) Universal Binary:
198 207
 <a href="<package-osx-alpha>"><version-osx-alpha></a> (<a href="<package-osx-alpha-sig>">sig</a>)
199 208
 
... ...
@@ -227,48 +236,23 @@ Alpha: <a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-s
227 236
 <br>
228 237
 
229 238
 <p>
230
-See the <a href="<page documentation>#Developers">developer
231
-documentation</a> for instructions on fetching Tor from SVN to get
232
-the latest development version. Note that this version may not work or
233
-even compile!
234
-</p>
235
-
236
-<h2>More Information</h2>
237
-
238
-<p>
239
-To keep informed of security advisories and new stable releases (you will
240
-need to confirm via email), subscribe to the
241
-<a href="http://archives.seul.org/or/announce/">or-announce mailing list</a>
239
+See our <a
240
+href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ
241
+entry on verifying package signatures</a>, which allows
242
+you to make sure you've downloaded the file we intended you to get.
242 243
 </p>
243 244
 
244
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
245
-<input type="hidden" name="mlist" value="or-announce">
246
-<input type="hidden" name="subscribe" value="1">
247
-<input type="hidden" name="host" value="freehaven.net">
248
-<input name="email" size="15">
249
-<input type="submit" value="subscribe">
250
-</form>
251
-
252
-<p>There is also an <a
253
-href="http://rss.gmane.org/gmane.network.onion-routing.announce">RSS
254
-feed</a> of the or-announce list at <a
255
-href="http://gmane.org">gmane.org</a>.</p>
256
-
257 245
 <p>
258
-If you have trouble downloading Tor from this site,
259
-here is a <a href="<page mirrors>">list of
260
-sites mirroring the Tor site</a>. Here is a <a
261
-href="http://opensource.depthstrike.com/?category=tor">page with torrents
262
-for each download above</a>. You can also download the
263
-<a href="dist/">Privoxy source</a>
264
-or <a href="dist/vidalia-bundles/?C=M;O=D">Vidalia source</a>.
246
+See the <a href="<page documentation>#Developers">developer
247
+documentation</a> for instructions on fetching Tor from SVN to get
248
+the very latest development version.
249
+You can also download the <a href="dist/">Privoxy source</a> or <a
250
+href="dist/vidalia-bundles/?C=M;O=D">Vidalia source</a>.
265 251
 </p>
266 252
 
267 253
 <p>
268
-See our <a
269
-href="http://wiki.noreply.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ
270
-entry on verifying package signatures</a>, which allows
271
-you to make sure you've downloaded the file we intended you to get.
254
+If you have trouble downloading Tor from this site, here is a <a
255
+href="<page mirrors>">list of sites mirroring the Tor site</a>.
272 256
 </p>
273 257
 
274 258
 <a id="ChangeLog"></a>
... ...
@@ -324,7 +308,7 @@ fixes</a>. The bundles also ship with Vidalia 0.0.11.
324 308
 
325 309
 
326 310
 <a id="Testing"></a>
327
-<h2><a class="anchor" href="#Testing">Recent changes to developer (testing/alpha) releases</a></h2>
311
+<h2><a class="anchor" href="#Testing">Recent changes to development releases</a></h2>
328 312
 
329 313
 <p>2007-10-12:
330 314
 Tor 0.2.0.8-alpha
331 315