[ANN] xmlrpccgi.py 0.1

Kalle Svensson kalle at gnupung.net
Sun Mar 4 19:40:36 EST 2001


[Not PGP signed according to c.l.py.announce posting guidelines]

xmlrpccgi.py is a CGI XML-RPC server, for those of us not lucky enough to be
able to run our own daemons.

This is a first release, expect bugs.  I'd really appreciate feedback.
There's no documentation yet, but check the test() function.
Any questions?  Don't hesitate to ask.

It uses xmlrpclib by Secret Labs, which can be found on
http://www.pythonware.com/products/xmlrpc/

URL:       http://gnupung.net/programming.php#xmlrpccgi
Download:  http://gnupung.net/download/xmlrpccgi.py
Demo:      http://gnupung.net/cgi-bin/xmlrpccgi.py
License:   GPL

About XML-RPC:
  XML-RPC is, as the name suggests, a protocol for remote procedure calls.
  It uses XML over e.g. HTTP.  Design goals were:
   * Cross platform compatibility.
   * Human readability.
   * Easy implementation.
  More info: http://www.xml-rpc.com/

Peace,
  Kalle
-- 
Email: kalle at gnupung.net     | You can tune a filesystem, but you
Web: http://www.gnupung.net/ | can't tune a fish. -- man tunefs(8)
PGP fingerprint: 0C56 B171 8159 327F 1824 F5DE 74D7 80D7 BF3B B1DD




More information about the Python-list mailing list