637d74e301149b53582bcf514f9b4ef465ccae96
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" />
Roger Dingledine link to our favicon.ico now

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 class="current">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 href="download.html">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) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

26) <h2>Tor: an anonymous Internet communication system</h2>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

27) 
28) <p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

29) The right to speak anonymously is <a
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

30) href="http://www.eff.org/Privacy/Anonymity/">protected by the First
Roger Dingledine make 'running tor' link mor...

Roger Dingledine authored 19 years ago

31) Amendment</a> in the United States and is crucial for safety, privacy,
32) and free expression on the global Internet. People who need anonymity
33) online range from whistleblowers and political dissidents to people
34) giving tips to the police and kids who are exploring online.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

35) </p>
36) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

37) <p>
38) Tor helps these people by allowing them to communicate anonymously on the
39) Internet. It can anonymize web browsing, instant messaging, IRC, SSH, and
40) more. Your identity is hidden because communications are bounced around
41) a distributed network of servers called <a href="howitworks.html">onion
42) routers</a> -- this system makes it hard for recipients, observers,
43) and even the onion routers themselves to track the source of the stream.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

44) </p>
45) 
46) <p>
Roger Dingledine minor fixes on website

Roger Dingledine authored 19 years ago

47) Tor development is now supported by a grant from
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

48) the <a href="http://www.eff.org/">Electronic Frontier
49) Foundation</a>. The more people use Tor and volunteer to
50) run servers, the better this service will be. Please consider <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

51) href="cvs/tor/doc/tor-doc.html#installing">installing
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

52) it</a> and then <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

53) href="cvs/tor/doc/tor-doc.html#server">helping
Roger Dingledine fix another 404

Roger Dingledine authored 19 years ago

54) out</a>. You can also <a href="documentation.html">learn more about Tor here</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

55) </p>
56) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

57) <p>
58) Remember that this is development code -- it's not a good idea to rely
59) on the current Tor network if you really need strong anonymity.
60) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

61) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

62) <p>
Roger Dingledine link to 0.0.9rc7 nick, feel...

Roger Dingledine authored 19 years ago

63) 2004-12-08: Tor 0.0.9rc7 is released. [<a href="download.html">download</a>]<br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

64) 2004-10-14: Tor 0.0.8.1 is released. [<a href="download.html">download</a>]
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

65) </p>
66) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

67) <p>
68) The or-announce mailing list is a low volume list for announcements of
69) new releases. You can <a href="http://archives.seul.org/or/announce/">read
70) the archives or subscribe</a>.
71) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

72) 
73)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

74)   <div class="bottom" id="bottom">
75)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
76)      $Id$
77)   </div>