89ca04d71536e93c615d8d661f2ff41772cd09a6
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: an anonymizing overlay network for TCP</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 class="current">Home</a> <br />
15)       <a href="overview.html">Overview</a> <br />
16)       <a href="download.html">Download</a> <br />
17)       <a href="documentation.html">Documentation</a><br />
18)       <a href="contribute.html">Contribute</a> <br />
19)       <a href="design.html">Design</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: an anonymizing overlay network for TCP</h2>
27) 
28) <p>
29) Tor is a connection-based low-latency anonymous communication system that
30) protects TCP streams: web browsing, instant messaging, irc, ssh, etc. See
31) our <a href="overview.html">Tor overview</a> for more information.
32) </p>
33) 
Nick Mathewson Note pre6 in more places

Nick Mathewson authored 19 years ago

34) <p>2004-11-15: Tor 0.0.9pre6 is released. [<a href="download.html">download</a>]<br />
35) 2004-11-09: Tor 0.0.9pre5 is released. [<a href="download.html">download</a>]<br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

36) 2004-10-14: Tor 0.0.8.1 is released. [<a href="download.html">download</a>]
37) </p>
38) 
39) <p>
Roger Dingledine correct links to tor-doc.html

Roger Dingledine authored 19 years ago

40) <a href="cvs/tor/doc/tor-doc.html">Why should I use Tor?</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) </p>
42) 
43) <p>The or-announce mailing list is a low
44) volume list for announcements of new releases, etc. You can <a
45) href="http://archives.seul.org/or/announce/">read the archives or
46) subscribe</a>.</p>
47) 
48) <p>Remember that this is development code --
49) don't rely on the current Tor network if you really need strong anonymity.
50) </p>
51) 
52) <p>We've gotten a lot of press lately,
53) and so far the Tor network has stood up just fine to the flood of
54) new users. Great! To help make it scale even better, please consider <a
Roger Dingledine correct links to tor-doc.html

Roger Dingledine authored 19 years ago

55) href="http://freehaven.net/tor/cvs/tor/doc/tor-doc.html#installing">installing
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

56) it</a> and then <a
Roger Dingledine correct links to tor-doc.html

Roger Dingledine authored 19 years ago

57) href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html#server">volunteering
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

58) to run a server</a>. Thanks!</p>
59) 
60)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

61)   <div class="bottom" id="bottom">
62)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
63)      $Id$
64)   </div>