add download-unix, fix up download some more.
Andrew Lewman

Andrew Lewman commited on 2010-08-18 18:32:14
Zeige 2 geänderte Dateien mit 291 Einfügungen und 8 Löschungen.

... ...
@@ -0,0 +1,283 @@
1
+## translation metadata
2
+# Revision: $Revision: 22543 $
3
+# Translation-Priority: 3-low
4
+
5
+#include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6
+
7
+<div class="main-column">
8
+
9
+<h2>Available Linux/Unix Packages</h2>
10
+<div class="warning">
11
+
12
+Warning: Want Tor to really work?  ...then please don't just install it
13
+and go on. You need to change some of your habits, and reconfigure your
14
+software! Tor by itself is NOT all you need to maintain your anonymity.
15
+Please take time to read the <a href="<page download-unix>#Warning">warning</a> to familiarize yourself with the pitfalls and limits of Tor.
16
+</div>
17
+
18
+<div class="underline"></div>
19
+
20
+<table cellpadding="6" cellspacing="1" border="0" width="100%">
21
+<thead>
22
+<tr bgcolor="#009933" style="color: white; ">
23
+<th colspan="2">Platform</th>
24
+<th>Download Stable</th>
25
+<th>Download Unstable</th>
26
+<th>Installation and Configuration</th>
27
+</tr> </thead>
28
+
29
+<tr>
30
+<td align="center"><img src="images/distros/debian.png" alt="Debian" /> <img src="images/distros/ubuntu.png" alt="Ubuntu" /> <img src="images/distros/knoppix.png" alt="Knoppix" /></td>
31
+<td>Debian, Ubuntu, Knoppix</td>
32
+<td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
33
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
34
+</tr>
35
+
36
+<tr bgcolor="e5e5e5">
37
+<td align="center"><img src="images/distros/centos.png" alt="CentOS" /> <img src="images/distros/fedora.png" alt="Fedora" /> <img src="images/distros/suse.png" alt="openSUSE 11" /></td>
38
+<td>CentOS, Fedora, OpenSUSE</td>
39
+<td colspan="2"><a href="<page docs/rpms>">repository packages</a> </td>
40
+<td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
41
+</tr>
42
+
43
+<tr>
44
+<td align="center"><img src="images/distros/gentoo.png" alt="Gentoo Linux" /></td>
45
+<td>Gentoo Linux</td>
46
+<td colspan="2"><kbd>emerge tor</kbd></td>
47
+<td>
48
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
49
+</td>
50
+</tr>
51
+
52
+<tr bgcolor="e5e5e5">
53
+<td align="center"><img src="images/distros/freebsd.png" alt="FreeBSD" /></td>
54
+<td>FreeBSD</td>
55
+<td colspan="2"><kbd>portinstall -s security/tor</kbd></td>
56
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
57
+</tr>
58
+
59
+<tr>
60
+<td align="center"><img src="images/distros/openbsd.png" alt="OpenBSD" /></td>
61
+<td>OpenBSD</td>
62
+<td colspan="2"><kbd>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</kbd></td>
63
+<td>
64
+<a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br />
65
+<a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
66
+</td>
67
+</tr>
68
+
69
+<tr bgcolor="e5e5e5">
70
+<td align="center"><img src="images/distros/netbsd.png" alt="NetBSD" /></td>
71
+<td>NetBSD</td>
72
+<td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
73
+<td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
74
+</tr>
75
+
76
+<tr>
77
+<td align="center"><img src="images/distros/200px-Maemo_logo_color.svg.png" alt="Maemo" /></td>
78
+<td>Maemo / N900</td>
79
+<td colspan="2"><a href="<page docs/N900>">Experimental instructions</a></td>
80
+<td></td>
81
+</tr>
82
+
83
+<tr bgcolor="e5e5e5">
84
+<td align="center"><img src="images/distros/android-market.gif" alt="Android" width="32" height="32"/></td>
85
+<td>Android</td>
86
+<td></td>
87
+<td><a href="<package-androidbundle-alpha>"><version-androidbundle-tor></a> (<a href="<package-androidbundle-alpha-sig>">sig</a>)</td>
88
+<td><a href="<page docs/android>">Android instructions and information</a></td>
89
+</tr>
90
+
91
+<tr>
92
+<td align="center"><img src="images/distros/apple.png" alt="Apple iPhone/iPod Touch" /></td>
93
+<td>Apple iPhone/iPod Touch</td>
94
+<td colspan="2"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></td>
95
+<td></td>
96
+</tr>
97
+
98
+<tr bgcolor="e5e5e5">
99
+<td align="center"><img src="images/distros/terminal.png" alt="Source code" /></td>
100
+<td>Source tarballs</td>
101
+<td>
102
+<a href="<package-source-stable>"><version-stable></a>
103
+ (<a href="<package-source-stable-sig>">sig</a>)
104
+</td>
105
+<td>
106
+<a href="<package-source-alpha>"><version-alpha></a>
107
+ (<a href="<package-source-alpha-sig>">sig</a>)
108
+</td>
109
+<td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
110
+</tr>
111
+
112
+</table>
113
+
114
+<div class="underline"></div>
115
+<div class="nb">
116
+<a id="packagediff"></a>
117
+<h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
118
+
119
+<p>
120
+Stable packages are released when we believe the features and code will
121
+not change for many months.
122
+</p>
123
+<p>
124
+Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
125
+than the stable versions listed above, there is a much higher chance of
126
+serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.
127
+</p>
128
+</div>
129
+
130
+<div class="underline"></div>
131
+<div class="nb">
132
+<p>
133
+Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
134
+under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
135
+bundles also include <a href="<page vidalia/index>">Vidalia</a>
136
+and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
137
+applications distributed under the GNU GPL.
138
+</p>
139
+<p>
140
+There is no fee for installing Tor, or using the Tor network, but
141
+if you want Tor to become faster and more usable please consider
142
+<a href="<page donate>">making a tax-deductible donation to The Tor Project</a>.
143
+</p>
144
+</div>
145
+
146
+<div class="underline"></div>
147
+<div class="nb">
148
+<p>
149
+To keep informed of security advisories and new stable releases, subscribe
150
+to the <a href="http://archives.seul.org/or/announce/">or-announce
151
+mailing list</a> (you will be asked to confirm via email). You can also
152
+<a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
153
+the list's RSS feed</a>.
154
+</p>
155
+
156
+<form action="http://freehaven.net/cgi-bin/majordomo.cgi">
157
+<input type="hidden" name="mlist" value="or-announce"/>
158
+<input type="hidden" name="subscribe" value="1"/>
159
+<input type="hidden" name="host" value="freehaven.net"/>
160
+<input name="email" size="15"/>
161
+<input type="submit" value="subscribe to or-announce"/>
162
+</form>
163
+</div>
164
+
165
+<div class="underline"></div>
166
+<div class="warning">
167
+<a id="Warning"></a>
168
+<h2><a class="anchor" href="#Warning">Warning: Want Tor to really
169
+work?</a></h2>
170
+
171
+<p>
172
+...then please don't just install it and go on.  You need to change
173
+some of your habits, and reconfigure your software!
174
+Tor by itself is <em>NOT</em> all you need to maintain your anonymity.
175
+There are several major pitfalls to watch out for:
176
+</p>
177
+
178
+<ol>
179
+<li>
180
+Tor only protects Internet applications that are configured to
181
+send their traffic through Tor &mdash; it doesn't magically anonymize
182
+all your traffic just because you install it.  We recommend you
183
+use <a href="http://www.mozilla.com/en-US/firefox/all-older.html">Firefox</a> with the <a
184
+href="https://addons.mozilla.org/firefox/2275/">Torbutton</a> extension.
185
+</li>
186
+
187
+<li>
188
+Browser plugins such as Java, Flash, ActiveX, RealPlayer,
189
+Quicktime, Adobe's PDF plugin, and others can be manipulated
190
+into revealing your IP address. You should probably
191
+<a href="http://plugindoc.mozdev.org/faqs/uninstall.html">uninstall your
192
+plugins</a>
193
+(go to "about:plugins" to see what is installed), or investigate <a
194
+href="https://addons.mozilla.org/firefox/1237/">QuickJava</a>, <a
195
+href="https://addons.mozilla.org/firefox/433/">FlashBlock</a>, and
196
+<a href="http://noscript.net/">NoScript</a>
197
+if you really need them. Consider removing extensions that look up
198
+more information about the websites you type in (like Google toolbar),
199
+as they may bypass Tor and/or broadcast sensitive information. Some
200
+people prefer using two browsers (one for Tor, one for unsafe browsing).
201
+</li>
202
+
203
+<li>
204
+Beware of cookies: if you ever browse without Tor 
205
+and a site gives you a cookie, that cookie could identify you even when
206
+you start using Tor again. You should clear your cookies frequently. <a
207
+href="https://addons.mozilla.org/firefox/82/">CookieCuller</a> can help
208
+protect any cookies you do not want to lose.
209
+</li>
210
+
211
+<li>
212
+Tor anonymizes the origin of your traffic,
213
+and it encrypts everything inside the Tor network, but <a
214
+href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorFAQ#ExitEavesdroppers">it
215
+can't encrypt your traffic between the Tor network and its final
216
+destination.</a>
217
+If you are communicating sensitive information, you should use as much
218
+care as you would on the normal scary Internet &mdash; use HTTPS or other
219
+end-to-end encryption and authentication.
220
+</li>
221
+
222
+<li>
223
+While Tor blocks attackers
224
+on your local network from discovering or influencing your destination,
225
+it opens new risks: malicious or misconfigured Tor exit nodes can send
226
+you the wrong page, or even send you embedded Java applets disguised as
227
+domains you trust.
228
+</li>
229
+</ol>
230
+
231
+<br />
232
+<p>
233
+Be smart and learn more. Understand what Tor does and does not offer.
234
+This list of pitfalls isn't complete, and we need your
235
+help <a href="<page volunteer>#Documentation">identifying and documenting
236
+all the issues</a>.
237
+</p>
238
+</div>
239
+
240
+<div class="underline"></div>
241
+<div class="nb">
242
+<p>
243
+See our <a href="<page verifying-signatures>">instructions
244
+on verifying package signatures</a>, which allows
245
+you to make sure you've downloaded the file we intended you to get.
246
+</p>
247
+
248
+<p>
249
+If you would like to research any past release of Tor source, packages,
250
+or other binaries, see <a href="http://archive.torproject.org/">the
251
+archive</a>.
252
+</p>
253
+
254
+<p>
255
+See the <a href="<page documentation>#Developers">developer
256
+documentation</a> for instructions on fetching Tor from Git to get
257
+the very latest development version source code.
258
+You can also download the <a
259
+href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo source</a> or <a
260
+href="vidalia/dist/">Vidalia source</a>.
261
+</p>
262
+</div>
263
+
264
+<div class="underline"></div>
265
+<div class="nb">
266
+<p>
267
+If you have trouble downloading Tor from this site, here is a <a
268
+href="<page mirrors>">list of sites mirroring the Tor site</a>.
269
+</p>
270
+
271
+<a id="ChangeLog"></a>
272
+<a id="Stable"></a>
273
+<a id="Testing"></a>
274
+<p>
275
+For a list of what has changed in each stable Tor release, see the
276
+<a href="<gitblobstable>ReleaseNotes">ReleaseNotes</a>. For a list of
277
+changes in both stable and development versions, see the
278
+<a href="<gitblob>ChangeLog">ChangeLog</a>.
279
+</p>
280
+</div>
281
+</div><!-- #main -->
282
+
283
+#include <foot.wmi>
... ...
@@ -93,8 +93,8 @@ all the issues</a>.
93 93
           <tr class="beige">
