d68b41f9ec2b3dc5d61ce5b5da589fd342baabc6
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) 
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 convert the rest of the pag...

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 convert the rest of the pag...

Roger Dingledine authored 19 years ago

22) </td>
23) <td class="links" valign="top">
24)       <a href="index.html">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 class="current">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 convert the rest of the pag...

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 convert the rest of the pag...

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 convert the rest of the pag...

Roger Dingledine authored 19 years ago

45) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

52) <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
53) <li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
54) <li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
Roger Dingledine point to os x walk-through doc

Roger Dingledine authored 19 years ago

55) <li><a href="cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

56) <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
57) <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
58) <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
59) <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
60) <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

61) </ul>
62) 
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

63) <p>The <b>design document</b> (published at Usenix
64) Security 2004) gives our justifications and security analysis for the
65) Tor design:</p>
66) <ul>
67) <li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
68) <li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
69) </ul>
70) 
Roger Dingledine point people to the draft c...

Roger Dingledine authored 19 years ago

71) <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
72) (still in draft form) details more recent experiences and directions:
73) <a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
74) 
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

75) <p>The <b>specification</b> aims to give
76) developers enough information to build a compatible version of Tor:</p>
77) <ul>
78) <li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
79) <li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
80) <li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
81) </ul>
82) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

83) <p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version
84) provides detailed instructions for how to install and use Tor, including configuration
85) of client and server options.<br />
86) If you are running the CVS version the manual is available 
87) <a href="/tor-manual-cvs.html"><b>here</b></a>.
88) </p>
Geoff Goodell added tor man page and link

Geoff Goodell authored 19 years ago

89) 
Roger Dingledine stop advertising the blackh...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

91) from the 21C3 talk</a>, and
92) <a href="http://freehaven.net/~arma/Berlin2004.ogg">
93) listen to the audio from the talk</a>.</p>
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

94) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

98) </p>
99) 
100) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

101) <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running Tor
Roger Dingledine point to os x walk-through doc

Roger Dingledine authored 19 years ago

102) in a chroot</a>, and <a href="http://pestilenz.org/~bauerm/tor-openbsd-howto.html">another chroot guide for OpenBSD</a>.
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

103) </p>
104) 
105) <p>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

107) </p>
108) 
109)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

113)      $Id$
114)   </div>