e91684c742fb71435b63f33a93b5f3e5cb4c2cc8
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 20 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 20 years ago

7)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 20 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 20 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>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 19 years ago

27)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

28)           | <a href="developers.html">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
32)     </tr>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

33) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

57) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Nick Mathewson authored 19 years ago

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

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

Andrew Lewman authored 19 years ago

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

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Andrew Lewman authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

77) recipients, observers, and even the onion routers themselves to figure
78) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

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

Thomas Sjögren authored 19 years ago

89) when, as well as how much is sent. For example, online advertising 
90) companies like Fastclick and Doubleclick uses traffic analysis to record 
91) 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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Andrew Lewman authored 19 years ago

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

Roger Dingledine authored 19 years ago

102) eavesdroppers from finding out where your communications are going
103) online, and by letting you decide whether to identify yourself when
104) you communicate.
105) </p>
106) 
107) <p>
108) Tor's security is improved as its user base grows and as
109) more people volunteer to run servers.  Please consider <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 19 years ago

110) href="/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
111) <a href="/cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

112) <a href="documentation.html">learn more about Tor here</a>.
Roger Dingledine more additions to the website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

125) 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 20 years ago

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

Roger Dingledine authored 20 years ago

128) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

136) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

144)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 20 years ago

145)      $Id$
146)   </div>