Author: sgoeschl Date: Mon Nov 14 23:30:53 2005 New Revision: 344324 URL: http://svn.apache.org/viewcvs?rev=344324&view=rev Log: Fixing XMLRPC website
+) deleting cvs.xml and lists.xml since this is part of Maven POM anyway +) updated download.xml and navigation.xml to use SVN instead of CVS Added: webservices/xmlrpc/trunk/xdocs/svn.xml Removed: webservices/xmlrpc/trunk/xdocs/cvs.xml webservices/xmlrpc/trunk/xdocs/lists.xml Modified: webservices/xmlrpc/trunk/xdocs/changes.xml webservices/xmlrpc/trunk/xdocs/download.xml webservices/xmlrpc/trunk/xdocs/navigation.xml Modified: webservices/xmlrpc/trunk/xdocs/changes.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/changes.xml?rev=344324&r1=344323&r2=344324&view=diff ============================================================================== --- webservices/xmlrpc/trunk/xdocs/changes.xml (original) +++ webservices/xmlrpc/trunk/xdocs/changes.xml Mon Nov 14 23:30:53 2005 @@ -8,6 +8,9 @@ <body> <release version="2.1-dev" date="as in SVN"> + <action dev="sgoeschl" type="fix"> + Removing all CVS related content and fixed mailbox address + </action> <action dev="sgoeschl" type="update"> Adding the SVN links to the project website </action> Modified: webservices/xmlrpc/trunk/xdocs/download.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/download.xml?rev=344324&r1=344323&r2=344324&view=diff ============================================================================== --- webservices/xmlrpc/trunk/xdocs/download.xml (original) +++ webservices/xmlrpc/trunk/xdocs/download.xml Mon Nov 14 23:30:53 2005 @@ -1,26 +1,16 @@ <?xml version="1.0"?> - <document> <properties> <title>Download</title> <author email="[EMAIL PROTECTED]">Hannes Wallnofer</author> </properties> - <body> <section name="Downloading Apache XML-RPC"> - <p> -You can download the latest release version from the -<a href="http://www.apache.org/dyn/closer.cgi/ws/xmlrpc/">distribution directory</a>. - </p> - <p> -Alternatively, you can get the latest code snapshot via -<a href="http://ws.apache.org/xmlrpc/cvs.html">anonymous CVS</a>. - </p> - <p> -Information on how to build and use the software is included in the -package. - </p> - </section> - + <p> You can download the latest release version from the + <a href="http://www.apache.org/dyn/closer.cgi/ws/xmlrpc/">distribution directory</a>. </p> + <p> Alternatively, you can get the latest code snapshot via + <a href="http://ws.apache.org/xmlrpc/svn.html">Subversion</a>. </p> + <p> Information on how to build and use the software is included in the package. </p> + </section> </body> </document> Modified: webservices/xmlrpc/trunk/xdocs/navigation.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/navigation.xml?rev=344324&r1=344323&r2=344324&view=diff ============================================================================== --- webservices/xmlrpc/trunk/xdocs/navigation.xml (original) +++ webservices/xmlrpc/trunk/xdocs/navigation.xml Mon Nov 14 23:30:53 2005 @@ -15,9 +15,8 @@ </menu> <menu name="Resources"> <item name="Download" href="/download.html"/> - <item name="Mailing Lists" href="/lists.html"/> <item name="Contributing" href="/contributing.html"/> - <item name="CVS Repository" href="/cvs.html"/> + <item name="SVN Repository" href="/svn.html"/> </menu> </body> </project> Added: webservices/xmlrpc/trunk/xdocs/svn.xml URL: http://svn.apache.org/viewcvs/webservices/xmlrpc/trunk/xdocs/svn.xml?rev=344324&view=auto ============================================================================== --- webservices/xmlrpc/trunk/xdocs/svn.xml (added) +++ webservices/xmlrpc/trunk/xdocs/svn.xml Mon Nov 14 23:30:53 2005 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<document> + <properties> + <title>Subversion Repository</title> + <author email="[EMAIL PROTECTED]">Siegfried Goeschl</author> + </properties> + <body> + <section name="Web Access to the Subversion Repository"> + <p> + You can browse the xml-rpc repository on svn.apache.org + <a href="http://svn.apache.org/repos/asf/webservices/xmlrpc/"> + via the web</a>. + </p> + </section> + <section name="Download via Subversion"> + <p> + You can checkout the latest version of the code via SVN. To checkout + the code use following commands(if you are using a GUI SVN client, + configure it appropriately) + <pre>svn co http://svn.apache.org/repos/asf/webservices/xmlrpc</pre> + </p> + </section> + </body> +</document>