38b72e578a487f3cc8970571d1e377bbdea11129
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Documentation</title>
6)   <meta name="Author" content="Roger Dingledine">
7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10) 
11) <body>
12)   <div class="menu" id="side">
13) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14)       <a href="index.html">Home</a> <br>
15)       <a href="overview.html">Overview</a> <br>
16)       <a href="download.html">Download</a> <br>
17)       <a class="current">Documentation</a> <br>
18)       <a href="contribute.html">Contribute</a> <br>
19)       <a href="design.html">Design</a> <br>
20)       <a href="developers.html">Developers</a> <br>
21)       <a href="research.html">Research</a> <br>
22)       <a href="people.html">People</a> <br>
23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Documentation</h2>
27) 
28) <p>Can somebody please help me organize this pile of docs?
29) </p>
30) 
31) <p>Read our <b>How-to</b> for explanations of:
32) <ul>
33) <li><a href="doc/tor-doc.html">Why should I run Tor?</a>
34) <li><a href="doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
35) <li><a href="doc/tor-doc.html#installing">Installing Tor</a>
36) <li><a href="doc/tor-doc.html#client">Configuring a client</a>
37) <li><a href="doc/tor-doc.html#server">Configuring a server</a>
38) <li><a href="doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
39) <li><a href="doc/tor-doc.html#own-network">Setting up your own network</a>
40) </ul>
41) </p>
42) 
43) <p>
44) <a href="design.html">How does Tor work?</a>
45) 
46) <p>
47) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">The Tor FAQ</a>
48) </p>
49) 
50) <p>
51) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
52) on how to Tor-ify various applications</a>
53) </p>
54) 
55) <p>
56) <a href="">What are the command-line and torrc config options?</a>
57) </p>
58) 
59) <p>
60) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorInChroot">Run Tor
61) in a chroot</a>
62) </p>
63) 
64) <p>
65) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
66) </p>
67) 
68) <p>
69) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
70) of some hidden services and other things. You need Tor and Privoxy to
71) access it.
72) </p>
73) 
74) <p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
75) list</a> is for posting by developers only and is where we send
76) notifications of prereleases and release candidates. The <a
77) href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
78) is where a lot of the discussion happens. There's also a list for <a
79) href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
80) 
81) <p>See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
82) wiki</a> for our FAQ, list of tasks for volunteers, further documentation,
83) etc.</p>
84) 
85)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

86)   <div class="bottom" id="bottom">
87)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
88)      $Id$
89)   </div>