8364ae05a1071e103c2a2a85f8def9f9a0839a65
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 18 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>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

32) 	<td class="banner-right">
33) 		<a href="/"><img src="/images/en.png" border="0" alt="English"></a>
34) 		<a href="/it/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
35) 		<a href="/de/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a> 
36) 	</td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

37)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

38) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

49) <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

51) 
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

53) directory</a>.
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

54) The latest stable release is <b>0.1.0.14</b>, and the
55) latest development release is <b>0.1.1.5-alpha</b>.
Roger Dingledine prepare the download page f...

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 18 years ago

58) <li><b>Windows</b> installer:
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

59) <a href="dist/win32/tor-0.1.0.14-win32.exe">0.1.0.14</a> (<a
60) href="dist/win32/tor-0.1.0.14-win32.exe.asc">sig</a>),
61) <a href="dist/win32/tor-0.1.1.5-alpha-win32.exe">0.1.1.5-alpha</a> (<a
62) href="dist/win32/tor-0.1.1.5-alpha-win32.exe.asc">sig</a>).
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

63) Be sure to read the <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

65) <li><b>Mac OS X</b> installer:
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

66) <a href="dist/osx/Tor 0.1.0.14 Bundle.dmg">0.1.0.14</a> (<a
67) href="dist/osx/Tor 0.1.0.14 Bundle.dmg.asc">sig</a>),
68) <a href="dist/osx/Tor 0.1.1.5-alpha Bundle.dmg">0.1.1.5-alpha</a> (<a
69) href="dist/osx/Tor 0.1.1.5-alpha Bundle.dmg.asc">sig</a>).
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

70) Be sure to read the <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

72) <li><b>Red Hat Linux</b> package:
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

81) </li>
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

82) <li>Latest source tarballs: <a href="dist/tor-0.1.0.14.tar.gz">0.1.0.14</a>
83) (<a href="dist/tor-0.1.0.14.tar.gz.asc">sig</a>),
84) <a href="dist/tor-0.1.1.5-alpha.tar.gz">0.1.1.5-alpha</a>
85) (<a href="dist/tor-0.1.1.5-alpha.tar.gz.asc">sig</a>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

89) </ul>
90) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

91) <p>General instructions for installing and configuring Tor are <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

92) href="/cvs/tor/doc/tor-doc.html#installing">here</a>. This <a
Roger Dingledine point people at the faq ent...

Roger Dingledine authored 18 years ago

93) href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
94) entry</a> explains how to verify package signatures.
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

99) </p>
100) 
101) <p>
102) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

103) </p>
104) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

106) 
Roger Dingledine make the debian instruction...

Roger Dingledine authored 18 years ago

107) <p><b>Debian packages</b>: <tt>apt-get install tor</tt> (<a href="http://wiki.noreply.org/noreply/TheOnionRouter/TorOnDebian">guide for Sarge and experimental Tor versions</a>)
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

113) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

117) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

120) </p>
121) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

122) <hr />
123) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

124) <h2>Mirrors</h2>
125) 
126) <p>
Roger Dingledine link to 0.1.0.9-rc

Roger Dingledine authored 18 years ago

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

129) and we'll add it to the list.
130) </p>
131) 
132) <p>
Thomas Sjögren Added another mirror

Thomas Sjögren authored 18 years ago

133) Ghirai.com (<a href="http://www.ghirai.com/tor/">http</a>)<br />
Thomas Sjögren Added Ghirai.com mirror to...

Thomas Sjögren authored 18 years ago

134) Meulie.net (<a href="http://tor.meulie.net/">http</a>)<br />
Thomas Sjögren Added another mirror

Thomas Sjögren authored 18 years ago

135) Stevens Institute of Technology (<a href="ftp://ftp.cs.stevens.edu/pub/tor/">ftp</a>)<br />
136) Swedish Linux Society (<a href="ftp://ftp.se.linux.org/pub/crypto/tor/">ftp</a>
137)  | <a href="http://ftp.se.linux.org/crypto/tor/">http</a>)
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

138) </p>
139) 
140) <hr />
141) 
Roger Dingledine mention the new release on...

Roger Dingledine authored 18 years ago

142) <h2>Testing releases</h2>
143) 
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

144) <p>2005-08-08:
145) Tor 0.1.1.5-alpha <a
146) href="http://archives.seul.org/or/talk/Aug-2005/msg000xx.html">includes
147) the critical security fix from 0.1.0.14</a>.
148) </p>
149) 
Roger Dingledine bump the download page

