d68b41f9ec2b3dc5d61ce5b5da589fd342baabc6
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 -->
16) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

17) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

18) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

19) <td class="spacer">
20) <a href="http://tor.eff.org/"><img src="images/spacer.png"
21) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

22) </td>
23) <td class="links" valign="top">
24)       <a class="current">Home</a>  |
25)       <a href="howitworks.html">How It Works</a>  |
26)       <a href="download.html">Download</a>  |
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

27)       <a href="documentation.html">Docs</a>  |
28)       <a href="users.html">Users</a>  |
Roger Dingledine rename FAQ page as FAQs page

Roger Dingledine authored 19 years ago

29)       <a href="faq.html">FAQs</a>  |
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

30)       <a href="contribute.html">Contribute</a>  |
31)       <a href="developers.html">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a href="people.html">People</a>
34) </td>
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

35) <td class="curve">
36)       <img src="images/curve.gif" width="18" alt=""  height="79" />
37) </td>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

38) </tr>
39) </table>
40) </div>
41) <!-- END TITLE BAR & NAVIGATION -->
42) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

48) 
49) <br />
50) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

59) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

64) to improve their safety and security on the Internet. Using Tor can help
65) you anonymize web browsing and publishing, instant messaging, IRC, SSH,
66) and more. Tor also provides a platform on which software developers can
67) build new applications with built-in anonymity, safety, and privacy
68) features.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

71) <p>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

135) Laboratory's <a href="http://www.onion-router.net/">Onion Routing</a>
136) program with support from <a href="http://www.onr.navy.mil/">ONR</a>
137) and <a href="http://www.darpa.mil/">DARPA</a>.
138) </p>
139) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

140) <p>
141) The or-announce mailing list is a low volume list for announcements of
142) new releases. You can <a href="http://archives.seul.org/or/announce/">read
143) the archives or subscribe</a>.
144) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

154)      $Id$
155)   </div>