- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Feb 2009 21:06:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv18123
Modified Files:
README.cvs
Log Message:
latest release tag
Index: README.cvs
===================================================================
RCS file: /sources/public/2002/css-validator/README.cvs,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- README.cvs 19 Apr 2006 07:38:12 -0000 1.8
+++ README.cvs 9 Feb 2009 21:06:50 -0000 1.9
@@ -9,7 +9,7 @@
</p>
<h2>Get the source</h2>
-
+ <h3>Latest development code</h3>
<p>In order to get the latest development code:</p>
<pre>
@@ -20,8 +20,21 @@
bash$ <kbd>cvs get 2002/css-validator</kbd>
...
</pre>
+ <p>Note that in spite of our best efforts, the latest development code may be broken at any time.</p>
+
+<h3>Latest stable release</h3>
+<p>In order to get the latest stable release:</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 nytrulce 2002/css-validator</kbd>
+...
+</pre>
+
-<p>Note that in spite of our best efforts, the latest development code may be broken at any time.</p>
<h2>Contact / Bugs</h2>
Received on Monday, 9 February 2009 21:07:01 UTC