14cc783719bb7bfe4820031faaa44a9bebe4119a
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>).
Thomas Sjögren download.html - point libev...

Thomas Sjögren authored 18 years ago

77) You will <a href="http://www.monkey.org/~provos/libevent/">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
Thomas Sjögren download.html - debian got...

Thomas Sjögren authored 18 years ago

100) Debian packages.  If you are running stable (sarge) or testing (sid), you
Geoff Goodell clarified the information a...

Geoff Goodell authored 19 years ago

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>
Thomas Sjögren download.html - point OBSD...

Thomas Sjögren authored 18 years ago

133) <p>
134) 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

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

Roger Dingledine authored 19 years ago

136) 
Roger Dingledine bump download to 0.1.0.8-rc

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 18 years ago

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

142) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

146) 
Roger Dingledine add instructions for netbsd

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

305) Tor 0.0.8 adds <a
306) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
307) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
308) routers by bandwidth, handles firewalls better, handles dynamic IPs for
309) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

322)      $Id$
323)   </div>