65c1d476562c81b1a4501474e834b08d12417b3a
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Download</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

7)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a class="current">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 19 years ago

27)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: Packages and source</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

43) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

44) 
Roger Dingledine tor is no longer a network-...

Roger Dingledine authored 19 years ago

45) <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
46) under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
Roger Dingledine mention our license promine...

Roger Dingledine authored 19 years ago

47) 
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

48) <p>You can get the latest release from the <a href="dist/">download
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

49) directory</a>.
50) The latest stable release is <b>0.1.0.10</b>, and the
51) latest development release is <b>0.1.1.1-alpha</b>.
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

52) Tor should run on Linux, BSD, OS X, Windows, Solaris, and more.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

53) <ul>
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

54) <li><b>Windows</b> installer:
55) <a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

56) href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>),
57) <a href="dist/win32/tor-0.1.1.1-alpha-win32.exe">0.1.1.1-alpha</a> (<a
Roger Dingledine some punctuation couldn't h...

Roger Dingledine authored 19 years ago

58) href="dist/win32/tor-0.1.1.1-alpha-win32.exe.asc">sig</a>).
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

59) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

60) href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

61) <li><b>Mac OS X</b> installer:
62) <a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

63) href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>),
64) <a href="dist/osx/Tor 0.1.1.1-alpha Bundle.dmg">0.1.1.1-alpha</a> (<a
Roger Dingledine some punctuation couldn't h...

Roger Dingledine authored 19 years ago

65) href="dist/osx/Tor 0.1.1.1-alpha Bundle.dmg.asc">sig</a>).
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

66) Be sure to read the <a
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

67) href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

68) <li><b>Red Hat Linux</b> package:
69) <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a
70) href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>),
71) <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

72) href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>),
Roger Dingledine i screwed up the rpm urls

Roger Dingledine authored 19 years ago

73) <a href="dist/rpm/tor-0.1.1.1.alpha-tor.0.fc1.i386.rpm">0.1.1.1-alpha RPM</a> (<a
74) href="dist/rpm/tor-0.1.1.1.alpha-tor.0.fc1.i386.rpm.asc">sig</a>),
75) <a href="dist/rpm/tor-0.1.1.1.alpha-tor.0.fc1.src.rpm">0.1.1.1-alpha SRPM</a> (<a
76) href="dist/rpm/tor-0.1.1.1.alpha-tor.0.fc1.src.rpm.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

77) </li>
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

78) <li>Latest source tarballs: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a>
79) (<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>),
80) <a href="dist/tor-0.1.1.1-alpha.tar.gz">0.1.1.1-alpha</a>
81) (<a href="dist/tor-0.1.1.1-alpha.tar.gz.asc">sig</a>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 19 years ago

82) You will <a href="http://www.monkey.org/~provos/libevent/">need
Roger Dingledine correct now-false statement...

Roger Dingledine authored 19 years ago

83) libevent</a>. If you are brave enough to try building from source on
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

84) Windows, you'll need libevent 1.0c or later.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

85) </ul>
86) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

87) <p>General instructions for installing and configuring Tor are <a
Roger Dingledine point people at the faq ent...

Roger Dingledine authored 19 years ago

88) href="cvs/tor/doc/tor-doc.html#installing">here</a>. This <a
89) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
90) entry</a> explains how to verify package signatures.
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

91) </p>
92) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

93) <p>See the <a href="developers.html">developers page</a> for instructions
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

94) on fetching Tor from CVS.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

95) </p>
96) 
97) <p>
98) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

99) </p>
100) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

101) <hr />
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

102) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

103) <p><b>Debian packages</b> have been uploaded to the set of official unstable
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

104) (sid) and testing (etch) <a href="http://packages.debian.org/tor">Debian packages</a>.
105) If you are running stable (sarge) or oldstable (woody), you must first add
106) these lines to <code>/etc/apt/sources.list</code>:</p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

107) 
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

108) <ul>
109) <li><p>for sarge (stable):</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

110) <p><code>
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

111) deb http://mirror.noreply.org/pub/tor sarge main<br />
112) deb-src http://mirror.noreply.org/pub/tor sarge main
113) </code></p></li>
114) <li><p>or for woody (oldstable):</p>
115) <p><code>
116) deb http://mirror.noreply.org/pub/tor woody main<br />
117) deb-src http://mirror.noreply.org/pub/tor woody main
118) </code></p></li>
119) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

120) 
121) <p>To install the packages, issue the following commands:</p>
122) 
123) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

124) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

125) $ apt-get install tor
126) </code></p>
127) 
128) <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
129) add the following lines to <code>/etc/apt/sources.list</code>:</p>
130) 
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

131) <ul>
132) <li><p>For sid use</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

133) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

134) deb http://mirror.noreply.org/pub/tor experimental main<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

135) deb-src http://mirror.noreply.org/pub/tor experimental main
Peter Palfrader update download page: more...

