b52c980c46456385d176f5ce94fcf623f14badc4
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>
Andrew Lewman renamed all contribute.html...

Andrew Lewman authored 18 years ago

27)           | <a href="volunteer.html">Contribute</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 prepare the download page f...

Roger Dingledine authored 18 years ago

49) directory</a>. The latest stable release is <b>0.1.0.10</b>.
50) 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

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

Roger Dingledine authored 18 years ago

52) <li><b>Windows</b> installer:
53) <a href="dist/win32/tor-0.1.0.10-win32.exe">0.1.0.10</a> (<a
54) href="dist/win32/tor-0.1.0.10-win32.exe.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

57) <li><b>Mac OS X</b> installer:
58) <a href="dist/osx/Tor 0.1.0.10 Bundle.dmg">0.1.0.10</a> (<a
59) href="dist/osx/Tor 0.1.0.10 Bundle.dmg.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

62) <li><b>Red Hat Linux</b> package:
63) <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm">0.1.0.10 RPM</a> (<a
64) href="dist/rpm/tor-0.1.0.10-tor.0.fc1.i386.rpm.asc">sig</a>),
65) <a href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">0.1.0.10 SRPM</a> (<a
66) href="dist/rpm/tor-0.1.0.10-tor.0.fc1.src.rpm">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

67) </li>
Roger Dingledine prepare the download page f...

Roger Dingledine authored 18 years ago

68) <li>Latest stable source: <a href="dist/tor-0.1.0.10.tar.gz">0.1.0.10</a>
69) (<a href="dist/tor-0.1.0.10.tar.gz.asc">sig</a>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

71) 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

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

Roger Dingledine authored 19 years ago

73) </ul>
74) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

83) </p>
84) 
85) <p>
86) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

87) </p>
88) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

90) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Peter Palfrader authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 18 years ago

99) deb http://mirror.noreply.org/pub/tor sarge main<br />
100) deb-src http://mirror.noreply.org/pub/tor sarge main
101) </code></p></li>
102) <li><p>or for woody (oldstable):</p>
103) <p><code>
104) deb http://mirror.noreply.org/pub/tor woody main<br />
105) deb-src http://mirror.noreply.org/pub/tor woody main
106) </code></p></li>
107) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

108) 
109) <p>To install the packages, issue the following commands:</p>
110) 
111) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

113) $ apt-get install tor
114) </code></p>
115) 
116) <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
117) add the following lines to <code>/etc/apt/sources.list</code>:</p>
118) 
Peter Palfrader update download page: more...

Peter Palfrader authored 18 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 18 years ago

124) </code></p></li>
125) <li><p>or for sarge (stable) there is</p>
126) <p><code>
127) deb http://mirror.noreply.org/pub/tor experimental-sarge main<br />
128) deb-src http://mirror.noreply.org/pub/tor experimental-sarge main
129) </code></p></li>
130) <li><p>and in case you still run woody (oldstable) add those two lines:</p>
131) <p><code>
132) deb http://mirror.noreply.org/pub/tor experimental-woody main<br />
133) deb-src http://mirror.noreply.org/pub/tor experimental-woody main
134) </code></p></li>
135) </ul>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

136) 
137) <p>Then issue the following commands:</p>
138) 
139) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 18 years ago

143) <p>or just</p>
144) <p><code>
145) $ apt-get update<br />
146) $ apt-get install tor
147) </code></p>
148) <p>depending on which of those lines you added.</p>
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

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

Peter Palfrader authored 18 years ago

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

Thomas Sjögren authored 18 years ago

153) <p>
154) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

157) <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

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

160) <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

161) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

164) <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

165) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

168) </p>
169) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

170) <hr />
171) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

172) <h2>Mirrors</h2>
173) 
174) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 18 years ago

175) If you are running a mirror please email
176) <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

177) and we'll add it to the list.
178) </p>
179) 
180) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 18 years ago

181) 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

182)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)<br />
183) 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

184) </p>
185) 
186) <hr />
187) 
Roger Dingledine prepare the download page f...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

190) <p>2005-06-12:
191) Tor 0.1.0.10 features <a
192) href="http://archives.seul.org/or/announce/Jun-2005/msg00000.html">cleanup
193) on Windows, including making NT services work; many performance
194) improvements, including libevent to use poll/epoll/kqueue when available,
195) and pthreads and better buffer management to avoid so much memory bloat;
196) better performance and reliability for hidden services; automated
197) self-reachability testing by servers; http and https proxy support for
198) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

201) <p>2005-04-23:
202) Tor 0.0.9.9 has a <a
Roger Dingledine fix mistake in 0.0.9.9 anno...

Roger Dingledine authored 19 years ago

203) href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
204) for an assert trigger that happens when servers get weird TLS certs
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

205) from clients</a>.
206) </p>
207) 
Roger Dingledine mention 0.0.9.8 on the website

Roger Dingledine authored 19 years ago

208) <p>2005-04-07:
209) Tor 0.0.9.8 has a <a
210) href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround
211) for a rare bug (reported by Alex de Joode) that makes servers stop
212) processing new circuits</a>.
213) </p>
214) 
Roger Dingledine tell download.html about 0....

Roger Dingledine authored 19 years ago

215) <p>2005-04-01:
216) Tor 0.0.9.7 fixes <a
217) href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another
218) server race crash bug, and also fixes a bug where we would refuse to
219) extend to an unknown server</a>.
220) </p>
221) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

222) <p>2005-03-24:
223) Tor 0.0.9.6 fixes <a
224) href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet
225) more server stability problems</a>.
226) </p>
227) 
Roger Dingledine add 0.0.9.5 to the website

Roger Dingledine authored 19 years ago

228) <p>2005-02-22:
229) Tor 0.0.9.5 fixes <a
230) href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an
231) assert race at exit nodes when resolve requests fail, and cleans up
232) a few other bugs</a>.
233) </p>
234) 
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

235) <p>2005-02-03:
236) Tor 0.0.9.4 fixes <a
Roger Dingledine point to the right or-annou...

Roger Dingledine authored 19 years ago

237) href="http://archives.seul.org/or/announce/Feb-2005/msg00000.html">a
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

238) server bug that took down most of the network. It also makes us more
239) robust to running out of file descriptors</a>.
240) </p>
241) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

242) <p>2005-01-21:
243) Tor 0.0.9.3 improves <a
244) href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu
245) usage, works better when the network was offline and you try to use Tor,
246) and makes hidden services less unbearable</a>.
247) </p>
248) 
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

249) <p>2005-01-04:
250) Tor 0.0.9.2 fixes <a
Roger Dingledine move the source tarball to...

Roger Dingledine authored 19 years ago

251) href="http://archives.seul.org/or/announce/Jan-2005/msg00000.html">many
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

252) more bugs</a>.
253) </p>
254) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

255) <p>2004-12-16:
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

256) Tor 0.0.9.1 fixes <a
257) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
258) few minor bugs in 0.0.9</a>.
259) </p>
260) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

261) <p>2004-12-12:
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

262) Tor 0.0.9 adds <a
263) href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a
264) win32 installer, better
265) circuit building algorithms, bandwidth accounting and hibernation,
266) more efficient directory fetching, and support for a separate Tor GUI
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

267) controller program (once somebody writes one)</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

270) <hr />
271) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

272) <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

273) details.</p>
274) 
275)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

278)      <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

279)      $Id$
280)   </div>