- From: Ville Skytta via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 29 Jun 2010 20:52:38 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator
In directory hutz:/tmp/cvs-serv16868
Modified Files:
README.cvs
Log Message:
Note that we've switched to Mercurial.
Index: README.cvs
===================================================================
RCS file: /sources/public/validator/README.cvs,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- README.cvs 14 Jun 2010 06:33:12 -0000 1.25
+++ README.cvs 29 Jun 2010 20:52:35 -0000 1.26
@@ -1,8 +1,10 @@
-<p>
-This is the code for the <a href="http://validator.w3.org/">W3C
-HTML validation service</a>. For information on installing it,
-please see the <a href="http://validator.w3.org/source/">source
-code page</a>.
+<p style="background-color: #ffd; padding: .5em; border: 2px solid #dda">
+This is the <em>old</em> code for the <a href="http://validator.w3.org/">W3C
+Markup validation service</a>. We've switched the version control system from
+CVS to Mercurial, see the <code>markup-validator</code> entry at
+<a href="http://dvcs.w3.org/hg/">http://dvcs.w3.org/hg/</a> for information
+about current source code. For information on installing the validator,
+please see the <a href="http://validator.w3.org/source/">source code page</a>.
</p>
<p>
@@ -10,7 +12,7 @@
authentication.
</p>
-<p>In order to get the latest development code:</p>
+<p>In order to get the latest development code that was committed to CVS:</p>
<pre>
bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd>
@@ -26,7 +28,8 @@
<p>Note that the latest development code may be broken at any time. If you want a working version,
you should get the latest release version from the tar balls available from the <a href="http://validator.w3.org/source/">source code availability</a> page at validator.w3.org.
-Alternatively, you can get the latest released version, v1.0, via CVS:</p>
+Alternatively, you can get the last released version that was committed to
+CVS, v1.0:</p>
<pre>
bash$ <kbd>export CVSROOT=":pserver:anonymous@dev.w3.org:/sources/public"</kbd>
Received on Tuesday, 29 June 2010 20:52:40 UTC