02f8af7e183ccdd403d02f194a7d53c9f4dc1e68
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 -->
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) <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>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

22)           | <a href="overview.html">Overview</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

23)           | <a href="download.html">Download</a>
24)           | <a class="current">Docs</a>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

25)           | <a href="support.html">Support</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

32) 	<td class="banner-right">
Thomas Sjögren Make website valid xhtml (t...

Thomas Sjögren authored 18 years ago

33) 		<a href="/"><img src="/images/en.png" alt="English" /></a>
34) 		<a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35) 		<a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a> 
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

36) 	</td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

38) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

le@svn.torproject.org authored 18 years ago

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 first cut of new website

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

50) <li><a href="#RunningTor">Running Tor</a></li>
51) <li><a href="#DesignDoc">Design Documents</a></li>
52) <li><a href="#HOWTO">Various HOWTO Docs</a></li>
53) <li><a href="#MailingLists">Mailing List Information</a></li>
Andrew Lewman documentation.html: added T...

Andrew Lewman authored 18 years ago

54) </ul>
55) <hr />
56) 
57) <a id="RunningTor"></a>
Andrew Lewman documentation.html: fixed s...

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

60) <li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
61) <li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
Roger Dingledine link to the new docs, move...

Roger Dingledine authored 18 years ago

62) <li><a href="/cvs/tor/doc/tor-doc-unix.html">Installing Tor on Linux/BSD/Unix</a></li>
Roger Dingledine and fix the website links too

Roger Dingledine authored 18 years ago

63) <li><a href="/cvs/tor/doc/tor-switchproxy.html">Installing SwitchProxy for Tor</a></li>
Roger Dingledine link to the new docs, move...

Roger Dingledine authored 18 years ago

64) <li><a href="/cvs/tor/doc/tor-doc-server.html">Configuring a Tor server</a></li>
Roger Dingledine and fix the website links too

Roger Dingledine authored 18 years ago

65) <li><a href="/cvs/tor/doc/tor-hidden-service.html">Configuring a Tor hidden service</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

74) <li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
75) <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 18 years ago

85) <li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
86) <li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
Roger Dingledine swap around some documentat...

Roger Dingledine authored 18 years ago

87) <li><a href="/cvs/tor/doc/dir-spec.txt">Tor directory server specification</a></li>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

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

Thomas Sjögren authored 19 years ago

91) <p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version
92) provides detailed instructions for how to install and use Tor, including configuration
93) of client and server options.<br />
Roger Dingledine swap around some documentat...

Roger Dingledine authored 18 years ago

94) If you are running the CVS version the manual is available
Thomas Sjögren tor-manual is now for the l...

Thomas Sjögren authored 19 years ago

95) <a href="/tor-manual-cvs.html"><b>here</b></a>.
96) </p>
Geoff Goodell added tor man page and link

Geoff Goodell authored 19 years ago

97) 
Geoff Goodell added a prominent pointer t...

Geoff Goodell authored 18 years ago

98) <p>The <a href="http://wiki.noreply.org/noreply/TheOnionRouter">wiki</a>
99) provides a plethora of useful contributions from Tor users.</p>
100) 
Roger Dingledine swap around some documentat...

Roger Dingledine authored 18 years ago

101) <p>Look at the <a href="http://freehaven.net/~arma/wth1.pdf">slides</a>
102) from <a href="http://whatthehack.org/">What the Hack (WTH)</a>, and <a
103) href="http://rehash.waag.org/WTH/wth-anonymous-communication-58.mp4.torrent">
104) watch the video of the talk</a>. We also have <a
105) href="http://freehaven.net/~arma/wth3.pdf">slides</a> and <a
106) href="http://rehash.waag.org/WTH/wth_tor_hidden_services.mp4.torrent">video</a>
107) of the WTH talk on hidden services.
108) </p>
Roger Dingledine add the design, spec, and s...

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

114) to Tor-ifying various applications</a></li>
115) <li><a
116) href="http://wiki.noreply.org/noreply/TheOnionRouter/OperationalSecurity">How
117) to Run a Secure Tor Server</a></li>
118) <li><a
119) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running
120) Tor in a Linux chroot</a></li>
121) <li><a
122) href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">chroot
123) guide for OpenBSD</a></li>
124) <li><a
125) href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and
126) Tor</a></li>
Andrew Lewman documentation.html: fixed...

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

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

Andrew Lewman authored 18 years ago

132) <li> The <a href="http://archives.seul.org/or/announce/">or-announce
133) mailing list</a> is a low volume list for announcements of new releases.
134) </li>
135) <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

136) list</a> is where a lot of the discussion happens, and is where we
137) send notifications of prereleases and release candidates. </li>
138) <li> The <a href="http://archives.seul.org/or/dev/">or-dev mailing
139) 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

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

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

147)      $Id$
148)   </div>