- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 09 Nov 2006 07:09:37 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/source
In directory hutz:/tmp/cvs-serv12699/htdocs/source
Modified Files:
Tag: validator-0_7-branch
index.html
Log Message:
preparing 0.7.4 release
Index: index.html
===================================================================
RCS file: /sources/public/validator/htdocs/source/index.html,v
retrieving revision 1.37.2.8
retrieving revision 1.37.2.9
diff -u -d -r1.37.2.8 -r1.37.2.9
--- index.html 23 Oct 2006 07:11:58 -0000 1.37.2.8
+++ index.html 9 Nov 2006 07:09:34 -0000 1.37.2.9
@@ -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 Thursday, 9 November 2006 07:09:46 UTC