5edab65e6c4b233eca41017bb9319538a201bae7
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) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

19) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a class="current">Download</a>  |
28)       <a href="documentation.html">Documentation</a>  |
29)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30)       <a href="contribute.html">Contribute</a>  |
31)       <a href="developers.html">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a href="people.html">People</a>
34) </td>
35) </tr>
36) </table>
37) </div>
38) <!-- END TITLE BAR & NAVIGATION -->
39) 
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 first cut of new website

Roger Dingledine authored 19 years ago

48) <p>You can get the <b>latest release</b> from the <a href="dist/">download
49) directory</a>. It should run on Linux, BSD, OS X, Win32, Solaris,
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

50) and more.</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

52) <!--
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

53) <li>Latest experimental source: <a href="dist/tor-0.0.9.tar.gz">0.0.9</a>
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

54) (<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

55) -->
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

56) <li>Latest stable source: <a href="dist/tor-0.0.9.1.tar.gz">0.0.9.1</a>
Roger Dingledine link to 0.0.9.1

Roger Dingledine authored 19 years ago

57) (<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

58) <li>Win32 installer (experimental):
Nick Mathewson Move canonical win32 URL in...

Nick Mathewson authored 19 years ago

59) <a href="dist/win32/tor-0.0.9.1-win32.exe">0.0.9.1</a> (<a
60) href="dist/win32/tor-0.0.9.1-win32.exe.asc">sig</a>)  Be sure to read the <a
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

61) href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

62) </ul>
63) 
Roger Dingledine link to the win32 instructions

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

70) </p>
71) 
72) <p>
73) Old releases are <a href="dist/obsolete/">here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) </p>
75) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

76) <p><b>Windows packages</b>:</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

77) <ul>
Roger Dingledine mention our win32 installer...

Roger Dingledine authored 19 years ago

78) <li>Our new Win32 installer (listed above) is probably your best bet.</li>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

79) <li><b>Outside link:</b> Aphex's contributed <a href="http://www.iamaphex.net/modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;req=getit&amp;lid=66">Tor zip file for Win32</a> includes Tor, Openssl, Privoxy, SocksCap.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

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

81) </ul>
82) 
83) <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

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

Roger Dingledine authored 19 years ago

86) </p>
87) 
88) <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

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

90) For stable (woody) or testing add these lines to your
91) <code>/etc/apt/sources.list</code> file:
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

92) </p>
93) 
94) <p>
95) <code>deb http://mirror.noreply.org/pub/tor stable main<br />
96) deb-src http://mirror.noreply.org/pub/tor stable main</code>
97) </p>
98) 
99) <p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

100) and then run <code>apt-get update; apt-get install tor</code>.
101) Packages for architectures other than i386 can be added on <a
102) href="mailto:weasel@debian.org">demand</a>.
103) </p>
104) 
Nick Mathewson Add OpenBSD instructions fr...

Nick Mathewson authored 19 years ago

105) <p><b>FreeBSD</b>: <tt>portinstall -s security/tor</tt></p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

106) <p><b>OpenBSD</b>: <tt>cd /usr/ports/net/tor &amp;&amp; make &amp;&amp; make install</tt></p>
Roger Dingledine instructions for the freebs...

Roger Dingledine authored 19 years ago

107) 
Nick Mathewson Add OpenBSD instructions fr...

Nick Mathewson authored 19 years ago

108) <p><b>Other packages</b> are available for Gentoo Linux and NetBSD.
109) If somebody sends details for these to the Tor developers, we'll
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

110) put them here.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

111) </p>
112) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

122) Tor 0.0.9.1 fixes <a
123) href="http://archives.seul.org/or/announce/Dec-2004/msg00001.html">a
124) few minor bugs in 0.0.9</a>.
125) </p>
126) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

141) </p>
142) 
Roger Dingledine stop using parts of the css...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

151) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

153) details.</p>
154) 
155)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

159)      $Id$
160)   </div>