30ed85af3bf2f1c0ae12dc4923ba0daa764a17f6
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 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>
6)   <title>Tor: Documentation</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 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 first cut of new website

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 href="howitworks.html">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 class="current">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 first cut of new website

Roger Dingledine authored 19 years ago

42) 
43) <h2>Tor: Documentation</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

44) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

45) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

46) <p>Running Tor:</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

47) <ul>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

48) <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
49) <li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
50) <li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
51) <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
52) <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
53) <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
54) <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
55) <li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

56) </ul>
57) 
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

58) <p>The <b>design document</b> (published at Usenix
59) Security 2004) gives our justifications and security analysis for the
60) Tor design:</p>
61) <ul>
62) <li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
63) <li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
64) </ul>
65) 
66) <p>The <b>specification</b> aims to give
67) developers enough information to build a compatible version of Tor:</p>
68) <ul>
69) <li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
70) <li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
71) <li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
72) </ul>
73) 
74) <p>Look at the <a href="slides-codecon04/">slides from the Codecon
75) 2004 talk</a>, or <a href="CodeCon_2004-02-21_2.mp3">listen
76) to the audio from the talk</a>. You can also peruse the <a
77) href="http://freehaven.net/~arma/slides-blackhat04.pdf">Black
78) Hat 2004 slides</a> or <a
79) href="http://freehaven.net/~arma/slides-defcon04.pdf">Defcon 2004
80) slides</a>.</p>
81) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

82) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

83) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

84) to Tor-ifying various applications</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

85) </p>
86) 
87) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

88) <!-- made by groff -m man -T html tor.1 >tor.html -->
89) <a href="cvs/tor/doc/tor-manpage-0.0.9.1.html">What are the command-line
90) and torrc config options?</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

91) </p>
92) 
93) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

94) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running Tor
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

95) in a chroot</a>
96) </p>
97) 
98) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

99) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

100) </p>
101) 
102)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

106)      $Id$
107)   </div>