51a47f32af9dce3cf9d1104634759f35e0fae817
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>
27)           | <a href="contribute.html">Contribute</a>
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 list the development versio...

Roger Dingledine authored 19 years ago

49) directory</a>. The latest development release is <b>0.1.0.8-rc</b>, and the
50) latest stable release is <b>0.0.9.9</b>. Tor should run on Linux,
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

51) BSD, OS X, Win32, Solaris, and more.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

52) <ul>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

53) <li><b>Win32</b> installer (experimental):
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

54) <a href="dist/win32/tor-0.1.0.8-rc-win32.exe">0.1.0.8-rc</a> (<a
55) href="dist/win32/tor-0.1.0.8-rc-win32.exe.asc">sig</a>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

56) <a href="dist/win32/tor-0.0.9.9-win32.exe">0.0.9.9</a> (<a
57) href="dist/win32/tor-0.0.9.9-win32.exe.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

59) href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

60) <li><b>Mac OS X</b> installer (experimental):
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

61) <a href="dist/osx/Tor 0.1.0.8-rc Bundle.dmg">0.1.0.8-rc</a> (<a
62) href="dist/osx/Tor 0.1.0.8-rc Bundle.dmg.asc">sig</a>)
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

63) <a href="dist/osx/Tor 0.0.9.9 Bundle.dmg">0.0.9.9</a> (<a
64) href="dist/osx/Tor 0.0.9.9 Bundle.dmg.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

66) href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
Roger Dingledine highlight packages for thin...

Roger Dingledine authored 19 years ago

67) <li><b>RPM</b> package (experimental):
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

68) <a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm">0.1.0.8.rc RPM</a> (<a
69) href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.i386.rpm.asc">sig</a>),
70) <a href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">0.1.0.8.rc SRPM</a> (<a
Roger Dingledine list the development versio...

Roger Dingledine authored 19 years ago

71) href="dist/rpm/tor-0.1.0.8.rc-tor.0.fc1.src.rpm">sig</a>),
72) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.i386.rpm">0.0.9.9 RPM</a>,
73) <a href="dist/rpm/tor-0.0.9.9-tor.0.fc1.src.rpm">0.0.9.9 SRPM</a>
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

74) </li>
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

75) <li>Latest testing source: <a href="dist/tor-0.1.0.8-rc.tar.gz">0.1.0.8-rc</a>
76) (<a href="dist/tor-0.1.0.8-rc.tar.gz.asc">sig</a>).
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

77) You will <a href="cvs/tor/doc/tor-doc.html#installing">need
Roger Dingledine correct now-false statement...

Roger Dingledine authored 19 years ago

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

79) Windows, you'll need libevent 1.0c or later.</li>
80) <li>Latest stable source: <a href="dist/tor-0.0.9.9.tar.gz">0.0.9.9</a>
81) (<a href="dist/tor-0.0.9.9.tar.gz.asc">sig</a>)
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

82) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

83) </ul>
84) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

85) <p>General instructions for installing and configuring Tor are <a
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

86) href="cvs/tor/doc/tor-doc.html#installing">here</a>.
87) </p>
88) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

91) </p>
92) 
93) <p>
94) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

95) </p>
96) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

98) 
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

99) <p><b>Debian packages</b> have been uploaded to the set of official unstable
100) Debian packages.  If you are running stable (woody) or testing (sarge), you
101) must first add these lines to <code>/etc/apt/sources.list</code>:</p>
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><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

105) deb-src http://mirror.noreply.org/pub/tor stable main
106) </code></p>
107) 
108) <p>To install the packages, issue the following commands:</p>
109) 
110) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

112) $ apt-get install tor
113) </code></p>
114) 
115) <p>Packages for the <b>development</b> version of Tor are available as well.  To install these,
116) add the following lines to <code>/etc/apt/sources.list</code>:</p>
117) 
118) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

120) deb-src http://mirror.noreply.org/pub/tor experimental main
121) </code></p>
122) 
123) <p>Then issue the following commands:</p>
124) 
125) <p><code>
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Geoff Goodell authored 19 years ago