94 94
           	<td>English (en-US)</td>
95 95
             <td><version-torbrowserbundle></td>
96
-            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torimbrowserbundle>_en-US.exe">Download</a></span></td>
97
-            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torimbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
96
+            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.exe">Download</a></span></td>
97
+            <td><span class="windows"><a href="torbrowser/dist/tor-browser-<version-torbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
98 98
           </tr>
99 99
           <tr>
100 100
             <td>English (en-US)</td>
... ...
@@ -117,7 +117,7 @@ all the issues</a>.
117 117
                 <td>English (en-US)</td>
118 118
                 <td><version-torimbrowserbundle></td>
119 119
                 <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torimbrowserbundle>_en-US.exe">Download</a></span></td>
120
-                <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torimbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
120
+                <td><span class="windows"><a href="torbrowser/dist/tor-im-browser-<version-torbrowserbundle>_en-US.tar.gz">Download Tarball</a></span></td>
121 121
                 <td></td>
122 122
               </tr>
123 123
               <tr>
... ...
@@ -141,14 +141,14 @@ all the issues</a>.
141 141
               <td><version-stable></td>
142 142
               <td><span class="windows"><a href="<package-win32-bundle-stable>">Download</a></span></td>
143 143
               <td><span class="mac"><a href="<package-osx-bundle-stable>">Download</a></span>
