|
From: Ken M. <kma...@us...> - 2002-08-02 14:54:57
|
Update of /cvsroot/perl-xml/Frontier-RPC In directory usw-pr-cvs1:/tmp/cvs-serv26086 Modified Files: ChangeLog Changes README Log Message: * docs/make-rel: added * README: changed mirror location to SourceForge; added notes for Apache::XMLRPC and Frontier::Responder. Index: ChangeLog =================================================================== RCS file: /cvsroot/perl-xml/Frontier-RPC/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- ChangeLog 3 Oct 2001 01:30:53 -0000 1.26 +++ ChangeLog 2 Aug 2002 14:54:50 -0000 1.27 @@ -1,3 +1,10 @@ +2002-08-02 Ken MacLeod <ke...@bi...> + + * docs/make-rel: added + + * README: changed mirror location to SourceForge; added notes for + Apache::XMLRPC and Frontier::Responder. + 2001-04-25 Ken MacLeod <ke...@bi...> * lib/Frontier/Daemon.pm (new): return $self; submitted by Aaron Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/Frontier-RPC/Changes,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Changes 23 Apr 2001 19:08:38 -0000 1.25 +++ Changes 2 Aug 2002 14:54:50 -0000 1.26 @@ -21,6 +21,7 @@ <struct>s, suggested by John Posner <jj...@co...> - Frontier::Daemon now supports use_objects, suggested by John Posner + - Added docs/make-rel to create releases from CVS - fixes - create an Integer special object for <int>s (was just <i4>s), reported by John Posner Index: README =================================================================== RCS file: /cvsroot/perl-xml/Frontier-RPC/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- README 3 Oct 2001 01:30:53 -0000 1.10 +++ README 2 Aug 2002 14:54:50 -0000 1.11 @@ -29,12 +29,12 @@ <http://www.xmlrpc.com/> Newer versions of this module can be found on CPAN or at - <http://bitsko.slc.ut.us/~ken/xml-rpc/>. Questions can be + <http://perl-xml.sourceforge.net/xml-rpc/>. Questions can be directed to the discussion board on XML-RPC.com or to the XML-RPC mailing list. To join the XML-RPC mailing list visit - <http://egroups.com/group/xml-rpc/>. + <http://yahoogroups.com/group/xml-rpc/>. - Copyright (C) 1998-2001 Ken MacLeod + Copyright (C) 1998-2002 Ken MacLeod Frontier::RPC is distributed under the same terms as Perl. OVERVIEW @@ -52,6 +52,9 @@ The Frontier::RPC2 module implements the encoding and decoding of XML RPC requests using the XML::Parser Perl module. + + Apache::XMLRPC serves XML-RPC requests from Apache's mod_perl. + Frontier::Responder serves XML-RPC requests as a CGI script. QUICK USAGE GUIDE |