Hi,
Patch attached... I hope attachments work here.
Otherwise please suggest another way to send the patch.
Mylene
On 2/9/06, Davanum Srinivas <[EMAIL PROTECTED]> wrote:
> Would you like to help? the web site is forrest generated, the sources
> are in svn:
> http://svn.apache.org/repos/asf/webservices/site/trunk/
>
> if so, can you please submit a patch?
>
> thanks,
> dims
>
> On 2/9/06, mylene <[EMAIL PROTECTED]> wrote:
> > Hi all,
> >
> > As all the source code is now in SVN, shouldn't the links to CVS be
> > changed to appropriate SVN links?
> >
> > --
> > Mylene
> >
> > Books just wanna be FREE! See what I mean at:
> > http://bookcrossing.com/friend/mylene
> >
>
>
> --
> Davanum Srinivas : http://wso2.com/blogs/
>
--
Mylene
Books just wanna be FREE! See what I mean at:
http://bookcrossing.com/friend/mylene
Index: src/documentation/content/xdocs/library.xml
===================================================================
--- src/documentation/content/xdocs/library.xml (revision 376591)
+++ src/documentation/content/xdocs/library.xml (working copy)
@@ -28,26 +28,25 @@
<br/>
Written by the creators of the Java Programming Language, this online
book is
considered by many to be the bible for programming in
Java. A must read.
- </li>
+ </li>
<li>
<a
href="http://java.sun.com/products/jdk/javadoc/index.html">Javadoc</a>
<br/>
Javadoc is the automatic software documentation generator used by Java
since it
was first released. All Java code written for this project
must be documented using
Javadoc conventions.
- </li>
+ </li>
<li>
- <a href="http://www.cvshome.org/docs/blandy.html">Introduction to
CVS</a>
+ <a href="http://svnbook.red-bean.com/">Version Control with
Subversion</a>
<br/>
- Written by Jim Blandy, this brief introduction gives a first look into
CVS. If you
- have never used CVS before, you'll want to start here.
- </li>
+ Written by Ben Collins-Sussman, Brian W. Fitzpatrick and C. Michael
Pilato, this book
+ is the main manual for Subversion.
+ </li>
<li>
- <a href="http://www.cvshome.org/docs/cederqvist.html">Version
Management with CVS</a>
+ <a
href="http://www.apache.org/dev/version-control.html#anon-svn">Apache guidance
for Subversion</a>
<br/>
- Written by Per Cederqvist at al, this is the main manual for CVS. It
provides details
- on all documented CVS features.
- </li>
+ The Apache Guidelines for using Subversion. You should be familiar
with them.
+ </li>
</ul>
</section>
<section>
Index: BUILD.txt
===================================================================
--- BUILD.txt (revision 376591)
+++ BUILD.txt (working copy)
@@ -1,7 +1,7 @@
Building the WebServices website
--------------------------------
-1) Install Ant as desribed below.
-2) Install Forrest as desribed below.
+1) Install Ant as described below.
+2) Install Forrest as described below.
3) cd to the ws-site project directory (e.g. /projects/ws-site).
4) Run 'ant'.