From scaekenberghe at common-lisp.net Thu Jul 8 19:36:53 2004 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Thu, 08 Jul 2004 12:36:53 -0700 Subject: [s-xml-rpc-cvs] CVS update: public_html/index.html Message-ID: Update of /project/s-xml-rpc/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv2257 Modified Files: index.html Log Message: added some personal info Date: Thu Jul 8 12:36:53 2004 Author: scaekenberghe Index: public_html/index.html diff -u public_html/index.html:1.3 public_html/index.html:1.4 --- public_html/index.html:1.3 Mon Jun 14 13:25:18 2004 +++ public_html/index.html Thu Jul 8 12:36:53 2004 @@ -13,7 +13,13 @@

S-XML-RPC

-

S-XML-RPC is an implementation of XML-RPC in Common Lisp for both client and server.

+

+ S-XML-RPC is an implementation of XML-RPC in Common Lisp for both client and server. + Originally it was written by Sven Van Caekenberghe. + It is now being maintained by Sven Van Caekenberghe, + Rudi Schlatte and Brian Mastenbrook. + S-XML-RPC is using S-XML as parser. +

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 http://www.xmlrpc.com/. Some key features (both positive and negative) of the XML-RPC protocol are: @@ -31,7 +37,8 @@

Download

You can download the LLGPL source code and documentation as s-xml-rpc.tgz - (signature: s-xml-rpc.tgz.asc) + (signature: s-xml-rpc.tgz.asc for which the public key can be found + in the common-lisp.net keyring) (build and/or install with ASDF). There is also CVS access.

@@ -267,7 +274,7 @@
  • S-XML-RPC-ANNOUNCE mailing list info
  • -

    CVS version $Id: index.html,v 1.3 2004/06/14 20:25:18 scaekenberghe Exp $

    +

    CVS version $Id: index.html,v 1.4 2004/07/08 19:36:53 scaekenberghe Exp $