e0226442c6344350cf8366b2915990ca1782c70a
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) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

30)       <a href="faq.html">FAQs</a>  |
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

31)       <a href="contribute.html">Contribute</a>  |
32)       <a href="developers.html">Developers</a>  |
33)       <a href="research.html">Research</a>  |
34)       <a href="people.html">People</a>
35) </td>
36) </tr>
37) </table>
38) </div>
39) <!-- END TITLE BAR & NAVIGATION -->
40) 
41) <div class="main-column">
Roger Dingledine and the other file

Roger Dingledine authored 19 years ago

42) 
Roger Dingledine website fixes suggested by...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

45) 
46) <p>
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

49) </p>
50) 
51) <p>
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

54) </p>
55) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

57) Security 2004) gives our justifications and security analysis for the
58) Tor design:</p>
59) <ul>
Roger Dingledine fix another 404

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

61) <li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
62) </ul>
63) 
Roger Dingledine point people to the draft c...

Roger Dingledine authored 19 years ago

64) <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
65) (still in draft form) details more recent experiences and directions:
66) <a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
67) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

69) developers enough information to build a compatible version of Tor:</p>
70) <ul>
71) <li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
72) <li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
73) <li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
74) </ul>
75) 
Roger Dingledine stop advertising the blackh...

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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