2002/css-validator README.cvs,1.7,1.8

Update of /sources/public/2002/css-validator
In directory hutz:/tmp/cvs-serv9086

Modified Files:
	README.cvs 
Log Message:
while we're working on better doc, some cosmetic plastering in the cvs page

Index: README.cvs
===================================================================
RCS file: /sources/public/2002/css-validator/README.cvs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- README.cvs	1 Sep 2005 11:51:21 -0000	1.7
+++ README.cvs	19 Apr 2006 07:38:12 -0000	1.8
@@ -1,21 +1,38 @@
     <h1 class="center">CSS Validator version 2.0</h1>
     
     <p>
-      This is a CSS validator for <a
-	href="http://www.w3.org/TR/REC-CSS2/">Cascading Style Sheets, level
-	2</a>. See the <a href="COPYRIGHT.html">copyright notice</a>.
+      This is the source for the <a href="http://jigsaw.w3.org/css-validator">W3C CSS validation service</a>,
+	available under the open source <a href="http://www.w3.org/Consortium/Legal/copyright-software">W3C Software license</a>.
     </p>
     <p>
-      You can run it on a web server, on the command line or use it in your new
-      browser.
+      You can run it on a web server, on the command line or use it in your new browser.
     </p>
 
+   <h2>Get the source</h2>
+
+<p>In order to get the latest development code:</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 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>
+
     <p>
       If you have any questions or problems with the validator, send us an <a
 	href="http://jigsaw.w3.org/css-validator/Email.html">email</a>. <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED"
 	>Known problems</a> are listed in <a href="http://www.w3.org/Bugs/Public/">W3C's Bugzilla</a>.
     </p>
 
+   <h2>Classes and Source overview</h2>
+
     <p>This directory contains:</p>
     <dl>
       <dt>

Received on Wednesday, 19 April 2006 07:38:24 UTC