0744e73cbcfb1f81755dd8443891270ad409f5f8
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 />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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="developers.html">Developers</a> <br />
20)       <a href="research.html">Research</a> <br />
21)       <a href="people.html">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

22)   </div><!-- #side -->
23)   <div class="main" id="main">
24) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

28) The right to speak anonymously is <a
Roger Dingledine make 'running tor' link mor...

Roger Dingledine authored 19 years ago

29) href="http://www.eff.org/Privacy/Anonymity">protected by the First
30) Amendment</a> in the United States and is crucial for safety, privacy,
31) and free expression on the global Internet. People who need anonymity
32) online range from whistleblowers and political dissidents to people
33) giving tips to the police and kids who are exploring online.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

36) <p>
37) Tor helps these people by allowing them to communicate anonymously on the
38) Internet. It can anonymize web browsing, instant messaging, IRC, SSH, and
39) more. Your identity is hidden because communications are bounced around
40) a distributed network of servers called <a href="howitworks.html">onion
41) routers</a> -- this system makes it hard for recipients, observers,
42) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

47) the <a href="http://www.eff.org/">Electronic Frontier
48) Foundation</a>. The more people use Tor and volunteer to
49) run servers, the better this service will be. Please consider <a
50) href="http://freehaven.net/tor/cvs/tor/doc/tor-doc.html#installing">installing
51) it</a> and then <a
52) href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html#server">helping
53) out</a>. You can also <a href="documentation.html">learn more</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

60) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

61) <p>
62) 2004-11-15: Tor 0.0.9pre6 is released. [<a href="download.html">download</a>]<br />
63) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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