c6ebfd9769d4ba43a6a1642d9eae3cc5a39cb28a
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>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

14)       <a href="index.html">Home</a> <br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

15)       <a href="howitworks.html">How it works</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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="developers.html">Developers</a> <br />
20)       <a href="research.html">Research</a> <br />
21)       <a href="people.html">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

22)   </div><!-- #side -->
23)   <div class="main" id="main">
24) 
25) <h2>Tor: Documentation</h2>
26) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

28) <ul>
Roger Dingledine correct links to tor-doc.html

Roger Dingledine authored 19 years ago

29) <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
30) <li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
31) <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
32) <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
33) <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>
34) <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
35) <li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

36) </ul>
37) </p>
38) 
39) <p>
40) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

42) </p>
43) 
44) <p>
45) <a href="">What are the command-line and torrc config options?</a>
46) </p>
47) 
48) <p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

50) in a chroot</a>
51) </p>
52) 
53) <p>
54) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
55) </p>
56) 
57)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

58)   <div class="bottom" id="bottom">
59)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
60)      $Id$
61)   </div>