3beb8ec6a2a8c6de653fc526bd610ff1b042bacb
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Download</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10) 
11) <body>
12)   <div class="menu" id="side">
13) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

14)       <a href="index.html">Home</a> <br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

15)       <a href="howitworks.html">How it works</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

16)       <a class="current">Download</a> <br />
17)       <a href="documentation.html">Documentation</a><br />
18)       <a href="contribute.html">Contribute</a> <br />
19)       <a href="developers.html">Developers</a> <br />
20)       <a href="research.html">Research</a> <br />
21)       <a href="people.html">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

22)   </div><!-- #side -->
23)   <div class="main" id="main">
24) 
25) <h2>Tor: Packages and source</h2>
26) 
27) <p>You can get the <b>latest release</b> from the <a href="dist/">download
28) directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

29) and more.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

30) <ul>
Roger Dingledine point to 0.0.9rc4

Roger Dingledine authored 19 years ago

31) <li>Latest experimental: <a href="dist/tor-0.0.9rc4.tar.gz">0.0.9rc4</a>
32) (<a href="dist/tor-0.0.9rc4.tar.gz.asc">sig</a>)</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

33) <li>Latest stable: <a href="dist/tor-0.0.8.1.tar.gz">0.0.8.1</a>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

34) (<a href="dist/tor-0.0.8.1.tar.gz.asc">sig</a>)</li>
Nick Mathewson Link to windows installer

Nick Mathewson authored 19 years ago

35) <li>Win32 installer (experimental):
Roger Dingledine say the word rc4 when point...

Roger Dingledine authored 19 years ago

36) <a href="dist/tor-0.0.9rc4-win32.exe">0.0.9rc4</a> (<a
Roger Dingledine point to 0.0.9rc4

Roger Dingledine authored 19 years ago

37) href="dist/tor-0.0.9rc4-win32.exe.asc">sig</a>)  Be sure to read the <a
Nick Mathewson Link to latest version, inc...

Nick Mathewson authored 19 years ago

38) href="cvs/tor/doc/tor-doc.html#installing">instructions</a> -- you'll
39) probably need <a href="http://www.privoxy.org/">privoxy</a>)</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

40) </ul>
41) </p>
42) 
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

43) <p>Instructions for installing and configuring Tor are <a
44) href="cvs/tor/doc/tor-doc.html#installing">here</a>.
45) </p>
46) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

47) <p>See the <a href="developers.html">developers page</a> for instructions
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

48) on fetching Tor CVS.
49) </p>
50) 
51) <p>
52) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

53) </p>
54) 
55) <p><b>Windows packages</b>:
56) <ul>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

57) <li><b>Outside link:</b> Aphex's contributed <a href="http://www.iamaphex.net/modules.php?op=modload&name=Downloads&file=index&req=getit&lid=66">Tor zip file for Win32</a> includes Tor, Openssl, Privoxy, SocksCap.</li>
58) <li><b>Outside link:</b> Hideki Saito's contributed <a href="http://www.anime.net/~sasami/pub/tor/">tor setup exe</a> might work for you, especially if you speak Japanese.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

59) </ul>
60) </p>
61) 
62) <p><b>Red Hat packages</b> are not available yet. We have a <a
Nick Mathewson Fix tor.spec link; only tor...

Nick Mathewson authored 19 years ago

63) href="cvs/tor/tor.spec.in">spec file</a> but we're not sure if it's any
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

64) good. Please help.
65) </p>
66) 
67) <p><b>Debian packages</b> have been uploaded to unstable,
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

68) so you can just <code>apt-get install tor</code> if you are running sid.<br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

69) 
70) For stable (woody) or testing add these lines to your
71) <code>/etc/apt/sources.list</code> file:
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

72) <blockquote><code>deb     http://mirror.noreply.org/pub/tor stable main<br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

73) deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
74) and then run <code>apt-get update; apt-get install tor</code>.
75) Packages for architectures other than i386 can be added on <a
76) href="mailto:weasel@debian.org">demand</a>.
77) </p>
78) 
79) <p><b>Other packages</b> are available for Gentoo Linux, FreeBSD, NetBSD,
80) and OpenBSD. If somebody sends me details for these I'll put them here.
81) </p>
82) 
83) <h2>Development releases</h2>
84) 
Roger Dingledine point to 0.0.9rc4