Peter Palfrader authored 19 years ago

136) </code></p></li>
137) <li><p>or for sarge (stable) there is</p>
138) <p><code>
139) deb http://mirror.noreply.org/pub/tor experimental-sarge main<br />
140) deb-src http://mirror.noreply.org/pub/tor experimental-sarge main
141) </code></p></li>
142) <li><p>and in case you still run woody (oldstable) add those two lines:</p>
143) <p><code>
144) deb http://mirror.noreply.org/pub/tor experimental-woody main<br />
145) deb-src http://mirror.noreply.org/pub/tor experimental-woody main
146) </code></p></li>
147) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

148) 
149) <p>Then issue the following commands:</p>
150) 
151) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

152) $ apt-get update<br />
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

153) $ apt-get install -t experimental tor
154) </code></p>
Peter Palfrader The -t experimental to apt...

Peter Palfrader authored 19 years ago

155) <p>or just</p>
156) <p><code>
157) $ apt-get update<br />
158) $ apt-get install tor
159) </code></p>
160) <p>depending on which of those lines you added.</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

161) 
Peter Palfrader The -t experimental to apt...

Peter Palfrader authored 19 years ago

162) <p>Packages for architectures other than i386 can be built from the sources
163) above quite easily.  Pester <a href="mailto:weasel@debian.org">weasel</a> if he
164) hasn't documented it yet.</p>
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

165) <p>
166) A guide to chrooting is available <a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorInChroot">in the Wiki</a>. </p>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

167) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

168) 
Roger Dingledine start listing the freebsd p...

Roger Dingledine authored 19 years ago

169) <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

170) </p>
Roger Dingledine link to matthias's chrootin...

Roger Dingledine authored 19 years ago

171) 
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 19 years ago

172) <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>
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

173) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

174) <p><b>NetBSD</b>: <tt>cd /usr/pkgsrc/net/tor &amp;&amp; make install</tt></p>
175) 
Roger Dingledine point at the actual gentoo...

Roger Dingledine authored 19 years ago

176) <p><b>Gentoo</b>: <tt>emerge tor</tt> (<a href="http://gentoo-wiki.com/HOWTO_Anonymity_with_Tor_and_Privoxy">guide</a>)</p>
Roger Dingledine add gentoo install directions

Roger Dingledine authored 19 years ago

177) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

178) <p><b>Other packages</b> for other platforms are rumored to exist.
Roger Dingledine remove reference to obsolet...

Roger Dingledine authored 19 years ago

179) If somebody sends details, we'll put links here.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

180) </p>
181) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

182) <hr />
183) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

184) <h2>Mirrors</h2>
185) 
186) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

187) If you are running a mirror please email
188) <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a>
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

189) and we'll add it to the list.
190) </p>
191) 
192) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 19 years ago

193) Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
Thomas Sjögren Add Meulie.net mirror

Thomas Sjögren authored 19 years ago

194)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br />
195) Meulie.net (<a href="http://tor.meulie.net/">http</a>)
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

196) </p>
197) 
198) <hr />
199) 
Roger Dingledine mention the new release on...

Roger Dingledine authored 19 years ago

200) <h2>Testing releases</h2>
201) 
202) <p>2005-06-28:
203) Tor 0.1.1.1-alpha has a <a
204) href="http://archives.seul.org/or/talk/Jun-2005/msg00xxx.html">revised
205) controller protocol (version 1) that uses ascii rather than binary</a>.
206) </p>
207) 
208) <hr />
209) 
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

210) <h2>Stable releases</h2>
Roger Dingledine tell download page about 0....

Roger Dingledine authored 19 years ago

211) 
Roger Dingledine prepare the download page f...

Roger Dingledine authored 19 years ago

212) <p>2005-06-12:
213) Tor 0.1.0.10 features <a
214) href="http://archives.seul.org/or/announce/Jun-2005/msg00000.html">cleanup
215) on Windows, including making NT services work; many performance
216) improvements, including libevent to use poll/epoll/kqueue when available,
217) and pthreads and better buffer management to avoid so much memory bloat;
218) better performance and reliability for hidden services; automated
219) self-reachability testing by servers; http and https proxy support for
220) clients; and much more support for the Tor controller protocol</a>.
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

221) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

222) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

223) <p>2005-04-23:
Roger Dingledine some punctuation couldn't h...

Roger Dingledine authored 19 years ago

224) Tor 0.0.9.10 has backports for some important security bugs. It
225) is <a
226) href="http://archives.seul.org/or/announce/Jun-2005/msg00001.html">available
227) for people who can't upgrade to Tor 0.1.0.x yet</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

228) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

229) 
Roger Dingledine clean up download page some...

Roger Dingledine authored 19 years ago

230) <hr />
231) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

232) <p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

233) details.</p>
234) 
235)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

236) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

237)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

238)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

239)      $Id$
240)   </div>