127) $ apt-get install -t experimental tor
128) </code></p>
129) 
130) <p>Packages
131) for architectures other than i386 can be added on <a
132) href="mailto:weasel@debian.org">demand</a>.</p>
133) 
Geoff Goodell XHTML 1.1 compatibility

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

135) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

136) <p><b>FreeBSD</b>: <!--<tt>portinstall -s security/tor</tt> -->
137) ports are obsolete, please install from source.
138) </p>
Roger Dingledine link to matthias's chrootin...

Roger Dingledine authored 19 years ago

139) 
140) <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt> (<a href="http://pestilenz.org/~bauerm/tor-openbsd-howto.html">guide to chrooting</a>)</p>
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

141) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

145) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

148) </p>
149) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

150) <hr />
151) 
Thomas Sjögren Added a mirror to download....

Thomas Sjögren authored 19 years ago

152) <h2>Mirrors</h2>
153) 
154) <p>
155) If you are running a mirror please email 
156) <a href="mailto:tor-webmaster@freehaven.net">tor-webmaster@freehaven.net</a> 
157) and we'll add it to the list.
158) </p>
159) 
160) <p>
161) 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

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

164) </p>
165) 
166) <hr />
167) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

168) <h2>Testing releases</h2>
169) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

170) <p>2005-05-23: Tor 0.1.0.8-rc <a
Roger Dingledine fix changelog url

Roger Dingledine authored 19 years ago

171) href="http://archives.seul.org/or/talk/May-2005/msg00095.html">
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

172) makes Tor no longer induce kernel panics on OS X 10.3.9, disables
173) threading on OpenBSD, and fixes other odds and ends</a>.
174) </p>
175) 
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

176) <p>2005-05-17: Tor 0.1.0.7-rc <a
Roger Dingledine fix link

Roger Dingledine authored 19 years ago

177) href="http://archives.seul.org/or/talk/May-2005/msg00056.html">fixes
Roger Dingledine ready website for 0.1.0.7-rc

Roger Dingledine authored 19 years ago

178) an install problem with OS X on Tiger, and finds and links and runs
179) libevent much better on weird platforms</a>.
180) </p>
181) 
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

182) <p>2005-05-14: Tor 0.1.0.6-rc <a
Roger Dingledine fix archive url

Roger Dingledine authored 19 years ago

183) href="http://archives.seul.org/or/talk/May-2005/msg00044.html">fixes
Roger Dingledine point to 0.1.0.6 on downloa...

Roger Dingledine authored 19 years ago

184) the last known major bugs: we don't use threading on netbsd now, and the
185) new libevent detects and disables the broken kqueue that ships with OS
186) X 10.4.0</a>.
187) </p>
188) 
Roger Dingledine update download page for 0....

Roger Dingledine authored 19 years ago

189) <p>2005-04-27: Tor 0.1.0.5-rc <a
190) href="http://archives.seul.org/or/talk/Apr-2005/msg00201.html">has a
191) few stability fixes (in particular, libevent 1.0d has a serious crash bug,
192) so now we incorporate libevent 1.0e), add https authenticator support,
193) and some performance improvements</a>.
194) </p>
195) 
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

196) <p>2005-04-23: Tor 0.1.0.4-rc <a
Roger Dingledine fix url for 0.1.0.4 release...

Roger Dingledine authored 19 years ago

197) href="http://archives.seul.org/or/talk/Apr-2005/msg00179.html">fixes
Roger Dingledine list 0.0.9.9 and 0.1.0.4-rc...

Roger Dingledine authored 19 years ago

198) some more stability problems, including a bug that's been taking down
199) a lot of servers suddenly</a>.
200) </p>
201) 
Roger Dingledine point to 0.1.0.3-rc

Roger Dingledine authored 19 years ago

202) <p>2005-04-08: Tor 0.1.0.3-rc <a
203) href="http://archives.seul.org/or/talk/Apr-2005/msg00065.html">makes
204) some performance improvements, makes Tor tolerate more clock skew,
205) and fixes a bunch more bugs</a>.
206) </p>
207) 
Roger Dingledine tell download page about 0....

