65d852ed7e8b1fd4521f1b9a23c173fe19e5ec89
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" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

9)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

10) </head>
11) 
12) <body>
13)   <div class="menu" id="side">
14) <!--    <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

17)       <a href="download.html">Download</a> <br />
18)       <a class="current">Documentation</a> <br />
Roger Dingledine link to the FAQ

Roger Dingledine authored 19 years ago

19)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

20)       <a href="contribute.html">Contribute</a> <br />
21)       <a href="developers.html">Developers</a> <br />
22)       <a href="research.html">Research</a> <br />
23)       <a href="people.html">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

31) <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
32) <li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
Roger Dingledine link to 'installing tor on...

Roger Dingledine authored 19 years ago

33) <li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a>
Roger Dingledine correct links to tor-doc.html

Roger Dingledine authored 19 years ago

34) <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
35) <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
36) <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>
37) <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
38) <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

45) </p>
46) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

47) <!--
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

48) <p>
49) <a href="">What are the command-line and torrc config options?</a>
50) </p>
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

51) -->
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

52) 
53) <p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

55) in a chroot</a>
56) </p>
57) 
58) <p>
59) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
60) </p>
61) 
62)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

63)   <div class="bottom" id="bottom">
64)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
65)      $Id$
66)   </div>