- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 15 Nov 2006 08:02:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/source
In directory hutz:/tmp/cvs-serv30215/htdocs/source
Modified Files:
index.html
Log Message:
Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-release
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/source/index.html,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- index.html 24 Oct 2006 06:43:24 -0000 1.42
+++ index.html 15 Nov 2006 08:02:46 -0000 1.43
@@ -175,21 +175,10 @@
a good thing to <a href="http://ximbiot.com/cvs/manual/">get to
know</a>.
</p>
- <p>
- Our CVS base is available read-only, using CVS pserver
- authentication a la:
+ <p>For instructions on how to retrieve the code using CVS,
+ see our <a href="http://dev.w3.org/cvsweb/validator/">web-based interface to the repository.</a>
</p>
- <pre>
- bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd>
- bash$ <kbd>cvs login</kbd>
- (Logging in to anonymous@dev.w3.org)
- CVS password: <kbd>anonymous</kbd>
- bash$ <kbd>cvs get -r validator-0_7_3-release validator</kbd>
- cvs server: Updating validator
- cvs server: Updating validator/htdocs
- U validator/htdocs/about.html
- ...
- </pre>
+
<h3><a id="using" name="using"></a>Using the code</h3>
<p>
Received on Wednesday, 15 November 2006 08:03:11 UTC