Roger Dingledine authored 19 years ago

85) <p class="date">2004-11-28</p>
86) <p class="news">
87) Tor 0.0.9rc4 makes things<a
88) href="http://archives.seul.org/or/dev/Nov-2004/msg00036.html">run on win32
89) again</a>.
90) </p>
91) 
Roger Dingledine put rc3 up on the website

Roger Dingledine authored 19 years ago

92) <p class="date">2004-11-25</p>
93) <p class="news">
Roger Dingledine rc3 is not called rc1

Roger Dingledine authored 19 years ago

94) Tor 0.0.9rc3 fixes <a
Roger Dingledine put rc3 up on the website

Roger Dingledine authored 19 years ago

95) href="http://archives.seul.org/or/dev/Nov-2004/msg00028.html">tor-resolve
96) and related bugs</a>.
97) </p>
98) 
99) <p class="date">2004-11-24</p>
100) <p class="news">
101) Tor 0.0.9rc2 fixes <a
102) href="http://archives.seul.org/or/dev/Nov-2004/msg00024.html">socks5
103) and some other bugs</a>.
104) </p>
105) 
Roger Dingledine add 0.0.9rc1 to the website

Roger Dingledine authored 19 years ago

106) <p class="date">2004-11-23</p>
107) <p class="news">
108) Tor 0.0.9rc1 fixes <a
109) href="http://archives.seul.org/or/dev/Nov-2004/msg00016.html">several
110) big bugs</a>.
111) </p>
112) 
Nick Mathewson Note pre6 in more places

Nick Mathewson authored 19 years ago

113) <p class="date">2004-11-15</p>
114) <p class="news">
115) Tor 0.0.9pre6 adds <a
116) href="http://archives.seul.org/or/dev/Nov-2004/msg00011.html">a Windows
117) installer, better documentation, faster node-status queries, and numerous
Nick Mathewson Remove extraneous period

Nick Mathewson authored 19 years ago

118) bug-fixes</a>.
Nick Mathewson Note pre6 in more places

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

121) <p class="date">2004-11-09</p>
122) <p class="news">
123) Tor 0.0.9pre5 adds <a
124) href="http://archives.seul.org/or/dev/Nov-2004/msg00001.html">a saner
125) log config format, hibernation, and a remote control interface</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

127) 
128) <p class="date">2004-10-17</p>
129) <p class="news">
130) Tor 0.0.9pre4 fixes <a
131) href="http://archives.seul.org/or/dev/Oct-2004/msg00006.html">a bug
132) with default exit policies for servers, adds config options to specify
133) that a family of nodes are in the same trust domain, and allows better
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

134) exit integration with Squid</a>.
135) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

136) 
137) <p class="date">2004-10-14</p>
138) <p class="news">
139) Tor 0.0.9pre3 fixes <a
140) href="http://archives.seul.org/or/dev/Oct-2004/msg00002.html">more
141) bugs, makes configuring dirservers easier, and introduces an HttpProxy
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

142) config option</a>. </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

143) 
144) <p class="date">2004-10-03</p>
145) <p class="news">
146) Tor 0.0.9pre2 makes <a
147) href="http://archives.seul.org/or/dev/Oct-2004/msg00001.html">pre1
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

148) work again on amd64 and other 64-bit systems</a>.
149) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

150) 
151) <p class="date">2004-10-01</p>
152) <p class="news">
153) Tor 0.0.9pre1 fixes <a
154) href="http://archives.seul.org/or/dev/Oct-2004/msg00000.html">more
155) bugs in 0.0.8, and adds compression for directories,
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

156) and client-side directory caching</a>.
157) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

158) 
159) <h2>Stable releases</h2>
160) 
161) <p class="date">2004-10-14</p>
162) <p class="news">
163) Tor 0.0.8.1 fixes <a
164) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
165) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

167) </p>
168) 
169) <p class="date">2004-08-25</p>
170) <p class="news">
171) Tor 0.0.8 adds <a
172) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
173) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
174) routers by bandwidth, handles firewalls better, handles dynamic IPs for
175) 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

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

Roger Dingledine authored 19 years ago

178) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

180) details.</p>
181) 
182)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

183)   <div class="bottom" id="bottom">
184)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
185)      $Id$
186)   </div>