aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-08-19 21:52:21 +0000
committerRoger Dingledine <arma@torproject.org>2005-08-19 21:52:21 +0000
commit8d7dcb9e696ba7ab19f15d2cfa1717a03e7bb71b (patch)
treef8d7760217f6c769afa5d2838f6f768973f74141
parentf0033a259b27f16ddcc770163c0e75cdfc68c887 (diff)
downloadtor-8d7dcb9e696ba7ab19f15d2cfa1717a03e7bb71b.tar.gz
tor-8d7dcb9e696ba7ab19f15d2cfa1717a03e7bb71b.zip
make it clearer that we need servers
svn:r4799
-rw-r--r--doc/tor-doc-osx.html23
-rw-r--r--doc/tor-doc-server.html21
-rw-r--r--doc/tor-doc-unix.html23
-rw-r--r--doc/tor-doc-win32.html25
4 files changed, 80 insertions, 12 deletions
diff --git a/doc/tor-doc-osx.html b/doc/tor-doc-osx.html
index e45c931775..524b1cb141 100644
--- a/doc/tor-doc-osx.html
+++ b/doc/tor-doc-osx.html
@@ -45,7 +45,7 @@
<p>
<b>Note that these are the installation instructions for running a Tor client on
- Mac OS X. If you want to run a server (please do), read the <a
+ Mac OS X. If you want to configure it as a server (please do), read the <a
href="tor-doc-server.html">Configuring a server</a> guide.</b>
</p>
@@ -203,6 +203,27 @@ href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
FAQ entry</a> for hints.</p>
<hr />
+<a id="server"></a>
+<h2><a class="anchor" href="#server">Step Four: Configure it as a server</a></h2>
+<br />
+
+<p>The Tor network relies on volunteers to donate bandwidth. The more
+people who run servers, the faster the Tor network will be. If you have
+at least 20 kilobytes/s each way, please help out Tor by configuring your
+Tor to be a server too. We have many features that make Tor servers easy
+and convenient, including rate limiting for bandwidth, exit policies so
+you can limit your exposure to abuse complaints, and support for dynamic
+IP addresses.</p>
+
+<p>Having servers in many different places on the Internet is what
+makes Tor users secure. You may also get stronger anonymity yourself,
+since remote sites can't know whether connections relayed through your
+computer originated at your computer or not.</p>
+
+<p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
+guide.</p>
+
+<hr />
<a id="uninstall"></a>
<h2><a class="anchor" href="#uninstall">How To Uninstall Tor and Privoxy</a></h2>
<br />
diff --git a/doc/tor-doc-server.html b/doc/tor-doc-server.html
index f9c6f16a0d..e3bb962941 100644
--- a/doc/tor-doc-server.html
+++ b/doc/tor-doc-server.html
@@ -32,7 +32,7 @@
<td class="banner-right"></td>
</tr>
</table>
-
+
<!-- END TITLE BAR & NAVIGATION -->
<div class="center">
@@ -42,13 +42,18 @@
<h1>Configuring a <a href="http://tor.eff.org/">Tor</a> server</h1>
<br />
-<p>The Tor network relies on volunteers to donate bandwidth. If you have
-at least 20 kilobytes/s each way, please help out Tor by configuring
-your Tor to be a server too. Having servers in many different pieces
-of the Internet gives users more robustness against curious telcos and
-brute force attacks. You may also get stronger anonymity, since your
-destination can't know whether connections relayed through your computer
-originated at your computer or not.</p>
+The Tor network relies on volunteers to donate bandwidth. The more
+people who run servers, the faster the Tor network will be. If you have
+at least 20 kilobytes/s each way, please help out Tor by configuring your
+Tor to be a server too. We have many features that make Tor servers easy
+and convenient, including rate limiting for bandwidth, exit policies so
+you can limit your exposure to abuse complaints, and support for dynamic
+IP addresses.</p>
+
+<p>Having servers in many different places on the Internet is what
+makes Tor users secure. You may also get stronger anonymity yourself,
+since remote sites can't know whether connections relayed through your
+computer originated at your computer or not.</p>
<p>Setting up a Tor server is easy and convenient:
<ul>
diff --git a/doc/tor-doc-unix.html b/doc/tor-doc-unix.html
index 24d715f715..a60aa8f5ce 100644
--- a/doc/tor-doc-unix.html
+++ b/doc/tor-doc-unix.html
@@ -44,7 +44,7 @@
<p>
<b>Note that these are the installation instructions for running a Tor
-client. If you want to run a server (please do), read the <a
+client. If you want to configure it as a server (please do), read the <a
href="tor-doc-server.html">Configuring a server</a> guide.</b>
</p>
@@ -187,6 +187,27 @@ href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
FAQ entry</a> for hints.</p>
<hr />
+<a id="server"></a>
+<h2><a class="anchor" href="#server">Step Five: Configure it as a server</a></h2>
+<br />
+
+<p>The Tor network relies on volunteers to donate bandwidth. The more
+people who run servers, the faster the Tor network will be. If you have
+at least 20 kilobytes/s each way, please help out Tor by configuring your
+Tor to be a server too. We have many features that make Tor servers easy
+and convenient, including rate limiting for bandwidth, exit policies so
+you can limit your exposure to abuse complaints, and support for dynamic
+IP addresses.</p>
+
+<p>Having servers in many different places on the Internet is what
+makes Tor users secure. You may also get stronger anonymity yourself,
+since remote sites can't know whether connections relayed through your
+computer originated at your computer or not.</p>
+
+<p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
+guide.</p>
+
+<hr />
<p>If you have suggestions for improving this document, please post
them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the
diff --git a/doc/tor-doc-win32.html b/doc/tor-doc-win32.html
index 0f72956d05..fd0f3f8444 100644
--- a/doc/tor-doc-win32.html
+++ b/doc/tor-doc-win32.html
@@ -44,8 +44,8 @@
<p>
<b>Note that these are the installation instructions for running a Tor
-client on MS Windows (98, 98SE, NT4, 2000, XP, Server)
-If you want to run a server (please do), read the <a
+client on MS Windows (98, 98SE, NT4, 2000, XP, Server).
+If you want to configure it as a server (please do), read the <a
href="tor-doc-server.html">Configuring a server</a> guide.</b>
</p>
@@ -254,6 +254,27 @@ href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork">this
FAQ entry</a> for hints.</p>
<hr />
+<a id="server"></a>
+<h2><a class="anchor" href="#server">Step Five: Configure it as a server</a></h2>
+<br />
+
+<p>The Tor network relies on volunteers to donate bandwidth. The more
+people who run servers, the faster the Tor network will be. If you have
+at least 20 kilobytes/s each way, please help out Tor by configuring your
+Tor to be a server too. We have many features that make Tor servers easy
+and convenient, including rate limiting for bandwidth, exit policies so
+you can limit your exposure to abuse complaints, and support for dynamic
+IP addresses.</p>
+
+<p>Having servers in many different places on the Internet is what
+makes Tor users secure. You may also get stronger anonymity yourself,
+since remote sites can't know whether connections relayed through your
+computer originated at your computer or not.</p>
+
+<p>Read more at our <a href="tor-doc-server.html">Configuring a server</a>
+guide.</p>
+
+<hr />
<p>If you have suggestions for improving this document, please post
them on <a href="http://bugs.noreply.org/tor">our bugtracker</a> in the