9bcbb2f3caa45e465c4c8fed42ff978b059a85da
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 -->
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 href="index.html">Home</a>
22)           | <a href="howitworks.html">How It Works</a>
23)           | <a href="download.html">Download</a>
24)           | <a class="current">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>
32)         <td class="banner-right"></td>
33)     </tr>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

34) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Thomas Sjögren authored 19 years ago

38) <div class="center">
39) 
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

41) 
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

42) <h1>Table of Contents</h1>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

44) 
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

45) <ul>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

46) <li><a href="#RunningTor">Running Tor</a></li>
47) <li><a href="#DesignDoc">Design Documents</a></li>
48) <li><a href="#HOWTO">Various HOWTO Docs</a></li>
49) <li><a href="#MailingLists">Mailing List Information</a></li>
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

50) </ul>
51) <hr />
52) 
53) <a id="RunningTor"></a>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

54) <h2><a class="anchor" href="#RunningTor">Running Tor</a></h2>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

55) <ul>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

56) <li><a href="/cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
57) <li><a href="/cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
58) <li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
59) <li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
60) <li><a href="/cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
61) <li><a href="/cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
62) <li><a href="/cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
63) <li><a href="/cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
64) <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

65) </ul>
66) 
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

67) <a id="DesignDoc"></a>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

68) <h2><a class="anchor" href="#DesignDoc">Design Documents</a></h2>
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

69) <p>The <b>design document</b> (published at Usenix
70) Security 2004) gives our justifications and security analysis for the
71) Tor design:</p>
72) <ul>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

73) <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
74) <li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

75) </ul>
76) 
Roger Dingledine point people to the draft c...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

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

80) 
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

81) <p>The <b>specification</b> aims to give
82) developers enough information to build a compatible version of Tor:</p>
83) <ul>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

84) <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
85) <li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
86) <li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

87) </ul>
88) 
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

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

Geoff Goodell authored 19 years ago

95) 
Roger Dingledine stop advertising the blackh...

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

100) 
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

101) <a id="HOWTO"></a>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

102) <h2><a class="anchor" href="#HOWTO">Various HOWTO Docs</a></h2>
Andrew Lewman documentation.html: fixed...

Andrew Lewman authored 18 years ago

103) <ul>
104) <li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

105) to Tor-ifying various applications</a></li>
106) <li><a
107) href="http://wiki.noreply.org/noreply/TheOnionRouter/OperationalSecurity">How
108) to Run a Secure Tor Server</a></li>
109) <li><a
110) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running
111) Tor in a Linux chroot</a></li>
112) <li><a
113) href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">chroot
114) guide for OpenBSD</a></li>
115) <li><a
116) href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and
117) Tor</a></li>
Andrew Lewman documentation.html: fixed...

Andrew Lewman authored 18 years ago

118) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

119) 
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

120) <a id="MailingLists"></a>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

121) <h2><a class="anchor" href="#MailingLists">Mailing List Information</a></h2>
Andrew Lewman documentation.html: made m...

Andrew Lewman authored 18 years ago

122) <ul>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

123) <li> The <a href="http://archives.seul.org/or/announce/">or-announce
124) mailing list</a> is a low volume list for announcements of new releases.
125) </li>
126) <li> The <a href="http://archives.seul.org/or/talk/">or-talk mailing
Roger Dingledine clean up mailing list mentions

Roger Dingledine authored 18 years ago

127) list</a> is where a lot of the discussion happens, and is where we
128) send notifications of prereleases and release candidates. </li>
129) <li> The <a href="http://archives.seul.org/or/dev/">or-dev mailing
130) list</a> is for posting by developers only, and is very low traffic. </li>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

131) <li> There's also a list for <a
132) href="http://archives.seul.org/or/cvs/">cvs commits</a>.</li>
Andrew Lewman documentation.html: made m...

Andrew Lewman authored 18 years ago

133) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

138)      $Id$
139)   </div>