diff options
author | Thomas Sjögren <thomas@northernsecurity.net> | 2005-06-06 14:54:19 +0000 |
---|---|---|
committer | Thomas Sjögren <thomas@northernsecurity.net> | 2005-06-06 14:54:19 +0000 |
commit | bb64b9534bd114ad528153f7ad3a87d580c718fc (patch) | |
tree | f14c1ae08bc27ea19a541dceff4163af09ce4d2d /doc/tor-doc.html | |
parent | a94d7256ea9b4d944a6588bd5d67a1c046553a8b (diff) | |
download | tor-bb64b9534bd114ad528153f7ad3a87d580c718fc.tar.gz tor-bb64b9534bd114ad528153f7ad3a87d580c718fc.zip |
tor-doc*.html is now valid HTML 4.01 Transitional
svn:r4313
Diffstat (limited to 'doc/tor-doc.html')
-rw-r--r-- | doc/tor-doc.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/tor-doc.html b/doc/tor-doc.html index 404451bf8c..cf3c91a6b4 100644 --- a/doc/tor-doc.html +++ b/doc/tor-doc.html @@ -1,3 +1,4 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Tor Documentation</title> @@ -120,7 +121,7 @@ gives users more robustness against curious telcos and brute force attacks. </ul> -<p>Other things to note: +<p>Other things to note:</p> <ul> <li>Tor has built-in support for rate limiting; see BandwidthRate and BandwidthBurst config options. Further, if you have @@ -147,7 +148,6 @@ Clients choose paths weighted by this capacity, so high-bandwidth servers will attract more paths than low-bandwidth ones. That's why having even low-bandwidth servers is useful too.</li> </ul> -</p> <p>You can read more about setting up Tor as a server <a href="#server">below</a>.</p> @@ -311,10 +311,9 @@ of new stable releases. You might also consider subscribing to <a href="http://archives.seul.org/or/talk/">or-talk</a> (higher volume), where new development releases are announced.</li> </ul> -</p> <p>Here's where Tor puts its files on many common platforms:</p> -<table borderwidth="3 px"> +<table> <tr><th></th><th>Unix</th><th>Windows</th><th>Mac OS X</th></tr> <tr><th>Configuration</th> <td><tt>/etc/torrc</tt> <br />or <tt>/usr/local/etc/torrc</tt></td> |