[closure-cvs] CVS update: cxml/README.html

David Lichteblau dlichteblau at common-lisp.net
Wed Apr 6 21:14:42 UTC 2005


Update of /project/cxml/cvsroot/cxml
In directory common-lisp.net:/tmp/cvs-serv15147

Modified Files:
	README.html 
Log Message:
update DOM test suite driver

Date: Wed Apr  6 23:14:41 2005
Author: dlichteblau

Index: cxml/README.html
diff -u cxml/README.html:1.1.1.80 cxml/README.html:1.2
--- cxml/README.html:1.1.1.80	Sun Mar 13 19:02:58 2005
+++ cxml/README.html	Wed Apr  6 23:14:41 2005
@@ -57,22 +57,28 @@
 
     <p>
       Send bug reports to <a
-      href="mailto:david at lichteblau.com">david at lichteblau.com</a>.
+      href="mailto:cxml-devel at common-lisp.net">cxml-devel at common-lisp.net</a>
+      (<a
+      href="http://common-lisp.net/cgi-bin/mailman/listinfo/cxml-devel">list
+      information</a>).
     </p>
 
     <h2>Download</h2>
+    <ul>
+      <li>
+        <a href="http://common-lisp.net/project/cxml/download/">tarballs</a>
+      </li>
+    <li>
+      Anoncvs (<a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/cxml/?cvsroot=cxml">browse</a>):
+      <pre>$ export CVSROOT=:pserver:anonymous at common-lisp.net:/project/cxml/cvsroot
+$ cvs login
+Logging in to :pserver:anonymous at common-lisp.net:2401/project/cxml/cvsroot
+CVS password: anonymous
+$ cvs co cxml</pre>
+      </lii>
+    </ul>
     <p>
-      Get a <a href="http://common-lisp.net/project/cxml/download/">tarball</a>.
-    </p>
-    <p>
-      David's tla archive is at <a
-      href="http://common-lisp.net/project/cxml/david@knowledgetools.de--cxml/">http://common-lisp.net/project/cxml/david@knowledgetools.de--cxml/</a>.
-      (Brief tla usage instructions: Unpack the cxml tarball. 
-      Enter <tt>tla register-archive URL</tt> to turn it into a working
-      copy.  <tt>tla update</tt> is similar to <tt>cvs up</tt>.)
-      Note that this used to
-      be <tt><strike>www.</strike>common-lisp.net</tt> and is
-      now just <tt>common-lisp.net</tt>.
+      (David's tla archive is out of date.)
     </p>
 
     <h1>Contents</h1>
@@ -239,7 +245,9 @@
     <pre>$ export CVSROOT=:pserver:anonymous at dev.w3.org:/sources/public
 $ cvs login    # password is "anonymous"
 $ cvs co 2001/XML-Test-Suite/xmlconf
-$ cvs co 2001/DOM-Test-Suite</pre>
+$ cvs co -D '2005-05-06 23:00' 2001/DOM-Test-Suite</pre>
+    <p>(Omit <tt>-D</tt> to get the latest version, which may not work
+    with cxml yet.)</p>
     <p>Usage and expected output:</p>
     <pre>* (xmlconf:run-all-tests "/path/to/2001/XML-Test-Suite/xmlconf/")
 0/556 tests failed; 1606 tests were skipped




More information about the Closure-cvs mailing list