ce15fd2cf92b652f487b3949e1b9da9e91d7e081
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 20 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 20 years ago

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

Roger Dingledine authored 20 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 20 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

14) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
18) <table class="table-banner" cellpadding=0 cellspacing=0>
19) <tr>
20) <td width="110">
21) <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
22) width="110" height="79"></a>
23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
28)       <a class="current">Documentation</a>  |
29)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30)       <a href="contribute.html">Contribute</a>  |
31)       <a href="developers.html">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a href="people.html">People</a>
34) </td>
35) </tr>
36) </table>
37) </div>
38) <!-- END TITLE BAR & NAVIGATION -->
39) 
40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 20 years ago

41) 
42) <h2>Tor: Documentation</h2>
Roger Dingledine the horizontal lines were a...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

44) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 20 years ago

47) <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
48) <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

49) <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 20 years ago

50) <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
51) <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
52) <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>
53) <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a>
54) <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 20 years ago

55) </ul>
56) </p>
57) 
58) <p>
59) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorifyHOWTO">Guide
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

61) </p>
62) 
Roger Dingledine clean up tor website furthe...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

68) 
69) <p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

71) in a chroot</a>
72) </p>
73) 
74) <p>
75) <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a>
76) </p>
77) 
78)   </div><!-- #main -->
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 20 years ago

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

Roger Dingledine authored 19 years ago

81)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 20 years ago

82)      $Id$
83)   </div>