144
-              <td><span class="linux"><a href="<package-source-stable>">Download</a></span></td>
144
+              <td><span class="linux"><a href="<page download/download-unix/>">Unix Packages</a></span></td>
145 145
               <td><a href="<package-source-stable>">Download Tarball</a></td>
146 146
           	</tr>
147 147
             <tr>
148 148
               <td><version-alpha></td>
149 149
               <td><span class="windows"><a href="<package-win32-bundle-alpha>">Download</a></span></td>
150 150
               <td><span class="mac"><a href="<package-osx-bundle-alpha>">Download</a></span>
151
-              <td><span class="linux"><a href="<package-source-alpha>">Download</a></span></td>
151
+              <td><span class="linux"><a href="<page download/download-unix>">Unix Packages</a></span></td>
152 152
               <td><a href="<package-source-alpha>">Download Tarball</a></td>
153 153
           	</tr> 
154 154
         </table>
... ...
@@ -164,7 +164,7 @@ all the issues</a>.
164 164
             </tr>
165 165
             <tr class="beige">
166 166
               <td>Android</td>
167
-              <td><span class="android"><a href="#">Download</a></span></td>
167
+              <td></td>
168 168
               <td><package-androidbundle-alpha></td>
169 169
               <td><a href="<page docs/android>">Instructions</a></td>
170 170
           	</tr>
... ...
@@ -174,7 +174,7 @@ all the issues</a>.
174 174
               <td><span class="mac"><a href="http://sid77.slackware.it/iphone/">Test packages by Marco</a></span></td>
175 175
               <td></td>
176 176
           	</tr>
177
-          	<tr>
177
+          	<tr class="beige">
178 178
               <td>Nokia Maemo/N900</td>
179 179
               <td></td>
180 180
               <td><span class="nokia"><a href="<page docs/N900>">Experimental instructions</a></span></td>
... ...
@@ -189,7 +189,7 @@ all the issues</a>.
189 189
                 <td><span class="column-title">Operating System</span></td>
190 190
                 <td><span class="column-title">Notes</span></td>
191 191
                 <td><span class="column-title">Stable</span></td>
192
-                <td><span class="column-title">Unstable</span></td>
192
+                <td><span class="column-title">Alpha</span></td>
193 193
                 <td><span class="column-title">Installation Guide</span></td>
194 194
               </tr>
195 195
               <tr class="beige">
196 196