Author: jochen Date: Fri May 12 16:25:03 2006 New Revision: 405941 URL: http://svn.apache.org/viewcvs?rev=405941&view=rev Log: Added link to an example by Mark Petrovic
Added: webservices/xmlrpc/trunk/src/site/apt/links.apt Modified: webservices/xmlrpc/trunk/src/site/site.xml Added: webservices/xmlrpc/trunk/src/site/apt/links.apt URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/src/site/apt/links.apt?rev=405941&view=auto ============================================================================== --- webservices/xmlrpc/trunk/src/site/apt/links.apt (added) +++ webservices/xmlrpc/trunk/src/site/apt/links.apt Fri May 12 16:25:03 2006 @@ -0,0 +1,15 @@ + -------------------------------- + External Links + -------------------------------- + + Below you'll find some links to external sources, that deal with + Apache XML-RPC. + +Specifications + + * The {{{http://www.xmlrpc.com/spec}XML-RPC specification}} + +Examples and Tutorials + + * A simple, yet complete example of using the XmlRpcServlet by + {{{http://www.petrovic.org/blog/?p=127}Mark Petrovic}} Modified: webservices/xmlrpc/trunk/src/site/site.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/src/site/site.xml?rev=405941&r1=405940&r2=405941&view=diff ============================================================================== --- webservices/xmlrpc/trunk/src/site/site.xml (original) +++ webservices/xmlrpc/trunk/src/site/site.xml Fri May 12 16:25:03 2006 @@ -21,6 +21,7 @@ <item name="FAQ" href="/faq.html"/> <item name="Contributing" href="/contributing.html"/> <item name="XML-RPC 2" href="http://ws.apache.org/xmlrpc/xmlrpc2"/> + <item name="Links" href="/links.html"/> </menu> ${reports}