[or-cvs] make cvs/ links relative to / rather than .

arma at seul.org arma at seul.org
Fri Jul 15 22:19:39 UTC 2005


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

Modified Files:
	developers.html documentation.html download.html 
	faq-abuse.html gui-contest.html howitworks.html index.html 
	old-contribute.html overview.html volunteer.html 
Log Message:
make cvs/ links relative to / rather than .
also, point gui-contest people to /cvs/control/doc/howto.txt
rather than the control spec.


Index: developers.html
===================================================================
RCS file: /home2/or/cvsroot/website/developers.html,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- developers.html	29 Jun 2005 18:16:36 -0000	1.28
+++ developers.html	15 Jul 2005 22:19:37 -0000	1.29
@@ -45,7 +45,7 @@
 <p>Browse the Tor <b>CVS repository</b>: (which may not
 necessarily work or even compile)</p>
 <ul>
-<li><a href="cvs/">Regularly updated cvs sandbox</a></li>
+<li><a href="/cvs/">Regularly updated cvs sandbox</a></li>
 <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li>
 <li>anonymous pserver access (password is guest):
 <ul>
@@ -80,7 +80,7 @@
 </ul>
 
 <p>
-<a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
+<a href="/cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
 </p>
 
 <p>

Index: documentation.html
===================================================================
RCS file: /home2/or/cvsroot/website/documentation.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- documentation.html	29 Jun 2005 18:16:36 -0000	1.37
+++ documentation.html	15 Jul 2005 22:19:37 -0000	1.38
@@ -53,15 +53,15 @@
 <a id="RunningTor"></a>
 <h2><a class="anchor" href="#RunningTor">Running Tor</a></h2>
 <ul>
-<li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
-<li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
-<li><a href="cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
-<li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li>
+<li><a href="/cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li>
+<li><a href="/cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li>
+<li><a href="/cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li>
 </ul>
 
 <a id="DesignDoc"></a>
@@ -70,20 +70,20 @@
 Security 2004) gives our justifications and security analysis for the
 Tor design:</p>
 <ul>
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
+<li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
+<li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
 </ul>
 
 <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
 (still in draft form) details more recent experiences and directions:
-<a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
+<a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
 
 <p>The <b>specification</b> aims to give
 developers enough information to build a compatible version of Tor:</p>
 <ul>
-<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
+<li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
+<li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
+<li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
 </ul>
 
 <p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version

Index: download.html
===================================================================
RCS file: /home2/or/cvsroot/website/download.html,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- download.html	15 Jul 2005 07:40:57 -0000	1.121
+++ download.html	15 Jul 2005 22:19:37 -0000	1.122
@@ -43,7 +43,7 @@
 <hr />
 
 <p>Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
-under the <a href="cvs/tor/LICENSE">3-clause BSD license</a>.</p>
+under the <a href="/cvs/tor/LICENSE">3-clause BSD license</a>.</p>
 
 <p>You can get the latest release from the <a href="dist/">download
 directory</a>.
@@ -57,14 +57,14 @@
 <a href="dist/win32/tor-0.1.1.2-alpha-win32.exe">0.1.1.2-alpha</a> (<a
 href="dist/win32/tor-0.1.1.2-alpha-win32.exe.asc">sig</a>).
 Be sure to read the <a
-href="cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
+href="/cvs/tor/doc/tor-doc-win32.html">Win32-specific instructions</a>.</li>
 <li><b>Mac OS X</b> installer:
 <a href="dist/osx/Tor 0.1.0.11 Bundle.dmg">0.1.0.11</a> (<a
 href="dist/osx/Tor 0.1.0.11 Bundle.dmg.asc">sig</a>),
 <a href="dist/osx/Tor 0.1.1.2-alpha Bundle.dmg">0.1.1.2-alpha</a> (<a
 href="dist/osx/Tor 0.1.1.2-alpha Bundle.dmg.asc">sig</a>).
 Be sure to read the <a
-href="cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
+href="/cvs/tor/doc/tor-doc-osx.html">OS X specific instructions</a>.</li>
 <li><b>Red Hat Linux</b> package:
 <a href="dist/rpm/tor-0.1.0.11-tor.0.fc1.i386.rpm">0.1.0.11 RPM</a> (<a
 href="dist/rpm/tor-0.1.0.11-tor.0.fc1.i386.rpm.asc">sig</a>),
@@ -85,7 +85,7 @@
 </ul>
 
 <p>General instructions for installing and configuring Tor are <a
-href="cvs/tor/doc/tor-doc.html#installing">here</a>. This <a
+href="/cvs/tor/doc/tor-doc.html#installing">here</a>. This <a
 href="http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#DistSignatures">FAQ
 entry</a> explains how to verify package signatures.
 </p>
@@ -178,7 +178,7 @@
 
 <hr />
 
