52f4870c22f8a67277ff234b0b2c76b95ca90d9a
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) 
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

34) <p>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

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

Roger Dingledine authored 19 years ago

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

40) </p>
41) 
42) <p>The or-announce mailing list is a low
43) volume list for announcements of new releases, etc. You can <a
44) href="http://archives.seul.org/or/announce/">read the archives or
45) subscribe</a>.</p>
46) 
47) <p>Remember that this is development code --
48) don't rely on the current Tor network if you really need strong anonymity.
49) </p>
50) 
51) <p>We've gotten a lot of press lately,
52) and so far the Tor network has stood up just fine to the flood of
53) 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

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

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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