[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] link to "installing tor on win32" doc from documentation.ht...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] link to "installing tor on win32" doc from documentation.ht...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sun, 19 Dec 2004 23:03:03 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 19 Dec 2004 23:03:28 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website
Modified Files:
developers.html documentation.html
Log Message:
link to 'installing tor on win32' doc from documentation.html too
Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- developers.html 20 Dec 2004 03:53:31 -0000 1.12
+++ developers.html 20 Dec 2004 04:03:00 -0000 1.13
@@ -50,7 +50,7 @@
<li>Make a new empty directory and cd into it.</li>
<li>cvs -d :pserver:guest@xxxxxxxxxxxx:/home/or/cvsroot login</li>
<li>cvs -d :pserver:guest@xxxxxxxxxxxx:/home/or/cvsroot co tor</li>
-<li>(use -r tor-0_0_8 or equivalent to fetch a particular version.)</li>
+<li>(use -r tor-0_0_9 or equivalent to fetch a particular version.)</li>
<li>(To check out the maintenance branch, use -r tor-0_0_9-patches .)</li>
</ul></li>
</ul>
Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- documentation.html 19 Dec 2004 23:35:01 -0000 1.9
+++ documentation.html 20 Dec 2004 04:03:00 -0000 1.10
@@ -30,6 +30,7 @@
<ul>
<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a>
<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a>
+<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a>
<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a>
<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a>
<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a>