481ccca36ef13bba5b314fcb6828db17b236c218
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
5) #include "head.wmi" TITLE="Tor: Download for Linux/Unix" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
6) 
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

7)     <div id="content" class="clearfix">
8) 			<div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download-unix>">Download</a></div>
9)     	<div id="maincol-left">
10)       	<h1>Download Tor for Unix, Linux, BSD</h1>
11) 
12)         <!-- BEGIN TEASER WARNING -->
13)       	<div class="warning">
14)           <h2>Want Tor to really work?</h2>
15) <p>...then please don't just install it and go on.  You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. Read the <a href="#warning">full list of warnings</a>.
16) </p>
17)         </div>
18)         <!-- END TEASER WARNING -->
19)         <table class="topforty">
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

20) <thead>
21) <tr bgcolor="#009933" style="color: white; ">
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

22)   <th colspan="2">Platform</th>
23)   <th>Download Stable</th>
24)   <th>Download Unstable</th>
25)   <th>Installation and Configuration</th>
26) </tr>
27) </thead>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

28) 
29) <tr>
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

30) <td align="center"><img src="$(IMGROOT)/distros/debian.png" alt="Debian"> <img src="$(IMGROOT)/distros/ubuntu.png" alt="Ubuntu"> <img src="$(IMGROOT)/distros/knoppix.png" alt="Knoppix"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

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) 
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

36) <tr class="beige">
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

37) <td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"> <img src="$(IMGROOT)/distros/suse.png" alt="openSUSE 11"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

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>
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

44) <td align="center"><img src="$(IMGROOT)/distros/gentoo.png" alt="Gentoo Linux"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

45) <td>Gentoo Linux</td>
46) <td colspan="2"><kbd>emerge tor</kbd></td>
47) <td>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

48) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

49) </td>
50) </tr>
51) 
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

52) <tr class="beige">
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

53) <td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

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>
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

60) <td align="center"><img src="$(IMGROOT)/distros/openbsd.png" alt="OpenBSD"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

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>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

64) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

65) <a href="<wiki>/TheOnionRouter/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

66) </td>
67) </tr>
68) 
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

69) <tr class="beige">
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

70) <td align="center"><img src="$(IMGROOT)/distros/netbsd.png" alt="NetBSD"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

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) 
Sebastian Hahn Fix color scheme for source...

Sebastian Hahn authored 13 years ago

76) <tr>
Andrew Lewman fix image path on the unix...

Andrew Lewman authored 13 years ago

77) <td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

78) <td>Source tarballs</td>
79) <td>
80) <a href="<package-source-stable>"><version-stable></a>
Sebastian Hahn Fix download links for sign...

Sebastian Hahn authored 13 years ago

81)  (<a href="<package-source-stable>.asc">sig</a>)
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

82) </td>
83) <td>
84) <a href="<package-source-alpha>"><version-alpha></a>
Sebastian Hahn Fix download links for sign...

Sebastian Hahn authored 13 years ago

85)  (<a href="<package-source-alpha>.asc">sig</a>)
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

86) </td>
87) <td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd></td>
88) </tr>
89) 
90) </table>
91) 
92) <div class="nb">
93) <a id="packagediff"></a>
94) <h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
95) 
96) <p>
97) Stable packages are released when we believe the features and code will
98) not change for many months.
99) </p>
100) <p>
101) Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
102) than the stable versions listed above, there is a much higher chance of
103) serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://bugs.torproject.org/">report bugs</a>.
104) </p>
105) </div>
106) 
107) <div class="underline"></div>
108) <div class="nb">
109) <p>
110) Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
111) under the <a href="<gitblob>LICENSE">3-clause BSD license</a>. The
Andrew Lewman create download-unix.wml

Andrew Lewman authored 13 years ago

112) bundles also include <a href="<page projects/vidalia>">Vidalia</a>
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

113) and <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, which are supporting
114) applications distributed under the GNU GPL.
115) </p>
116) <p>
117) There is no fee for installing Tor, or using the Tor network, but
118) if you want Tor to become faster and more usable please consider
Andrew Lewman create download-unix.wml

Andrew Lewman authored 13 years ago

119) <a href="<page donate/donate>">making a tax-deductible donation to The Tor Project</a>.
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

120) </p>
121) </div>
122) 
123) <div class="underline"></div>
124) <div class="nb">
125) <p>
126) To keep informed of security advisories and new stable releases, subscribe
127) to the <a href="http://archives.seul.org/or/announce/">or-announce
128) mailing list</a> (you will be asked to confirm via email). You can also
129) <a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
130) the list's RSS feed</a>.
131) </p>
132) 
133) <form action="http://freehaven.net/cgi-bin/majordomo.cgi">
134) <input type="hidden" name="mlist" value="or-announce"/>
135) <input type="hidden" name="subscribe" value="1"/>
136) <input type="hidden" name="host" value="freehaven.net"/>
137) <input name="email" size="15"/>
138) <input type="submit" value="subscribe to or-announce"/>
139) </form>
140) </div>
141) 
142) <p>
143) If you would like to research any past release of Tor source, packages,
144) or other binaries, see <a href="http://archive.torproject.org/">the
145) archive</a>.
146) </p>
147) 
148) <div class="nb">
149) <p>
150) If you have trouble downloading Tor from this site, here is a <a
Andrew Lewman create download-unix.wml

Andrew Lewman authored 13 years ago

151) href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
Andrew Lewman add download-unix, fix up d...

Andrew Lewman authored 13 years ago

152) </p>
153) 
154) <a id="ChangeLog"></a>
155) <a id="Stable"></a>
156) <a id="Testing"></a>
157) <p>
158) For a list of what has changed in each stable Tor release, see the
159) <a href="<gitblobstable>ReleaseNotes">ReleaseNotes</a>. For a list of
160) changes in both stable and development versions, see the
161) <a href="<gitblob>ChangeLog">ChangeLog</a>.
162) </p>
163) </div>
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

164)       </div>
165)       <!-- END MAINCOL -->
166)       <div id="sidecol-right">
167)         <div class="img-shadow">
168)           <div class="infoblock">
169)           	<h2>Verify Signatures</h2>
Andrew Lewman rename easy-download to dow...

Andrew Lewman authored 13 years ago

170)             <p>Verify your downloads with our GPG signatures:</p>
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

171)             <a href="<page docs/verifying-signatures>">Read how to
172) verify the signatures</a>.
173)           </div>
174)         </div>
175)         <!-- END INFOBLOCK -->
176)         <div class="img-shadow">
177)         	<div class="sidenav-sub">
178)           	<h2>Having Trouble?</h2>
179)           	<ul>
Andrew Lewman actually link to the anchor...

Andrew Lewman authored 13 years ago

180)             	<li class="dropdown"><a href="#packagediff">What are the differences between stable and unstable downloads?</a></li>
Andrew Lewman start the conversion of dow...

Andrew Lewman authored 13 years ago

181)             </ul>
182)           </div>
183)       	</div>
184)         <!-- END SIDENAV -->
185)       </div>
186)       <!-- END SIDECOL -->
187)     </div>
188)     <!-- END CONTENT -->
189)