8d0f1df1026b14610fac757312e25dcb8139a8e0
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 Redo the website html, base...

Roger Dingledine authored 19 years ago

46) <a href="overview.html"><img src="images/how_tor_works_thumb.png"
47) alt="How Tor Works" /></a>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

54) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

56) 
57) <p>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

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

59) to improve their safety and security on the Internet. Using Tor can help
60) you anonymize web browsing and publishing, instant messaging, IRC, SSH,
61) and more. Tor also provides a platform on which software developers can
62) build new applications with built-in anonymity, safety, and privacy
63) features.
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>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

79) </p>
80) 
81) <p>
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

85) your communications, traffic analysis tracks where your data goes and
Roger Dingledine change the 'what traffic an...

Roger Dingledine authored 19 years ago

86) when, as well as how much is sent. For example,
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

87) online advertising company Doubleclick uses traffic analysis to record
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

95) </p>
96) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

97) <p>
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

125) 
Roger Dingledine make it clearer there's mor...

Roger Dingledine authored 19 years ago

126) <p>
127) Currently, Tor development is supported by the <a
128) href="http://www.eff.org/">Electronic Frontier Foundation</a>.
Roger Dingledine clean up other phrasing

Roger Dingledine authored 19 years ago

129) Tor was initially designed and developed as part of the U.S. Naval Research
Roger Dingledine make it clearer there's mor...

Roger Dingledine authored 19 years ago

130) Laboratory's <a href="http://www.onion-router.net/">Onion Routing</a>
131) program with support from <a href="http://www.onr.navy.mil/">ONR</a>
132) and <a href="http://www.darpa.mil/">DARPA</a>.
133) </p>
134) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

135) <p>
136) The or-announce mailing list is a low volume list for announcements of
137) new releases. You can <a href="http://archives.seul.org/or/announce/">read
138) the archives or subscribe</a>.
139) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

142) 
Thomas Sjögren Point EFF logo to https://s...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

144) alt="Tor development is supported by EFF" /></a>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

149)      $Id$
150)   </div>