-<p>You can read the <a href="cvs/tor/ChangeLog">ChangeLog</a> for more
+<p>You can read the <a href="/cvs/tor/ChangeLog">ChangeLog</a> for more
 details.</p>
 
   </div><!-- #main -->

Index: faq-abuse.html
===================================================================
RCS file: /home2/or/cvsroot/website/faq-abuse.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- faq-abuse.html	12 Jul 2005 22:09:41 -0000	1.15
+++ faq-abuse.html	15 Jul 2005 22:19:37 -0000	1.16
@@ -138,7 +138,7 @@
 than past attempts at anonymity networks. </p>
 
 <p>Since Tor has <a
-href="http://tor.eff.org/cvs/tor/doc/tor-doc.html">many good uses as
+href="/cvs/tor/doc/tor-doc.html">many good uses as
 well</a>, we feel that we're doing pretty well at striking a balance
 currently. </p>
 
@@ -289,7 +289,7 @@
 
 <p>If you really want to do this, there is a
 python script to parse the Tor directory <a
-href="http://tor.eff.org/cvs/tor/contrib/exitlist">here</a>. </p>
+href="/cvs/tor/contrib/exitlist">here</a>. </p>
 
 <a id="LegalQuestions"></a>
 <h3><a class="anchor" href="#LegalQuestions">I have legal questions about Tor abuse.</a></h3>

Index: gui-contest.html
===================================================================
RCS file: /home2/or/cvsroot/website/gui-contest.html,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gui-contest.html	15 Jul 2005 20:54:02 -0000	1.13
+++ gui-contest.html	15 Jul 2005 22:19:37 -0000	1.14
@@ -75,7 +75,7 @@
 href="http://www.fsf.org/licensing/essays/free-sw.html">Free Software</a>
 that will
 provide a user interface to the Tor system by way of the <a
-href="http://tor.eff.org/cvs/tor/doc/control-spec.txt">Tor Controller
+href="/cvs/control/doc/howto.txt">Tor Controller
 Protocol</a>.</p>
 
 <p>We are looking for a vision of how Tor can work in a user's everyday

Index: howitworks.html
===================================================================
RCS file: /home2/or/cvsroot/website/howitworks.html,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- howitworks.html	29 Jun 2005 18:16:36 -0000	1.27
+++ howitworks.html	15 Jul 2005 22:19:37 -0000	1.28
@@ -48,7 +48,7 @@
 </p>
 
 <p>
-<a href="cvs/tor/doc/tor-doc.html">Installing,
+<a href="/cvs/tor/doc/tor-doc.html">Installing,
 configuring, and running Tor</a>.
 </p>
 
@@ -56,20 +56,20 @@
 Security 2004) gives our justifications and security analysis for the
 Tor design:</p>
 <ul>
-<li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
-<li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
+<li><a href="/cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li>
+<li><a href="/cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li>
 </ul>
 
 <p>Our follow-up paper on <b>challenges in low-latency anonymity</b>
 (still in draft form) details more recent experiences and directions:
-<a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
+<a href="/cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p>
 
 <p>The <b>specification</b> aims to give
 developers enough information to build a compatible version of Tor:</p>
 <ul>
-<li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
-<li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
-<li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
+<li><a href="/cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li>
+<li><a href="/cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li>
+<li><a href="/cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li>
 </ul>
 
 <p>Look at the <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- index.html	29 Jun 2005 18:16:36 -0000	1.64
+++ index.html	15 Jul 2005 22:19:37 -0000	1.65
@@ -108,8 +108,8 @@
 <p>
 Tor's security is improved as its user base grows and as
 more people volunteer to run servers.  Please consider <a
-href="cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
-<a href="cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also
+href="/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then
+<a href="/cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also
 <a href="documentation.html">learn more about Tor here</a>.
 </p>
 

Index: old-contribute.html
===================================================================
RCS file: /home2/or/cvsroot/website/old-contribute.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- old-contribute.html	29 Jun 2005 02:32:55 -0000	1.1
+++ old-contribute.html	15 Jul 2005 22:19:37 -0000	1.2
@@ -48,11 +48,11 @@
 <li>We need users like you to try Tor out, and let the Tor developers
 know about bugs you find or features you don't find.</li>
 <li>Please consider <a
-href="cvs/tor/doc/tor-doc.html#server">running a
+href="/cvs/tor/doc/tor-doc.html#server">running a
 server</a> to help the Tor network grow.</li>
 <li>We especially need people with Windows programming skills
 to run an exit server on Windows, to help us debug.</li>
-<li>Run a <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden
+<li>Run a <a href="/cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden
 service</a> and put interesting content on it.</li>
 <li>Tell your friends! Get them to run servers. Get them to run hidden
 services. Get them to tell <i>their</i> friends.</li>
@@ -108,8 +108,8 @@
 <ul>
 <li>We need somebody to code up a GUI or other
 controller program, to do configuration, etc. See our <a
