[s-xml-cvs] CVS update: public_html/S-XML.html public_html/index.html
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Fri Jun 11 13:25:04 UTC 2004
Update of /project/s-xml/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv9100
Modified Files:
index.html
Added Files:
S-XML.html
Log Message:
added api and download
Date: Fri Jun 11 06:25:04 2004
Author: scaekenberghe
Index: public_html/index.html
diff -u public_html/index.html:1.4 public_html/index.html:1.5
--- public_html/index.html:1.4 Fri Jun 11 05:43:53 2004
+++ public_html/index.html Fri Jun 11 06:25:04 2004
@@ -16,11 +16,6 @@
<p>S-XML is a simple XML parser implemented in Common Lisp.</p>
<p>
- <em>This project is starting up</em>
- and is currently available via <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=s-xml">CVS</a>.
- </p>
-
- <p>
This XML parser implementation has the following features:
</p>
<ul>
@@ -41,6 +36,20 @@
<li>It is not validating, even skips DTD's all together.</li>
</ul>
+<h3>Download</h3>
+<p>
+ You can download the LLGPL source code and documentation as <a href="s-xml.tgz">s-xml.tgz</a>
+ (signature: <a href="s-xml.tgz.asc">s-xml.tgz.asc</a>)
+ (build and/or install with ASDF).
+ There is also <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=s-xml">CVS</a> access.
+</p>
+
+<h3>API</h3>
+<p>
+ The plain API exported by the package S-XML (automatically generated by LispDoc)
+ is available in <a href="S-XML.html">S-XML.html</a>.
+</p>
+
<h3>XML Parser</h3>
<p>
Using a DOM parser is easier, but usually less efficient: see the next sections. To use the event-based API of the parser, you call the function start-parse-xml on a stream, specifying 3 hook functions:
@@ -264,7 +273,7 @@
<li><a href="http://common-lisp.net/mailman/listinfo/s-xml-announce">S-XML-ANNOUNCE mailing list info</a></li>
</ul>
- <p>CVS version $Id: index.html,v 1.4 2004/06/11 12:43:53 scaekenberghe Exp $</p>
+ <p>CVS version $Id: index.html,v 1.5 2004/06/11 13:25:04 scaekenberghe Exp $</p>
<div class="footer">
<p>Back to <a href="http://common-lisp.net/">Common-lisp.net</a>.</p>
More information about the S-xml-cvs
mailing list