[s-xml-rpc-cvs] CVS update: public_html/S-XML-RPC.html public_html/index.html

Sven Van Caekenberghe scaekenberghe at common-lisp.net
Mon Jun 14 20:25:18 UTC 2004


Update of /project/s-xml-rpc/cvsroot/public_html
In directory common-lisp.net:/tmp/cvs-serv26117

Modified Files:
	index.html 
Added Files:
	S-XML-RPC.html 
Log Message:
updated docs with API reference, etc...

Date: Mon Jun 14 13:25:18 2004
Author: scaekenberghe



Index: public_html/index.html
diff -u public_html/index.html:1.2 public_html/index.html:1.3
--- public_html/index.html:1.2	Sun Jun 13 10:02:14 2004
+++ public_html/index.html	Mon Jun 14 13:25:18 2004
@@ -15,11 +15,6 @@
 
   <p>S-XML-RPC is an implementation of <a href="http://www.xmlrpc.com">XML-RPC</a> in Common Lisp for both client and server.</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-rpc">CVS</a>.
-  </p>
-
     <p>
       XML-RPC is a de facto standard for making remote procedure calls between software running on disparate operating systems, running in different environments and implemented using different languages. XML-RPC is using HTTP as the transport and XML as the encoding. XML-RPC is designed to be as simple as possible, while allowing complex data structures to be transmitted, processed and returned. The protocol is described in detail on <a href="http://www.xmlrpc.com/">http://www.xmlrpc.com/</a>. Some key features (both positive and negative) of the XML-RPC protocol are:
       <ul>
@@ -33,6 +28,20 @@
       </ul>
     </p>
 
+<h3>Download</h3>
+<p>
+  You can download the LLGPL source code and documentation as <a href="s-xml-rpc.tgz">s-xml-rpc.tgz</a> 
+  (signature: <a href="s-xml-rpc.tgz.asc">s-xml-rpc.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-rpc">CVS</a> access.
+</p>
+
+<h3>API</h3>
+<p>
+  The plain API exported by the package S-XML-RPC (automatically generated by LispDoc) 
+  is available in <a href="S-XML-RPC.html">S-XML-RPC.html</a>.
+</p>
+
     <h2>
       Usage
     </h2>
@@ -236,7 +245,29 @@
       The code in the package "S-BASE64" is an implementation of Base64 encoding and decoding (part of RFC 1521). Encoding takes bytes (a binary stream or a byte array) and produces characters (a character stream or a string). Decoding goes the other way.
     </p>
 
-  <p>CVS version $Id: index.html,v 1.2 2004/06/13 17:02:14 rschlatte Exp $</p>
+<h3>Release History</h3>
+
+<ul>
+  <li>today: project moved to common-lisp.net</li>
+  <li>release 8, May 9, 2004: added *xml-rpc-authorization* header option (contributed by Nik Gaffney)</li>
+  <li>release 7, March 10, 2004: reorganized code to facilitate porting (added package.lisp and sysdeps.lisp, removed run-xml-rpc-server), integrated contributions from Rudi Schlatte and Brian Mastenbrook; SBCL is now supported; fixed a bug where empty strings were turned into nil, added a test</li>
+  <li>release 6, Januari 21, 2004: ported to LispWorks, added *xml-rpc-package*, *xml-rpc-call-hook* and execute-xml-rpc-call</li>
+  <li>release 5, Januari 20, 2004: added ASDF support, included some contributed patches</li>
+  <li>release 4, June 10, 2003: tracking a minor, but incompatible change in the XML parser</li>
+  <li>release 3, May 25, 2003: the XML parser has been put in a separate package, we are using the more efficient SAX interface of the parser, improved documentation</li>
+  <li>release 2, Januari 6, 2003: we now pass the <a href="http://validator.xmlrpc.com">XML-RPC validator tests</a>, various important bug fixes, improved documentation</li>
+  <li>release 1, December 15, 2002: first public release of working code, not optimized, limited testing</li>
+</ul>
+
+<h3>Mailing Lists</h3>
+
+<ul>
+  <li><a href="http://common-lisp.net/mailman/listinfo/s-xml-rpc-cvs">S-XML-RPC-CVS mailing list info</a></li>
+  <li><a href="http://common-lisp.net/mailman/listinfo/s-xml-rpc-devel">S-XML-RPC-DEVEL mailing list info</a></li>
+  <li><a href="http://common-lisp.net/mailman/listinfo/s-xml-rpc-announce">S-XML-RPC-ANNOUNCE mailing list info</a></li>
+</ul>
+
+  <p>CVS version $Id: index.html,v 1.3 2004/06/14 20:25:18 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-rpc-cvs mailing list