Roger Dingledine authored 19 years ago

208) <p>2005-04-01: Tor 0.1.0.2-rc <a
209) href="http://archives.seul.org/or/talk/Apr-2005/msg00000.html">makes
210) reachability detection work better, and fixes some other problems</a>.
211) </p>
212) 
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

213) <p>2005-03-28: Tor 0.1.0.1-rc <a
Roger Dingledine clean up the link to the rc...

Roger Dingledine authored 19 years ago

214) href="http://archives.seul.org/or/talk/Mar-2005/msg00147.html">incorporates
Roger Dingledine see how the new download.ht...

Roger Dingledine authored 19 years ago

215) automatic reachability testing for servers (the first step to getting rid
216) of the 'verified servers' notion), uses pthreads if available to reduce
217) server memory footprint, uses libevent so we can use better polling
218) interfaces when available, handles slow/busy hidden services better,
219) supports https proxies for clients, and fleshes out our controller
220) interface. It also fixes a bunch of minor but annoying bugs</a>.
221) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

222) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

223) <hr />
Roger Dingledine break download.html into tw...

Roger Dingledine authored 19 years ago

224) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

225) <h2>Stable releases</h2>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

229) href="http://archives.seul.org/or/announce/Apr-2005/msg00002.html">fix
230) 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

231) from clients</a>.
232) </p>
233) 
Roger Dingledine mention 0.0.9.8 on the website

Roger Dingledine authored 19 years ago

234) <p>2005-04-07:
235) Tor 0.0.9.8 has a <a
236) href="http://archives.seul.org/or/announce/Apr-2005/msg00001.html">workaround
237) for a rare bug (reported by Alex de Joode) that makes servers stop
238) processing new circuits</a>.
239) </p>
240) 
Roger Dingledine tell download.html about 0....

Roger Dingledine authored 19 years ago

241) <p>2005-04-01:
242) Tor 0.0.9.7 fixes <a
243) href="http://archives.seul.org/or/announce/Apr-2005/msg00000.html">another
244) server race crash bug, and also fixes a bug where we would refuse to
245) extend to an unknown server</a>.
246) </p>
247) 
Roger Dingledine update website to point to...

Roger Dingledine authored 19 years ago

248) <p>2005-03-24:
249) Tor 0.0.9.6 fixes <a
250) href="http://archives.seul.org/or/announce/Mar-2005/msg00000.html">yet
251) more server stability problems</a>.
252) </p>
253) 
Roger Dingledine add 0.0.9.5 to the website

Roger Dingledine authored 19 years ago

254) <p>2005-02-22:
255) Tor 0.0.9.5 fixes <a
256) href="http://archives.seul.org/or/announce/Feb-2005/msg00001.html">an
257) assert race at exit nodes when resolve requests fail, and cleans up
258) a few other bugs</a>.
259) </p>
260) 
Roger Dingledine point to our 0.0.9.4 source...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

268) <p>2005-01-21:
269) Tor 0.0.9.3 improves <a
270) href="http://archives.seul.org/or/announce/Jan-2005/msg00001.html">cpu
271) usage, works better when the network was offline and you try to use Tor,
272) and makes hidden services less unbearable</a>.
273) </p>
274) 
Roger Dingledine update frontpage and downlo...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

278) more bugs</a>.
279) </p>
280) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

282) Tor 0.0.9.1 fixes <a
283) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
284) few minor bugs in 0.0.9</a>.
285) </p>
286) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

295) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

296) <p>2004-10-14:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

297) Tor 0.0.8.1 fixes <a
298) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
299) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

300) improvements</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

301) </p>
302) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

303) <p>2004-08-25:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

304) Tor 0.0.8 adds <a
305) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
306) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
307) routers by bandwidth, handles firewalls better, handles dynamic IPs for
308) servers, makes use of unverified servers in some path positions, and fixes
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

309) many bugs</a>.
310) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

312) <hr />
313) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

315) details.</p>
316) 
317)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

321)      $Id$
322)   </div>