[or-cvs] add a step to tor-doc-server on backing up your identity key.

arma at seul.org arma at seul.org
Sun Apr 9 05:51:00 UTC 2006


Update of /home2/or/cvsroot/website/docs/en
In directory moria:/home/arma/work/onion/cvs/website/docs/en

Modified Files:
	tor-doc-osx.wml tor-doc-server.wml tor-doc-unix.wml 
	tor-doc-win32.wml tor-hidden-service.wml tor-switchproxy.wml 
Log Message:
add a step to tor-doc-server on backing up your identity key.

and start pointing to the v2 directory network-status when telling
people to "see if they're in the directory".

also change the blurb at the base of each page to point to the
contact page.


Index: tor-doc-osx.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-doc-osx.wml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- tor-doc-osx.wml	4 Apr 2006 20:49:58 -0000	1.9
+++ tor-doc-osx.wml	9 Apr 2006 05:50:57 -0000	1.10
@@ -242,9 +242,8 @@ 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
-website category. Thanks!</p>
+<p>If you have suggestions for improving this document, please <a
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>

Index: tor-doc-server.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-doc-server.wml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- tor-doc-server.wml	9 Apr 2006 05:05:15 -0000	1.4
+++ tor-doc-server.wml	9 Apr 2006 05:50:57 -0000	1.5
@@ -147,7 +147,7 @@ where new development releases are annou
 The <a href="<page tor-manual>">manual</a> for the
 latest stable version provides detailed instructions for how to install
 and use Tor, including configuration of client and server options.
-If you are running the CVS version the manual is available
+If you are running the development version of Tor the manual is available
 <a href="<page tor-manual-cvs>">here</a>.
 </p>
 
@@ -172,7 +172,8 @@ testing the IP and port you think it sho
 <p>When it decides that it's reachable, it will upload a "server
 descriptor" to the directories. This will let clients know
 what address, ports, keys, etc your server is using. You can <a
-href="http://belegost.seul.org/">load the directory manually</a> and
+href="http://belegost.mit.edu/tor/status/authority">load the network
+status manually</a> and
 look through it to find the nickname you configured, to make sure it's
 there. You may need to wait a few seconds to give enough time for it to
 make a fresh directory.</p>
@@ -237,14 +238,23 @@ limiting FAQ entry</a> for details.
 </p>
 
 <p>
-8. If you control the name servers for your domain, consider setting
+8. Back up your Tor server's private key (stored in "keys/secret_id_key"
+in your DataDirectory). This is your server's "identity," and
+you need to keep it safe so nobody can read the traffic that goes
+through your server. This is the critical file to keep if you need to <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#UpgradeServer">move
+or restore your Tor server</a> if something goes wrong.
+</p>
+
+<p>
+9. If you control the name servers for your domain, consider setting
 your hostname to 'anonymous' or 'proxy' or 'tor-proxy', so when other
 people see the address in their web logs, they will more quickly
 understand what's going on.
 </p>
 
 <p>
-9. If your computer isn't running a webserver, please consider
+10. If your computer isn't running a webserver, please consider
 changing your ORPort to 443 and your DirPort to 80. Many Tor
 users are stuck behind firewalls that only let them browse the
 web, and this change will let them reach your Tor server. Win32
@@ -259,7 +269,7 @@ ports are 22, 110, and 143.
 </p>
 
 <p>
-10. If your Tor server provides other services on the same IP address
+11. If your Tor server provides other services on the same IP address
 &mdash; such as a public webserver &mdash; make sure that connections to the
 webserver are allowed from the local host too. You need to allow these
 connections because Tor clients will detect that your Tor server is the <a
@@ -270,7 +280,7 @@ explicitly reject them in your exit poli
 </p>
 
 <p>
-11. (Unix only). Make a separate user to run the server. If you
+12. (Unix only). Make a separate user to run the server. If you
 installed the OS X package or the deb or the rpm, this is already
 done. Otherwise, you can do it by hand. (The Tor server doesn't need to
 be run as root, so it's good practice to not run it as root. Running
@@ -281,7 +291,7 @@ into a chroot jail</a>.)
 </p>
 
 <p>
-12. (Unix only.) Your operating system probably limits the number
+13. (Unix only.) Your operating system probably limits the number
 of open file descriptors per process to 1024 (or even less). If you
 plan to be running a fast exit node, this is probably not enough. On
 Linux, you should add a line like "toruser hard nofile 8192" to your
@@ -294,20 +304,23 @@ you launch Tor.
 </p>
 
 <p>
-13. If you installed Tor via some package or installer, it probably starts
+14. If you installed Tor via some package or installer, it probably starts
 Tor for you automatically on boot. But if you installed from source,
 you may find the initscripts in contrib/tor.sh or contrib/torctl useful.
 </p>
 
-When you change your Tor configuration, be sure to restart Tor, and
-remember to verify that your server still works correctly after the
-change.
+<p>
+When you change your Tor configuration, <a
+href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#Restarting">in
+most cases you can reload your configuration without restarting Tor</a>,
+and remember to verify that your server still works correctly after
+the change.
+</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
-website category. Thanks!</p>
+<p>If you have suggestions for improving this document, please <a
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>

Index: tor-doc-unix.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-doc-unix.wml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- tor-doc-unix.wml	2 Apr 2006 10:16:56 -0000	1.7
+++ tor-doc-unix.wml	9 Apr 2006 05:50:57 -0000	1.8
@@ -187,9 +187,8 @@ 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
-website category. Thanks!</p>
+<p>If you have suggestions for improving this document, please <a
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>

Index: tor-doc-win32.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-doc-win32.wml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -d -r1.7 -r1.8
--- tor-doc-win32.wml	2 Apr 2006 10:16:56 -0000	1.7
+++ tor-doc-win32.wml	9 Apr 2006 05:50:57 -0000	1.8
@@ -185,9 +185,8 @@ 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
-website category. Thanks!</p>
+<p>If you have suggestions for improving this document, please <a
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>

Index: tor-hidden-service.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-hidden-service.wml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -d -r1.4 -r1.5
--- tor-hidden-service.wml	9 Apr 2006 05:01:40 -0000	1.4
+++ tor-hidden-service.wml	9 Apr 2006 05:50:57 -0000	1.5
@@ -267,7 +267,7 @@ won't be either. This leaks information 
 <hr />
 
 <p>If you have suggestions for improving this document, please <a
-href="/contact">send them to us</a>. Thanks!</p>
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>

Index: tor-switchproxy.wml
===================================================================
RCS file: /home2/or/cvsroot/website/docs/en/tor-switchproxy.wml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -d -r1.9 -r1.10
--- tor-switchproxy.wml	2 Apr 2006 09:43:18 -0000	1.9
+++ tor-switchproxy.wml	9 Apr 2006 05:50:57 -0000	1.10
@@ -159,7 +159,7 @@ Preferences" menu.)</p>
 <hr />
 
 <p>If you have suggestions for improving this document, please <a
-href="/contact">send them to us</a>. Thanks!</p>
+href="<page contact>">send them to us</a>. Thanks!</p>
 
   </div><!-- #main -->
 </div>



More information about the tor-commits mailing list