dlr 2003/11/22 11:59:50
Modified: xdocs changes.xml client.xml cvs.xml index.xml lists.xml server.xml types.xml Log: Documentation enhancements, updates, and fixes from Tetsuya Kitahata. * xdocs/changes.xml CVS Repository Name has changed from xml-rpc to ws-xmlrpc. * xdocs/client.xml * xdocs/index.xml * xdocs/server.xml * xdocs/types.xml URL fixup. * xdocs/cvs.xml ViewCVS URL correction and cvs checkout instruction update. * xdocs/lists.xml Mbox archive links. Revision Changes Path 1.21 +12 -0 ws-xmlrpc/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/changes.xml,v retrieving revision 1.20 retrieving revision 1.21 diff -u -u -r1.20 -r1.21 --- changes.xml 29 Jan 2003 01:39:13 -0000 1.20 +++ changes.xml 22 Nov 2003 19:59:50 -0000 1.21 @@ -13,6 +13,18 @@ <p> <ul> + + <li> + <strong>10 Sep 2003</strong> + <ul> + + <li> + CVS Repository Name has changed from <em>xml-rpc</em> to <em>ws-xmlrpc</em>. + </li> + + </ul> + </li> + <li> <strong>28 Jan 2003</strong> <ul> 1.5 +1 -1 ws-xmlrpc/xdocs/client.xml Index: client.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/client.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- client.xml 4 Dec 2002 23:21:46 -0000 1.4 +++ client.xml 22 Nov 2003 19:59:50 -0000 1.5 @@ -15,7 +15,7 @@ <li><a href="/xmlrpc/apidocs/org/apache/xmlrpc/XmlRpcClient.html">org.apache.xmlrpc.XmlRpcClient </a> uses java.net.URLConnection, the HTTP client that comes with the standard Java API</li> - <li><a href="/xmlrpc/apidocs/org/apache//xmlrpc/XmlRpcClientLite.html">org.apache.xmlrpc.XmlRpcClientLite</a> provides its own lightweight + <li><a href="/xmlrpc/apidocs/org/apache/xmlrpc/XmlRpcClientLite.html">org.apache.xmlrpc.XmlRpcClientLite</a> provides its own lightweight HTTP client implementation.</li></ul> <p>If you need full HTTP support (e.g. Proxies, Redirect etc), 1.4 +3 -3 ws-xmlrpc/xdocs/cvs.xml Index: cvs.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/cvs.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- cvs.xml 29 Jan 2003 01:39:13 -0000 1.3 +++ cvs.xml 22 Nov 2003 19:59:50 -0000 1.4 @@ -10,7 +10,7 @@ <section name="Web Access to the Repository"> <p> You can browse the xml-rpc repository on cvs.apache.org -<a href="http://cvs.apache.org/viewcvs.cgi/xml-rpc">via the web</a>. +<a href="http://cvs.apache.org/viewcvs/ws-xmlrpc/">via the web</a>. </p> </section> <section name="Download via Anonymous CVS"> @@ -23,10 +23,10 @@ <pre>cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login password: anoncvs -cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout xml-rpc +cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic checkout ws-xmlrpc </pre> <p> For more options regarding the Apache CVS repositories see -<a href="http://xml.apache.org/cvs.html">this page</a>. +<a href="http://ws.apache.org/cvs.html">this page</a>. </p> </section> 1.2 +1 -1 ws-xmlrpc/xdocs/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -u -r1.1 -r1.2 --- index.xml 31 Oct 2001 21:35:13 -0000 1.1 +++ index.xml 22 Nov 2003 19:59:50 -0000 1.2 @@ -8,7 +8,7 @@ <body> <section name="About Apache XML-RPC"> - <p>Apache XML-RPC is a Java implementation of <a href="http://www.xmlrpc.com">XML-RPC</a>, + <p>Apache XML-RPC is a Java implementation of <a href="http://www.xmlrpc.com/">XML-RPC</a>, a popular protocol that uses XML over HTTP to implement remote procedure calls. </p> 1.4 +2 -0 ws-xmlrpc/xdocs/lists.xml Index: lists.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/lists.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -u -r1.3 -r1.4 --- lists.xml 29 Jan 2003 01:39:13 -0000 1.3 +++ lists.xml 22 Nov 2003 19:59:50 -0000 1.4 @@ -11,6 +11,7 @@ <p> <a href="mailto:[EMAIL PROTECTED]">Subscribe</a> <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> +<a href="http://ws.apache.org/mail/xmlrpc-user/">Mbox-format Archives</a> </p> <p> This is the list where users of XML-RPC can meet and @@ -21,6 +22,7 @@ <p> <a href="mailto:[EMAIL PROTECTED]">Subscribe</a> <a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> +<a href="http://ws.apache.org/mail/xmlrpc-dev/">Mbox-format Archives</a> </p> <p> This is the list where participating developers of the 1.8 +1 -1 ws-xmlrpc/xdocs/server.xml Index: server.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/server.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -u -r1.7 -r1.8 --- server.xml 24 Jan 2003 01:45:29 -0000 1.7 +++ server.xml 22 Nov 2003 19:59:50 -0000 1.8 @@ -35,7 +35,7 @@ looking for public methods in the handler object corresponding to the method name and the parameter types of incoming requests. The input parameters of incoming XML-RPC requests must match the argument types of the Java method - (see <a href="/xml-rpc/types.html">conversion table</a>), or otherwise the method + (see <a href="types.html">conversion table</a>), or otherwise the method won't be found. The return value of the Java method must be supported by XML-RPC. </li> 1.5 +1 -1 ws-xmlrpc/xdocs/types.xml Index: types.xml =================================================================== RCS file: /home/cvs/ws-xmlrpc/xdocs/types.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -u -r1.4 -r1.5 --- types.xml 9 Jul 2002 18:29:10 -0000 1.4 +++ types.xml 22 Nov 2003 19:59:50 -0000 1.5 @@ -9,7 +9,7 @@ <body> <section name="Type Mapping between XML-RPC and Java"> <p> - The following table explains how data types are converted between their <a href="http://www.xmlrpc.com/spec">XML-RPC + The following table explains how data types are converted between their <a href="http://www.xmlrpc.com/spec/">XML-RPC representation</a> and Java.</p> <p>Note that the automatic invocation mechanism expects your classes to take the