0afaac2c78ef832a083d412f0338271fc2e46e72
Roger Dingledine convert the rest of the pag...

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 and the other file

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
Roger Dingledine fix page title on howitwork...

Roger Dingledine authored 19 years ago

6)   <title>Tor: How it works</title>
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) 
15) <!-- TITLE BAR & NAVIGATION -->
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

16) <div class="center">
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

17) 
18) <table class="banner" border="0" cellpadding="0" cellspacing="0">
19)     <tr>
20)         <td class="banner-left"></td>
21)         <td class="banner-middle">
22)             <a href="index.html">Home</a>
23)           | <a class="current">How It Works</a>
24)           | <a href="download.html">Download</a>
25)           | <a href="documentation.html">Docs</a>
26)           | <a href="users.html">Users</a>
27)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

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

Geoff Goodell authored 19 years ago

29)           | <a href="developers.html">Developers</a>
30)           | <a href="research.html">Research</a>
31)           | <a href="people.html">People</a>
32)         </td>
Roger Dingledine fix links to translation pages

Roger Dingledine authored 18 years ago

33)         <td class="banner-right">
34)                 <a href="/"><img src="/images/en.png" border="0" alt="English"></a>
35)                 <a href="/index.it.html"><img src="/images/it.png" border="0" alt="Italiano"></a>
36)                 <a href="/index.de.html"><img src="/images/de.png" border="0" alt="Deutsch"></a>
37)         </td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

38)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

39) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

40) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

43) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

44) <div class="main-column">
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

45) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

46) <h2>Tor: How it works</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

47) <hr />
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

48) 
49) <p>
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

50) <a href="overview.html">Basic Tor overview</a>: what Tor provides, why it
Roger Dingledine make overview stand out a b...

Roger Dingledine authored 19 years ago

51) matters, how it works.
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

52) </p>
53) 
54) <p>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

55) <a href="/cvs/tor/doc/tor-doc.html">Installing,
Roger Dingledine make overview stand out a b...

Roger Dingledine authored 19 years ago

56) configuring, and running Tor</a>.
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

57) </p>
58) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

59) <p>The <b>design document</b> (published at Usenix
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

60) Security 2004) gives our justifications and security analysis for the
61) Tor design:</p>
62) <ul>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

63) <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
64) <li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

65) </ul>
66) 
Roger Dingledine point people to the draft c...

Roger Dingledine authored 19 years ago

67) <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
68) (still in draft form) details more recent experiences and directions:
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

69) <a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
Roger Dingledine point people to the draft c...

Roger Dingledine authored 19 years ago

70) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

71) <p>The <b>specification</b> aims to give
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

72) developers enough information to build a compatible version of Tor:</p>
73) <ul>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

74) <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
75) <li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
76) <li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

77) </ul>
78) 
Roger Dingledine stop advertising the blackh...

Roger Dingledine authored 19 years ago

79) <p>Look at the <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides
Roger Dingledine link to the berlin talk audio

Roger Dingledine authored 19 years ago

80) from the 21C3 talk</a>, and
81) <a href="http://freehaven.net/~arma/Berlin2004.ogg">
82) listen to the audio from the talk</a>.</p>
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

83) 
84)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

85) </div>
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

86)   <div class="bottom" id="bottom">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

87)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -