Hey, so, ummm, this is the XML-RPC library for Guile and Freenet. It's
pretty damn easy to use -- you just gotta do this:

(use-modules (net xmlrpc freenet))

...and then call the XML-RPC methods of Fred. See the scripts in
./test for examples. Seriously, it's real simple.

You need the (net xmlrpc) module to make this work; you can get this at:

	http://evan.prodromou.san-francisco.ca.us/net-xmlrpc-0.1.tar.gz

Rock on,

~Mr. Bad




