Author: cziegeler
Date: Mon Nov 14 06:40:38 2005
New Revision: 344134
URL: http://svn.apache.org/viewcvs?rev=344134&view=rev
Log:
Update the site docs: move to svn and add links to mail archives
Apply patches submitted by Andrew Petro (microcline@gmail.com)
Fixes issues WSRP4J-76 and WSRP4J-77
Modified:
portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/cvs.xml
portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/mail.xml
portals/wsrp4j/trunk/site/src/documentation/content/xdocs/site.xml
Modified: portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/cvs.xml
URL: http://svn.apache.org/viewcvs/portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/cvs.xml?rev=344134&r1=344133&r2=344134&view=diff
==============================================================================
--- portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/cvs.xml (original)
+++ portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/cvs.xml Mon Nov
14 06:40:38 2005
@@ -20,6 +20,18 @@
<title>Access the Source Tree</title>
</header>
<body>
+ <section>
+ <title>Subversion</title>
+ <p>WSRP4J now uses Subversion for source control. The latest code is available
at</p>
+ <source>
+ https://svn.apache.org/repos/asf/portals/wsrp4j/trunk
+ </source>
+ <p>You can check out the latest code using command line Subversion like this:</p>
+ <code>svn co https://svn.apache.org/repos/asf/portals/wsrp4j/trunk</code>
+ </section>
+ <section>
+ <title>Read-only, locked, legacy CVS</title>
+ <p>As of 28 October 2005, the cvs has been locked and has only read access from
now on. Use SVN to access the latest code.</p>
<p>
Anyone can checkout source code from our anonymous CVS server. To do
so, simply use the following commands (if you are using a GUI CVS
@@ -34,5 +46,7 @@
<source>
cvs -d :pserver:anoncvs@cvs.apache.org:/home/cvspublic checkout ws-wsrp4j
</source>
+ </section>
+
</body>
</document>
Modified: portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/mail.xml
URL: http://svn.apache.org/viewcvs/portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/mail.xml?rev=344134&r1=344133&r2=344134&view=diff
==============================================================================
--- portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/mail.xml (original)
+++ portals/wsrp4j/trunk/site/src/documentation/content/xdocs/contributing/mail.xml Mon Nov
14 06:40:38 2005
@@ -33,6 +33,16 @@
Subscribe to ws-wsrp4j-user
</link>
</p>
+ <p>
+ <link href="http://mail-archives.apache.org/mod_mbox/ws-wsrp4j-user/">
+ Archive of the user list
+ </link>
+ </p>
+ <p>
+ <link href="mailto:wsrp4j-user-unsubscribe@ws.apache.org">
+ Unsubscribe from ws-wsrp4j-user
+ </link>
+ </p>
</dd>
<dt>Developers:</dt>
<dd>
@@ -43,6 +53,16 @@
<p>
<link href="mailto:wsrp4j-dev-subscribe@ws.apache.org">
Subscribe to ws-wsrp4j-dev
+ </link>
+ </p>
+ <p>
+ <link href="http://mail-archives.apache.org/mod_mbox/ws-wsrp4j-dev/">
+ Archive of the developer list
+ </link>
+ </p>
+ <p>
+ <link href="mailto:wsrp4j-dev-unsubscribe@ws.apache.org">
+ Unsubscribe from ws-wsrp4j-dev
</link>
</p>
</dd>
Modified: portals/wsrp4j/trunk/site/src/documentation/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/portals/wsrp4j/trunk/site/src/documentation/content/xdocs/site.xml?rev=344134&r1=344133&r2=344134&view=diff
==============================================================================
--- portals/wsrp4j/trunk/site/src/documentation/content/xdocs/site.xml (original)
+++ portals/wsrp4j/trunk/site/src/documentation/content/xdocs/site.xml Mon Nov 14 06:40:38
2005
@@ -54,7 +54,7 @@
<contributing label="Get Involved" href="contributing/" tab="contributing">
<!--<gi label="Overview" href="index.html" description="Getting Involved"/>-->
- <cvs label="CVS Repository" href="cvs.html" description="How to see source"/>
+ <cvs label="CVS and SVN Repositories" href="cvs.html" description="How to see source"/>
<link5 label="WSRP4J Wiki Pages" href="ext:wiki"/>
<link4 label="WSRP4J TODO Wiki" href="ext:todo"/>
<bugs label="Bugs (JIRA)" href="ext:jira" description="Link to JIRA"/>
|