Roger Dingledine authored 18 years ago

150) <p>2005-08-04:
151) Tor 0.1.1.4-alpha <a
Roger Dingledine give us a url

Roger Dingledine authored 18 years ago

152) href="http://archives.seul.org/or/talk/Aug-2005/msg00010.html">includes
Roger Dingledine fix another typo

Roger Dingledine authored 18 years ago

153) the critical security fix from 0.1.0.13</a>.
Roger Dingledine bump the download page

Roger Dingledine authored 18 years ago

154) </p>
155) 
Roger Dingledine point to 0.1.1.3-alpha from...

Roger Dingledine authored 18 years ago

156) <p>2005-07-25:
157) Tor 0.1.1.3-alpha <a
Roger Dingledine update url for 0113 release

Roger Dingledine authored 18 years ago

158) href="http://archives.seul.org/or/talk/Jul-2005/msg00107.html">fixes
Roger Dingledine point to 0.1.1.3-alpha from...

Roger Dingledine authored 18 years ago

159) a crash bug with hidden services, an assert trigger in the controller,
160) and a few other controller bugs</a>.
161) </p>
162) 
Roger Dingledine put 0.1.1.2-alpha on the 'd...

Roger Dingledine authored 18 years ago

163) <p>2005-07-14:
164) Tor 0.1.1.2-alpha <a
165) href="http://archives.seul.org/or/talk/Jul-2005/msg00055.html">fixes a
166) seg fault in the controller handling, plus a few other bugs</a>.
167) </p>
168) 
Roger Dingledine mention the new release on...

Roger Dingledine authored 18 years ago

169) <p>2005-06-28:
170) Tor 0.1.1.1-alpha has a <a
Roger Dingledine point url correctly

Roger Dingledine authored 18 years ago

171) href="http://archives.seul.org/or/talk/Jun-2005/msg00252.html">revised
Roger Dingledine mention the new release on...

Roger Dingledine authored 18 years ago

172) controller protocol (version 1) that uses ascii rather than binary</a>.
173) </p>
174) 
175) <hr />
176) 
Roger Dingledine prepare the download page f...

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

178) 
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

179) <p>2005-08-08:
180) Tor 0.1.0.14 fixes <a
181) href="http://archives.seul.org/or/announce/Aug-2005/msg00001.html">the
182) second half of a critical bug in the security of our crypto
183) handshakes</a>. All clients should upgrade <b>immediately</b>!
184) </p>
185) 
Roger Dingledine bump the download page

Roger Dingledine authored 18 years ago

186) <p>2005-08-04:
187) Tor 0.1.0.13 fixes a <a
188) href="http://archives.seul.org/or/announce/Aug-2005/msg00000.html">critical
Roger Dingledine bump download page to 0.1.0...

Roger Dingledine authored 18 years ago

189) bug in the security of our crypto handshakes</a>.
Roger Dingledine bump the download page

Roger Dingledine authored 18 years ago

190) </p>
191) 
Roger Dingledine bump download page to 0.1.0.12

Roger Dingledine authored 18 years ago

192) <p>2005-07-18:
193) Tor 0.1.0.12 fixes an <a
194) href="http://archives.seul.org/or/announce/Jul-2005/msg00001.html">assert
195) bug that was taking down some clients and servers in rare cases</a>.
196) </p>
197) 
Roger Dingledine point to 0.1.0.11 for win32...

Roger Dingledine authored 18 years ago

198) <p>2005-06-30:
199) Tor 0.1.0.11 fixes a <a
Roger Dingledine get the url right for the 0...

Roger Dingledine authored 18 years ago

200) href="http://archives.seul.org/or/announce/Jul-2005/msg00000.html">security
Roger Dingledine point to 0.1.0.11 for win32...

Roger Dingledine authored 18 years ago

201) problem where servers would disregard their exit policies in some
202) circumstances</a>.
203) </p>
204) 
Roger Dingledine prepare the download page f...

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

217) Tor 0.0.9.10 has backports for some important security bugs. It
218) is <a
219) href="http://archives.seul.org/or/announce/Jun-2005/msg00001.html">available
220) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

223) <hr />
224) 
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

226) details.</p>
227) 
228)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

232)      $Id$
233)   </div>