Andrew Lewman commited on 2008-03-08 07:07:52
Zeige 1 geänderte Dateien mit 222 Einfügungen und 97 Löschungen.
... | ... |
@@ -5,46 +5,33 @@ |
5 | 5 |
|
6 | 6 |
<div class="main-column"> |
7 | 7 |
|
8 |
-<h2>Tor: Linux/Unix Packages</h2> |
|
9 |
-<hr /> |
|
10 |
- |
|
11 |
-<p>The latest stable release is <b><version-stable></b>, and the |
|
12 |
-latest development release is <b><version-alpha></b>.</p> |
|
8 |
+<h2>Available Linux/Unix Packages</h2> |
|
13 | 9 |
|
14 |
-<p><b>Subscribe</b> to the |
|
15 |
-<a href="http://archives.seul.org/or/announce/">or-announce mailing list</a> |
|
16 |
-to keep informed of security advisories and new stable releases (you will |
|
17 |
-need to confirm via email):</p> |
|
18 |
- |
|
19 |
-<form action="http://freehaven.net/cgi-bin/majordomo.cgi"> |
|
20 |
-<input type="hidden" name="mlist" value="or-announce"> |
|
21 |
-<input type="hidden" name="subscribe" value="1"> |
|
22 |
-<input type="hidden" name="host" value="freehaven.net"> |
|
23 |
-<input name="email" size="15"> |
|
24 |
-<input type="submit" value="subscribe"> |
|
25 |
-</form> |
|
10 |
+<hr /> |
|
26 | 11 |
|
27 |
-<table border="1" cellspacing="0" cellpadding="2"> |
|
12 |
+<table border="0" cellspacing="0" cellpadding="3"> |
|
28 | 13 |
<thead> |
29 |
-<tr> |
|
14 |
+<tr bgcolor="e5e5e5"> |
|
30 | 15 |
<th>Platform</th> |
31 |
-<th>Package</th> |
|
16 |
+<th>Download Stable</th> |
|
17 |
+<th>Download Unstable</th> |
|
32 | 18 |
<th>Setup info</th> |
33 | 19 |
</tr> |
34 | 20 |
</thead> |
35 | 21 |
|
36 | 22 |
<tr> |
37 | 23 |
<td>Debian sid</td> |
38 |
-<td><kbd>apt-get install tor</kbd> |
|
24 |
+<td colspan="2"> |
|
25 |
+ <kbd>apt-get install tor</kbd> |
|
39 | 26 |
</td> |
40 | 27 |
<td> |
41 | 28 |
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
42 | 29 |
</td> |
43 | 30 |
</tr> |
44 | 31 |
|
45 |
-<tr> |
|
32 |
+<tr bgcolor="e5e5e5"> |
|
46 | 33 |
<td>Other Debian, Knoppix, Ubuntu</td> |
47 |
-<td><a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorOnDebian">noreply.org packages</a> |
|
34 |
+<td colspan="2"><a href="https://wiki.torproject.org/noreply/TheOnionRouter/TorOnDebian">noreply.org packages</a> |
|
48 | 35 |
</td> |
49 | 36 |
<td> |
50 | 37 |
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
... | ... |
@@ -52,111 +39,102 @@ need to confirm via email):</p> |
52 | 39 |
</tr> |
53 | 40 |
|
54 | 41 |
<tr> |
55 |
-<td>Red Hat 3 & 4, stable packages</td> |
|
42 |
+<td>Red Hat 3 & 4, binary rpms</td> |
|
56 | 43 |
<td> |
57 | 44 |
<a href="<package-rpm4-stable>"><version-rpm4-stable> RPM</a> (<a href="<package-rpm4-stable-sig>">sig</a>) |
58 |
-<br> |
|
59 |
-<a href="<package-srpm4-stable>"><version-rpm4-stable> SRPM</a> (<a href="<package-srpm4-stable-sig>">sig</a>) |
|
60 |
-<br /> |
|
45 |
+</td> |
|
46 |
+<td> |
|
47 |
+<a href="<package-rpm4-alpha>"><version-rpm4-alpha> RPM</a> (<a href="<package-rpm4-alpha-sig>">sig</a>) |
|
61 | 48 |
</td> |
62 | 49 |
<td> |
63 | 50 |
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
64 | 51 |
</td> |
65 | 52 |
</tr> |
66 | 53 |
|
67 |
-<tr> |
|
68 |
-<td>Red Hat 3 & 4, development packages</td> |
|
54 |
+<tr bgcolor="e5e5e5"> |
|
55 |
+<td>Red Hat 3 & 4, source rpms</td> |
|
56 |
+<td> |
|
57 |
+<a href="<package-srpm4-stable>"><version-rpm4-stable> SRPM</a> (<a href="<package-srpm4-stable-sig>">sig</a>) |
|
58 |
+</td> |
|
69 | 59 |
<td> |
70 |
-<a href="<package-rpm4-alpha>"><version-rpm4-alpha> RPM</a> (<a href="<package-rpm4-alpha-sig>">sig</a>) |
|
71 |
-<br /> |
|
72 | 60 |
<a href="<package-srpm4-alpha>"><version-rpm4-alpha> SRPM</a> (<a href="<package-srpm4-alpha-sig>">sig</a>) |
73 | 61 |
</td> |
74 | 62 |
<td> |
75 |
-<ul> |
|
76 |
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
|
77 |
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a></li> |
|
78 |
-</ul> |
|
63 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
79 | 64 |
</td> |
80 | 65 |
</tr> |
81 | 66 |
|
82 | 67 |
<tr> |
83 |
-<td>Red Hat 5, stable packages</td> |
|
68 |
+<td>Red Hat 5, binary rpms</td> |
|
84 | 69 |
<td> |
85 | 70 |
<a href="<package-rpm5-stable>"><version-rpm5-stable> RPM</a> (<a href="<package-rpm5-stable-sig>">sig</a>) |
86 |
-<br /> |
|
87 |
-<a href="<package-srpm5-stable>"><version-rpm5-stable> SRPM</a> (<a href="<package-srpm5-stable-sig>">sig</a>) |
|
88 | 71 |
</td> |
89 | 72 |
<td> |
90 |
-<ul> |
|
91 |
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
|
92 |
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a></li> |
|
93 |
-</ul> |
|
73 |
+<a href="<package-rpm5-alpha>"><version-rpm5-alpha> RPM</a> (<a href="<package-rpm5-alpha-sig>">sig</a>) |
|
74 |
+</td> |
|
75 |
+<td> |
|
76 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
94 | 77 |
</td> |
95 | 78 |
</tr> |
96 | 79 |
|
97 |
-<tr> |
|
98 |
-<td>Red Hat 5, development packages</td> |
|
80 |
+<tr bgcolor="e5e5e5"> |
|
81 |
+<td>Red Hat 5, source rpms</td> |
|
82 |
+<td> |
|
83 |
+<a href="<package-srpm5-stable>"><version-rpm5-stable> SRPM</a> (<a href="<package-srpm5-stable-sig>">sig</a>) |
|
84 |
+</td> |
|
99 | 85 |
<td> |
100 |
-<a href="<package-rpm5-alpha>"><version-rpm5-alpha> RPM</a> (<a href="<package-rpm5-alpha-sig>">sig</a>) |
|
101 |
-<br /> |
|
102 | 86 |
<a href="<package-srpm5-alpha>"><version-rpm5-alpha> SRPM</a> (<a href="<package-srpm5-alpha-sig>">sig</a>) |
103 | 87 |
</td> |
104 | 88 |
<td> |
105 |
-<ul> |
|
106 |
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
|
107 |
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a></li> |
|
108 |
-</ul> |
|
89 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
109 | 90 |
</td> |
110 | 91 |
</tr> |
111 | 92 |
|
112 | 93 |
<tr> |
113 |
-<td>Fedora Core 7, stable packages</td> |
|
94 |
+<td>Fedora Core 7, binary rpms</td> |
|
114 | 95 |
<td> |
115 | 96 |
<a href="<package-rpmfc-stable>"><version-rpmfc-stable> RPM</a> (<a href="<package-rpmfc-stable-sig>">sig</a>) |
116 |
-<br /> |
|
117 |
-<a href="<package-srpmfc-stable>"><version-rpmfc-stable> SRPM</a> (<a href="<package-srpmfc-stable-sig>">sig</a>) |
|
118 | 97 |
</td> |
119 | 98 |
<td> |
120 |
-<ul> |
|
121 |
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
|
122 |
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a></li> |
|
123 |
-</ul> |
|
99 |
+<a href="<package-rpmfc-alpha>"><version-rpmfc-alpha> RPM</a> (<a href="<package-rpmfc-alpha-sig>">sig</a>) |
|
100 |
+</td> |
|
101 |
+<td> |
|
102 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
124 | 103 |
</td> |
125 | 104 |
</tr> |
126 | 105 |
|
127 |
-<tr> |
|
128 |
-<td>Fedora Core 7, development packages</td> |
|
106 |
+<tr bgcolor="e5e5e5"> |
|
107 |
+<td>Fedora Core 7, source rpms</td> |
|
108 |
+<td> |
|
109 |
+<a href="<package-srpmfc-stable>"><version-rpmfc-stable> SRPM</a> (<a href="<package-srpmfc-stable-sig>">sig</a>) |
|
110 |
+</td> |
|
129 | 111 |
<td> |
130 |
-<a href="<package-rpmfc-alpha>"><version-rpmfc-alpha> RPM</a> (<a href="<package-rpmfc-alpha-sig>">sig</a>) |
|
131 |
-<br /> |
|
132 | 112 |
<a href="<package-srpmfc-alpha>"><version-rpmfc-alpha> SRPM</a> (<a href="<package-srpmfc-alpha-sig>">sig</a>) |
133 | 113 |
</td> |
134 | 114 |
<td> |
135 |
-<ul> |
|
136 |
-<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
|
137 |
-<li><a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a></li> |
|
138 |
-</ul> |
|
115 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
139 | 116 |
</td> |
140 | 117 |
</tr> |
141 | 118 |
|
142 | 119 |
<tr> |
143 |
-<td>SUSE Linux 10, stable packages</td> |
|
120 |
+<td>SUSE 10, binary rpms</td> |
|
144 | 121 |
<td> |
145 | 122 |
<a href="<package-rpmsuse-stable>"><version-rpmsuse-stable> RPM</a> (<a href="<package-rpmsuse-stable-sig>">sig</a>) |
146 |
-<br> |
|
147 |
-<a href="<package-srpmsuse-stable>"><version-rpmsuse-stable> SRPM</a> (<a href="<package-srpmsuse-stable-sig>">sig</a>) |
|
148 |
-<br /> |
|
123 |
+</td> |
|
124 |
+<td> |
|
125 |
+<a href="<package-rpmsuse-alpha>"><version-rpmsuse-alpha> RPM</a> (<a href="<package-rpmsuse-alpha-sig>">sig</a>) |
|
149 | 126 |
</td> |
150 | 127 |
<td> |
151 | 128 |
<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
152 | 129 |
</td> |
153 | 130 |
</tr> |
154 | 131 |
|
155 |
-<tr> |
|
156 |
-<td>SUSE, development packages</td> |
|
132 |
+<tr bgcolor="e5e5e5"> |
|
133 |
+<td>SUSE 10, source rpms</td> |
|
134 |
+<td> |
|
135 |
+<a href="<package-srpmsuse-stable>"><version-rpmsuse-stable> SRPM</a> (<a href="<package-srpmsuse-stable-sig>">sig</a>) |
|
136 |
+</td> |
|
157 | 137 |
<td> |
158 |
-<a href="<package-rpmsuse-alpha>"><version-rpmsuse-alpha> RPM</a> (<a href="<package-rpmsuse-alpha-sig>">sig</a>) |
|
159 |
-<br /> |
|
160 | 138 |
<a href="<package-srpmsuse-alpha>"><version-rpmsuse-alpha> SRPM</a> (<a href="<package-srpmsuse-alpha-sig>">sig</a>) |
161 | 139 |
</td> |
162 | 140 |
<td> |
... | ... |
@@ -165,8 +143,18 @@ need to confirm via email):</p> |
165 | 143 |
</tr> |
166 | 144 |
|
167 | 145 |
<tr> |
146 |
+<td>User Contributed rpms</td> |
|
147 |
+<td colspan="2"> |
|
148 |
+<a href="http://mirror.noreply.org/pub/devil.homelinux.org/Tor/">Contrib RPMs including development snapshots</a> |
|
149 |
+</td> |
|
150 |
+<td> |
|
151 |
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a> |
|
152 |
+</td> |
|
153 |
+</tr> |
|
154 |
+ |
|
155 |
+<tr bgcolor="e5e5e5"> |
|
168 | 156 |
<td>Gentoo Linux</td> |
169 |
-<td><kbd>emerge tor</kbd></td> |
|
157 |
+<td colspan="2"><kbd>emerge tor</kbd></td> |
|
170 | 158 |
<td> |
171 | 159 |
<ul> |
172 | 160 |
<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
... | ... |
@@ -177,13 +165,13 @@ need to confirm via email):</p> |
177 | 165 |
|
178 | 166 |
<tr> |
179 | 167 |
<td>FreeBSD</td> |
180 |
-<td><kbd>portinstall -s security/tor</kbd></td> |
|
168 |
+<td colspan="2"><kbd>portinstall -s security/tor</kbd></td> |
|
181 | 169 |
<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td> |
182 | 170 |
</tr> |
183 | 171 |
|
184 |
-<tr> |
|
172 |
+<tr bgcolor="e5e5e5"> |
|
185 | 173 |
<td>OpenBSD</td> |
186 |
-<td><kbd>cd /usr/ports/net/tor && make && make install</kbd></td> |
|
174 |
+<td colspan="2"><kbd>cd /usr/ports/net/tor && make && make install</kbd></td> |
|
187 | 175 |
<td> |
188 | 176 |
<ul> |
189 | 177 |
<li><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></li> |
... | ... |
@@ -194,15 +182,16 @@ need to confirm via email):</p> |
194 | 182 |
|
195 | 183 |
<tr> |
196 | 184 |
<td>NetBSD</td> |
197 |
-<td><kbd>cd /usr/pkgsrc/net/tor && make install</kbd></td> |
|
185 |
+<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor && make install</kbd></td> |
|
198 | 186 |
<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix instructions</a></td> |
199 | 187 |
</tr> |
200 | 188 |
|
201 |
-<tr> |
|
189 |
+<tr bgcolor="e5e5e5"> |
|
202 | 190 |
<td>Source tarballs</td> |
203 | 191 |
<td> |
204 | 192 |
<a href="<package-source-stable>"><version-stable></a> (<a href="<package-source-stable-sig>">sig</a>) |
205 |
-<br /> |
|
193 |
+</td> |
|
194 |
+<td> |
|
206 | 195 |
<a href="<package-source-alpha>"><version-alpha></a> (<a href="<package-source-alpha-sig>">sig</a>) |
207 | 196 |
</td> |
208 | 197 |
<td><kbd>./configure && make && src/or/tor</kbd></td> |
... | ... |
@@ -212,26 +201,162 @@ need to confirm via email):</p> |
212 | 201 |
|
213 | 202 |
<br /> |
214 | 203 |
|
215 |
-<h2>More Information</h2> |
|
204 |
+<p> |
|
205 |
+What's the <a href="#packagediff">difference between Stable & Unstable</a>? |
|
206 |
+</p> |
|
216 | 207 |
|
217 |
-<ul> |
|
218 |
-<li>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
|
219 |
-under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>.</li> |
|
220 |
-<li>If you want Tor to become faster and more usable, please consider <a |
|
221 |
-href="<page donate>">making a donation to the Tor project</a>.</li> |
|
222 |
-<li>Read the <a href="<page download>#ChangeLog">description of changes |
|
223 |
-in each release</a>.</li> |
|
224 |
-<li>Here is a <a href="<page mirrors>">list of |
|
225 |
-sites mirroring the Tor site</a>.</li> |
|
226 |
-<li>See our <a |
|
227 |
-href="https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ |
|
208 |
+<p> |
|
209 |
+Tor is distributed as <a href="http://www.fsf.org/">Free Software</a> |
|
210 |
+under the <a href="<svnsandbox>LICENSE">3-clause BSD license</a>. The |
|
211 |
+bundles also include <a href="http://vidalia-project.net/">Vidalia</a> |
|
212 |
+and <a href="http://www.privoxy.org/">Privoxy</a>, which are supporting |
|
213 |
+applications distributed under the GNU GPL. |
|
214 |
+</p> |
|
215 |
+ |
|
216 |
+<p> |
|
217 |
+There is no fee for installing Tor, or using the Tor network, but |
|
218 |
+if you want Tor to become faster and more usable please consider |
|
219 |
+<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>. |
|
220 |
+</p> |
|
221 |
+ |
|
222 |
+<p> |
|
223 |
+To keep informed of security advisories and new stable releases, subscribe |
|
224 |
+to the <a href="http://archives.seul.org/or/announce/">or-announce |
|
225 |
+mailing list</a> (you will be asked to confirm via email). You can also |
|
226 |
+<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch |
|
227 |
+the list's RSS feed</a>. |
|
228 |
+</p> |
|
229 |
+ |
|
230 |
+<link rel="alternate" title="Tor Project OR-announce" href="http://rss.gmane.org/gmane.network.onion-routing.announce" type="application/rss+xml" /> |
|
231 |
+ |
|
232 |
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi"> |
|
233 |
+<input type="hidden" name="mlist" value="or-announce"> |
|
234 |
+<input type="hidden" name="subscribe" value="1"> |
|
235 |
+<input type="hidden" name="host" value="freehaven.net"> |
|
236 |
+<input name="email" size="15"> |
|
237 |
+<input type="submit" value="subscribe to or-announce"> |
|
238 |
+</form> |
|
239 |
+ |
|
240 |
+<br /> |
|
241 |
+ |
|
242 |
+<a id="Warning"></a> |
|
243 |
+<h2><a class="anchor" href="#Warning">Warning: Want Tor to really |
|
244 |
+work?</a></h2> |
|
245 |
+ |
|
246 |
+<p> |
|
247 |
+...then please don't just install it and go on. You need to change |
|
248 |
+some of your habits, and reconfigure your software! |
|
249 |
+Tor by itself is <em>NOT</em> all you need to maintain your anonymity. |
|
250 |
+There are several major pitfalls to watch out for: |
|
251 |
+</p> |
|
252 |
+ |
|
253 |
+<ol> |
|
254 |
+<li> |
|
255 |
+Tor only protects Internet applications that are configured to |
|
256 |
+send their traffic through Tor — it doesn't magically anonymize |
|
257 |
+all your traffic just because you install it. We recommend you |
|
258 |
+use <a href="http://www.mozilla.org/firefox">Firefox</a> with the <a |
|
259 |
+href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension. |
|
260 |
+</li> |
|
261 |
+ |
|
262 |
+<li> |
|
263 |
+Browser plugins such as Java, Flash, ActiveX, RealPlayer, |
|
264 |
+Quicktime, Adobe's PDF plugin, and others can be manipulated |
|
265 |
+into revealing your IP address. You should probably |
|
266 |
+<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your |
|
267 |
+plugins</a> |
|
268 |
+(go to "about:plugins" to see what is installed), or investigate <a |
|
269 |
+href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a |
|
270 |
+href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and |
|
271 |
+<a href="http://noscript.net/">NoScript</a> |
|
272 |
+if you really need them. Consider removing extensions that look up |
|
273 |
+more information about the websites you type in (like Google toolbar), |
|
274 |
+as they may bypass Tor and/or broadcast sensitive information. Some |
|
275 |
+people prefer using two browsers (one for Tor, one for unsafe browsing). |
|
276 |
+</li> |
|
277 |
+ |
|
278 |
+<li> |
|
279 |
+Beware of cookies: if you ever browse without Tor and Privoxy |
|
280 |
+and a site gives you a cookie, that cookie could identify you even when |
|
281 |
+you start using Tor again. You should clear your cookies frequently. <a |
|
282 |
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help |
|
283 |
+protect any cookies you do not want to lose. |
|
284 |
+</li> |
|
285 |
+ |
|
286 |
+<li> |
|
287 |
+Tor anonymizes the origin of your traffic, |
|
288 |
+and it encrypts everything inside the Tor network, but <a |
|
289 |
+href="https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ExitEavesdroppers">it |
|
290 |
+can't encrypt your traffic between the Tor network and its final |
|
291 |
+destination.</a> |
|
292 |
+If you are communicating sensitive information, you should use as much |
|
293 |
+care as you would on the normal scary Internet — use HTTPS or other |
|
294 |
+end-to-end encryption and authentication. |
|
295 |
+</li> |
|
296 |
+ |
|
297 |
+<li> |
|
298 |
+While Tor blocks attackers |
|
299 |
+on your local network from discovering or influencing your destination, |
|
300 |
+it opens new risks: malicious or misconfigured Tor exit nodes can send |
|
301 |
+you the wrong page, or even send you embedded Java applets disguised as |
|
302 |
+domains you trust. |
|
303 |
+</li> |
|
304 |
+</ol> |
|
305 |
+ |
|
306 |
+<br /> |
|
307 |
+<p> |
|
308 |
+Be smart and learn more. Understand what Tor does and does not offer. |
|
309 |
+This list of pitfalls isn't complete, and we need your |
|
310 |
+help <a href="<page volunteer>#Documentation">identifying and documenting |
|
311 |
+all the issues</a>. |
|
312 |
+</p> |
|
313 |
+ |
|
314 |
+<hr /> |
|
315 |
+<br /> |
|
316 |
+ |
|
317 |
+<a id="packagediff"></a> |
|
318 |
+<h2><a class="anchor" href="#packagediff">What's the difference between Stable & Unstable?</a></h2> |
|
319 |
+ |
|
320 |
+<p> |
|
321 |
+Stable packages are released when we believe the features and code will |
|
322 |
+not change for many months. These typically include a stable version of Vidalia, Privoxy, and Torbutton. |
|
323 |
+</p> |
|
324 |
+<p> |
|
325 |
+Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number |
|
326 |
+than the stable versions listed above, there is a much higher chance of |
|
327 |
+serious reliability and security bugs in these downloads. Newer, |
|
328 |
+untested versions of Vidalia, Privoxy, and Torbutton are included in |
|
329 |
+these unstable package. Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>. |
|
330 |
+</p> |
|
331 |
+ |
|
332 |
+<p> |
|
333 |
+See our <a href="https://wiki.torproject.org/noreply/TheOnionRouter/VerifyingSignatures">FAQ |
|
228 | 334 |
entry on verifying package signatures</a>, which allows |
229 |
-you to make sure you've downloaded the file we intended you to get.</li> |
|
230 |
-<li>See the <a href="<page documentation>#Developers">developer |
|
335 |
+you to make sure you've downloaded the file we intended you to get. |
|
336 |
+</p> |
|
337 |
+ |
|
338 |
+<p> |
|
339 |
+See the <a href="<page documentation>#Developers">developer |
|
231 | 340 |
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!</li> |
|
234 |
-</ul> |
|
341 |
+the very latest development version. |
|
342 |
+You can also download the <a href="dist/">Privoxy source</a> or <a |
|
343 |
+href="dist/vidalia-bundles/?C=M;O=D">Vidalia source</a>. |
|
344 |
+</p> |
|
345 |
+ |
|
346 |
+<p> |
|
347 |
+If you have trouble downloading Tor from this site, here is a <a |
|
348 |
+href="<page mirrors>">list of sites mirroring the Tor site</a>. |
|
349 |
+</p> |
|
350 |
+ |
|
351 |
+<a id="ChangeLog"></a> |
|
352 |
+<a id="Stable"></a> |
|
353 |
+<a id="Testing"></a> |
|
354 |
+<p> |
|
355 |
+For a list of what has changed in each stable Tor release, see the |
|
356 |
+<a href="<svnsandbox>ReleaseNotes">ReleaseNotes</a>. For a list of |
|
357 |
+changes in both stable and development versions, see the |
|
358 |
+<a href="<svnsandbox>ChangeLog">ChangeLog</a>. |
|
359 |
+</p> |
|
235 | 360 |
|
236 | 361 |
</div><!-- #main --> |
237 | 362 |
|
238 | 363 |