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

Roger Dingledine authored 18 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>
Andrew Lewman Changed images to png chang...

Andrew Lewman authored 18 years ago

32)         <td class="banner-right">
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

33) 	      <a href="/"><img src="/images/en.png" border="0" alt="English"></a>
34) 	      <a href="/it/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
35) 	      <a href="/de/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a>
Andrew Lewman Changed images to png chang...

Andrew Lewman authored 18 years ago

36)         </td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

37)     </tr>
Roger Dingledine first cut of moving to ren'...

Roger Dingledine authored 19 years ago

38) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

47) 
48) <br />
49) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

62) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

64) 
65) <p>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

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

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

Andrew Lewman authored 18 years ago

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

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

Roger Dingledine authored 19 years ago

72) </p>
73) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

87) </p>
88) 
89) <p>
Roger Dingledine try out some new frontpage...

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

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

Thomas Sjögren authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

103) </p>
104) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

115) href="/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
116) <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Nick Mathewson authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

133) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

141) 
Roger Dingledine add the eff donate button

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

150)      $Id$
151)   </div>