42703e10b79df7d6a82739ae98c2b2c4500f2998
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" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

9)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

10) </head>
11) 
12) <body>
13)   <div class="menu" id="side">
14) <!--    <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Packages and source</h2>
27) 
28) <p>You can get the <b>latest release</b> from the <a href="dist/">download
29) 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

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

Roger Dingledine authored 19 years ago

31) <ul>
Nick Mathewson A release cannot be simulta...

Nick Mathewson authored 19 years ago

32) <!--
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

33) <li>Latest experimental: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
34) (<a href="dist/tor-0.0.9.tar.gz.asc">sig</a>)</li>
Nick Mathewson A release cannot be simulta...

Nick Mathewson authored 19 years ago

35) -->
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

36) <li>Latest stable: <a href="dist/tor-0.0.9.1.tar.gz">0.0.9.1</a>
37) (<a href="dist/tor-0.0.9.1.tar.gz.asc">sig</a>)</li>
Nick Mathewson Link to windows installer

Nick Mathewson authored 19 years ago

38) <li>Win32 installer (experimental):
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

43) </ul>
44) </p>
45) 
Roger Dingledine mention the instructions on...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

56) </p>
57) 
58) <p><b>Windows packages</b>:
59) <ul>
Roger Dingledine mention our win32 installer...

Roger Dingledine authored 19 years ago

60) <li>Our new Win32 installer (listed above) is probably your best bet.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

61) <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>
62) <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

63) </ul>
64) </p>
65) 
66) <p><b>Red Hat packages</b> are not available yet. We have a <a
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

67) href="cvs/tor/tor.spec.in">spec file</a>, and we plan to start making
68) rpms available soon.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

69) </p>
70) 
71) <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

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

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

Roger Dingledine authored 19 years ago

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

77) deb-src http://mirror.noreply.org/pub/tor stable main</code></blockquote>
78) and then run <code>apt-get update; apt-get install tor</code>.
79) Packages for architectures other than i386 can be added on <a
80) href="mailto:weasel@debian.org">demand</a>.
81) </p>
82) 
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

83) <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt>
84) </p>
85) 
86) <p><b>Other packages</b> are available for Gentoo Linux, NetBSD,
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

87) and OpenBSD. If somebody sends me details for these I'll put them here.
88) </p>
89) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

90) <!--
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

91) <h2>Development releases</h2>
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

92) -->
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

95) 
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

96) <p class="date">2004-12-16</p>
97) <p class="news">
98) Tor 0.0.9.1 fixes <a
99) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
100) few minor bugs in 0.0.9</a>.
101) </p>
102) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

103) <p class="date">2004-12-12</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

104) <p class="news">
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

105) Tor 0.0.9 adds <a
106) href="http://archives.seul.org/or/announce/Dec-2004/msg00000.html">a
107) win32 installer, better
108) circuit building algorithms, bandwidth accounting and hibernation,
109) more efficient directory fetching, and support for a separate Tor GUI
110) controller program (once somebody writes one for us)</a>.
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

112) 
113) <p class="date">2004-10-14</p>
114) <p class="news">
115) Tor 0.0.8.1 fixes <a
116) href="http://archives.seul.org/or/announce/Oct-2004/msg00000.html">a
117) remotely triggerable crash bug, and has several other stability
Roger Dingledine change contact info. stop l...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

119) </p>
120) 
121) <p class="date">2004-08-25</p>
122) <p class="news">
123) Tor 0.0.8 adds <a
124) href="http://archives.seul.org/or/announce/Aug-2004/msg00001.html">directory
125) caching, on-demand connecting from ORs to ORs, bandwidth tracking, picks
126) routers by bandwidth, handles firewalls better, handles dynamic IPs for
127) 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

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

Roger Dingledine authored 19 years ago

130) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

132) details.</p>
133) 
134)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

135)   <div class="bottom" id="bottom">
136)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
137)      $Id$
138)   </div>