66c710b2aae00dc058bc7e2ab7eecca5b00aa689
Roger Dingledine first cut of moving to ren'...

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>
Roger Dingledine change the title on our mai...

Roger Dingledine authored 19 years ago

6)   <title>Tor: An anonymous Internet communication system</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 first cut of moving to ren'...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine link to our favicon.ico now

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 first cut of moving to ren'...

Roger Dingledine authored 19 years ago

14) 
15) <!-- TITLE BAR & NAVIGATION -->
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

16) 
17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a class="current">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a href="download.html">Download</a>
24)           | <a href="documentation.html">Docs</a>
25)           | <a href="users.html">Users</a>
26)           | <a href="faq.html">FAQs</a>
27)           | <a href="contribute.html">Contribute</a>
28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

35) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

36) <!-- END TITLE BAR & NAVIGATION -->
37) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

40) <!-- SIDEBAR (OPTIONAL) -->
41) <div class="sidebar">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

42) <a href="download.html"><img src="images/download_tor.png" alt="Download Tor" /></a>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

43) 
44) <br />
45) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

46) <a href="http://tor.eff.org/overview.html"><img
Roger Dingledine use the correct pretty picture

Roger Dingledine authored 18 years ago

47) src="images/how_tor_works_thumb.png" alt="How Tor Works"></a>
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

48) <div class="donatebutton">
49) <a href="http://secure.eff.org/tor">Support Tor by giving to EFF</a>
50) </div>
51) 
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

52) </div>
53) <!-- END SIDEBAR -->
54) 
55) <div class="main-column">
56) 
57) <!-- PUT CONTENT AFTER THIS TAG -->
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

58) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

60) 
61) <p>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

62) Tor is a toolset for a wide range of organizations and people that want
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

63) to improve their safety and security on the Internet. Using Tor can help
64) you anonymize web browsing and publishing, instant messaging, IRC, SSH,
Andrew Lewman Added a further explanation...

Andrew Lewman authored 18 years ago

65) and other applications that use the TCP protocol. Tor also provides a platform on which software developers can
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

66) build new applications with built-in anonymity, safety, and privacy
67) features.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

68) </p>
69) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

70) <p>
Andrew Lewman Removed TCP/IP statements b...

Andrew Lewman authored 18 years ago

71) Your traffic is safer when you use Tor, because communications
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

72) are bounced around a distributed network of servers, called <a
73) href="overview.html">onion routers</a>.  Instead of taking a direct
74) route from source to destination, data packets on the Tor network take a
75) random pathway through several servers that cover your tracks so no observer
76) at any single point can tell where the data came from or where it's going.
77) This makes it hard for
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

78) recipients, observers, and even the onion routers themselves to figure
79) out who and where you are. Tor's technology aims to provide Internet
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

80) users with protection against "traffic analysis," a form of
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

81) network surveillance that threatens personal anonymity and privacy,
82) confidential business activities and relationships, and state security.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

83) </p>
84) 
85) <p>
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

86) Traffic analysis is used every day by companies, governments, and
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

87) individuals that want to keep track of where people and organizations go
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

88) and what they do on the Internet.  Instead of looking at the content of
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

89) your communications, traffic analysis tracks where your data goes and
Thomas Sjögren Add another ad company

Thomas Sjögren authored 19 years ago

90) when, as well as how much is sent. For example, online advertising 
91) companies like Fastclick and Doubleclick uses traffic analysis to record 
92) what web pages you've visited, and can build a profile of your interests 
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

93) from that. A pharmaceutical company could use traffic analysis to monitor
94) when the research wing of a competitor visits its website, and track
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

95) what pages or products that interest the competitor. IBM hosts a
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

96) searchable patent index, and it could keep a list of every query your
97) company makes. A stalker could use traffic analysis to learn whether
98) you're in a certain Internet cafe.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

99) </p>
100) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

101) <p>
Andrew Lewman Removed TCP/IP statements b...

Andrew Lewman authored 18 years ago

102) Tor aims to make traffic analysis more difficult by preventing
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

103) eavesdroppers from finding out where your communications are going
104) online, and by letting you decide whether to identify yourself when
105) you communicate.
106) </p>
107) 
108) <p>
109) Tor's security is improved as its user base grows and as
110) more people volunteer to run servers.  Please consider <a
111) href="cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
112) <a href="cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also
113) <a href="documentation.html">learn more about Tor here</a>.
Roger Dingledine more additions to the website

Roger Dingledine authored 19 years ago

114) </p>
115) 
116) <p>
117) Part of the goal of the Tor project is to deploy a public testbed for
118) experimenting with design trade-offs, to teach us how best to provide
119) privacy online. We welcome research into the security of Tor and related
120) anonymity systems, and want to hear about any vulnerabilities you find.
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

121) </p>
122) 
123) <p>
124) Tor is an important piece of building more safety, privacy, and anonymity
125) online, but it is not a complete solution.
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

126) And remember that this is development code&mdash;it's not a good idea to rely
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

127) on the current Tor network if you really need strong anonymity.
128) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

129) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

130) <p>
131) The or-announce mailing list is a low volume list for announcements of
132) new releases. You can <a href="http://archives.seul.org/or/announce/">read
133) the archives or subscribe</a>.
134) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

135) 
136)   </div><!-- #main -->
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

137) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

138) <a href="http://secure.eff.org/tor"><img src="images/eff_badge.png"
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

139) alt="Tor development is supported by EFF" /></a>
Roger Dingledine link the onr logo too

Roger Dingledine authored 18 years ago

140) <a href="http://www.onion-router.net/"><img src="images/onr-logo.jpg"
141) alt="Tor development is supported by ONR" /></a>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

142) 
Roger Dingledine some more tweaks while play...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

144)   <div class="bottom" id="bottom">
Roger Dingledine commit the smalllink class...

Roger Dingledine authored 19 years ago

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

146)      $Id$
147)   </div>