-href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
-and the <a href="cvs/tor/contrib/TorControl.py">rudimentary demonstration
+href="/cvs/tor/doc/control-spec.txt">control specification</a> for details,
+and the <a href="/cvs/tor/contrib/TorControl.py">rudimentary demonstration
 Python control script</a>. No, we don't know what the interface should look
 like.  You can use any license you want, but we'd recommend 3-clause BSD or
 maybe GPL; and we can only help out if your license conforms to the
@@ -121,7 +121,7 @@
 a setconf to change the bandwidth rate. Perhaps it would run out of cron,
 or perhaps it would sleep until appropriate times and then do its tweak
 (that's probably more portable). Can somebody write one for us and we'll
-put it inside <a href="cvs/tor/contrib/">tor/contrib/</a>?</li>
+put it inside <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li>
 <li>Does somebody want to do up a patch so we can be an NT service? Or
 so we can go in the system tray?</li>
 <li>A good (portable, fast, clean, BSD-free) asynchronous DNS library
@@ -132,8 +132,8 @@
 and Tor</a> page, and update it to reflect Tor's
 <a href="http://tor.eff.org/tor-manual.html">RedirectExit</a> config
 option?</li>
-<li>See the <a href="cvs/tor/doc/TODO">TODO</a> and
-<a href="cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution
+<li>See the <a href="/cvs/tor/doc/TODO">TODO</a> and
+<a href="/cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution
 for more ideas.</li>
 </ul>
 

Index: overview.html
===================================================================
RCS file: /home2/or/cvsroot/website/overview.html,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- overview.html	29 Jun 2005 18:16:36 -0000	1.36
+++ overview.html	15 Jul 2005 22:19:37 -0000	1.37
@@ -218,8 +218,8 @@
 increase the possible sources and destinations of each communication,
 thus increasing security for everyone.
 We're making progress, but we need your help.  Please consider
-<a href="cvs/tor/doc/tor-doc.html#installing">installing</a> a <a
-href="cvs/tor/doc/tor-doc.html#server">server</a>
+<a href="/cvs/tor/doc/tor-doc.html#installing">installing</a> a <a
+href="/cvs/tor/doc/tor-doc.html#server">server</a>
 or <a href="volunteer.html">volunteering</a> as a <a
 href="developers.html">developer</a>.
 </p>

Index: volunteer.html
===================================================================
RCS file: /home2/or/cvsroot/website/volunteer.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- volunteer.html	30 Jun 2005 22:56:08 -0000	1.8
+++ volunteer.html	15 Jul 2005 22:19:37 -0000	1.9
@@ -41,9 +41,9 @@
     <h2>Six things everyone can do now:</h2>
     <ol>
     <li> We need users like you to try Tor out, and let the Tor developers know about bugs you find or features you don't find.</li>
-    <li> Please consider <a href="cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li>
+    <li> Please consider <a href="/cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li>
     <li> We especially need people with Windows programming skills to run an exit server on Windows, to help us debug.</li>
-    <li> Run a <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> and put interesting content on it.</li>
+    <li> Run a <a href="/cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> and put interesting content on it.</li>
     <li> Tell your friends! Get them to run servers. Get them to run hidden services. Get them to tell their friends.</li>
     <li> Consider joining the <a href="http://secure.eff.org/tor">Electronic Frontier Foundation</a>. More EFF donations means more freedom in the world, including more Tor development.</li>
     </ol>
@@ -83,7 +83,7 @@
 <li>Implement a way to stop falling back to forbidden ports when FascistFirewall blocks all good dirservers, if there is already a good, cached directory locally.</li>
 <li>Extend our NSIS-based windows installer to include FreeCap and/or Privoxy.</li>
 <li>Develop a way to handle OS X installation and uninstallation.</li>
-<li>Develop a GUI or other controller program, to do configuration, etc.  See our <a href="cvs/tor/doc/control-spec.txt">control specification</a> for details, and the rudimentary demonstration <a href="cvs/tor/contrib/TorControl.py">Python control script</a>. </li>
+<li>Develop a GUI or other controller program, to do configuration, etc.  See our <a href="/cvs/tor/doc/control-spec.txt">control specification</a> for details, and the rudimentary demonstration <a href="/cvs/tor/contrib/TorControl.py">Python control script</a>. </li>
 <ul>
 <li>Design an interface for the control program. You can use any license you want, but we'd recommend 3-clause BSD or maybe GPL; and we can only help out if your license conforms to the <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li>
 <li>Periodically people running servers tells us they want to have one
@@ -94,7 +94,7 @@
     rate. Perhaps it would run out of cron, or perhaps it would sleep
     until appropriate times and then do its tweak (that's probably more
     portable). Can somebody write one for us and we'll put it inside
-    <a href="cvs/tor/contrib/">tor/contrib/</a>?</li>
+    <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li>
 </ul>
 <li>Develop a way to become a Windows NT service.  </li>
 <li>Develop a systray app for Tor under MS Windows (all versions).  </li>



More information about the tor-commits mailing list