Browse Source

Improve CVS descriptions, links (suggested by Paul Bristow)

[SVN r13959]
Beman Dawes 24 years ago
parent
commit
d5ac173299
1 changed files with 13 additions and 9 deletions
  1. 13 9
      more/download.html

+ 13 - 9
more/download.html

@@ -43,8 +43,8 @@ file from our web site.</li>
 file from our web site.</li>
 </ul>
 <ul>
-  <li><a href="#CVS">Command line</a> or <a href="#Browser">browser</a> access
-    to Boost's CVS repository.</li>
+  <li><a href="#CVS">Command line, GUI</a>, or <a href="#Browser">browser</a> access
+    to Boost's <a href="http://sourceforge.net/cvs/?group_id=7586">CVS repository</a>.</li>
 </ul>
 <ul>
   <li>Download individual files from links in the documentation on the web
@@ -74,11 +74,15 @@ each file individually, the .tar.gz file is smaller that the .zip file.
 <p>Text file line endings in the .tar.gz file have been converted to newlines
 for ease of use on Unix/Linux platforms.</p>
 
-<h3><a name="CVS">CVS</a> command line access</h3>
+<h3>Boost CVS access via command line or graphical clients</h3>
 
-For those who have CVS installed, the libraries are also available
-from the public CVS repository.  The general procedure for
-command-line clients is something like this:
+For those who have CVS clients installed, the libraries are also available from 
+the public <a href="http://sourceforge.net/cvs/?group_id=7586">Boost CVS 
+repository</a>. Free command line clients (often already installed on Linux/Unix 
+systems) are available at the <a href="http://www.cvshome.org/">CVS home page</a>, 
+and free GUI clients are also available for Windows, Mac, and other systems from
+<a href="http://www.cvsgui.org/">CvsGui.org</a>.<p>The general procedure for 
+command-line clients is something like this: </p>
 <blockquote>
 <code>
 cvs -d:pserver:anonymous@cvs.boost.sourceforge.net:/cvsroot/boost login
@@ -100,7 +104,7 @@ CVS write access, please contact one of the
 <a href="mailto:boost-owner@yahoogroups.com">moderators</a>.
  
 
-<h3>CVS <a name="Browser">Browser</a> access via WebCVS</h3>
+<h3>Boost CVS access via web <a name="Browser">Browser</a></h3>
 
 For access to the CVS archive from any modern web browser, you can
 also use the <a
@@ -148,9 +152,9 @@ compilers, but every library also
 
 <hr>
 
-Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->24 September, 2001<!--webbot bot="Timestamp" endspan i-checksum="39337" -->
+Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->16 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13975" -->
 <p>Written by&nbsp; <a href="../people/jens_maurer.htm">Jens Maurer</a>
 2001-02-11</p>
 
 </body>
-</html>
+</html>

粤ICP备19079148号