[cl-soap-cvs] CVS update: public_html/index.html
Sven Van Caekenberghe
scaekenberghe at common-lisp.net
Mon Sep 5 08:03:13 UTC 2005
Update of /project/cl-soap/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv12122
Modified Files:
index.html
Log Message:
added some progress report info
Date: Mon Sep 5 10:03:12 2005
Author: scaekenberghe
Index: public_html/index.html
diff -u public_html/index.html:1.1 public_html/index.html:1.2
--- public_html/index.html:1.1 Mon Sep 5 09:07:08 2005
+++ public_html/index.html Mon Sep 5 10:03:12 2005
@@ -16,7 +16,18 @@
<h3>Phase 1 (First Delivery Target)</h3>
<p>
<ul>
-<li>Setup of a public open source project (e.g. on <a href="http://common-lisp.net">common-lisp.net</a> ).</li>
+<li>Setup of a public open source project (on <a href="http://common-lisp.net">common-lisp.net</a> ).
+ <ul>
+ <li>The official project home is
+ <a href="http://common-lisp.net/project/cl-soap">http://common-lisp.net/project/cl-soap</a></li>
+ <li>The CVS repository can be found at
+ <a href="http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=cl-soap">http://common-lisp.net/cgi-bin/viewcvs.cgi/?cvsroot=cl-soap</a></li>
+ <li>The following mailing list are available:
+ <a href="http://common-lisp.net/mailman/listinfo/cl-soap-devel">CL-SOAP-DEVEL</a>
+ as well as
+ <a href="http://common-lisp.net/mailman/listinfo/cl-soap-cvs">CL-SOAP-CVS</a></li>
+ </ul>
+</li>
<li>Implement as much of the general CL-SOAP framework to access the Google AdWords API
( <a href="http://www.google.com/apis/adwords/">http://www.google.com/apis/adwords/</a> )
from LispWorks ( <a href="http://www.lispworks.com">http://www.lispworks.com</a> ).</li>
@@ -44,14 +55,18 @@
</p>
<h3>Technical Notes</h3>
<p>
-This project will depend on an XML parser - either the S-XML parser
-( <a href="http://common-lisp.net/project/s-xml">http://common-lisp.net/project/s-xml</a>) needs to be extended
-to support some necessary features (namespaces, I8N encodings, CDATA support), or another
-open-source XML parser has to be selected.
+This project depends on an XML parser. The S-XML parser
+( <a href="http://common-lisp.net/project/s-xml">http://common-lisp.net/project/s-xml</a>)
+has been extended to support some necessary features (namespaces for now).
+The code for these additions to S-XML has not yet been released,
+and is only available in the CVS repository.
+Some documentation of the XML Namespace feature in S-XML can be found in
+<a href="http://common-lisp.net/pipermail/s-xml-devel/2005-August/000016.html">this mailing list message</a>.
</p>
<p>
HTTP client and server code will be abstracted out and be made pluggable as to avoid
unnecessary dependencies on other (larger) projects.
+For now, a simple HTTP client has been added to the source code.
</p>
<h3>Organizational Notes</h3>
<p>
@@ -65,6 +80,6 @@
Initial developers and contributors will include Sven Van Caekenberghe (Beta Nine),
Alain Picard (Memetrics), Ivan Melotte (Beta Nine) and Nicky Peeters (Beta Nine).
<p>
-<p>$Id: index.html,v 1.1 2005/09/05 07:07:08 scaekenberghe Exp $</p>
+<p>$Id: index.html,v 1.2 2005/09/05 08:03:12 scaekenberghe Exp $</p>
</body>
</html>
More information about the Cl-soap-cvs
mailing list