You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by te...@apache.org on 2003/09/17 09:42:33 UTC

cvs commit: ws-site/src/documentation/content/xdocs tabs.xml site.xml overview.xml news.xml mail.xml legal.xml index.xml cvs.xml contact.xml

tetsuya     2003/09/17 00:42:33

  Modified:    src/documentation/content/xdocs tabs.xml site.xml
                        overview.xml news.xml mail.xml legal.xml index.xml
                        cvs.xml contact.xml
  Log:
  Refactoring:
  1. Make full use of "external reference"
  2. Modify to be fit to the "Apache Forrest 0.5"
  3. List of SubProjects (Left-Side Navigator)
  etc.
  
  Revision  Changes    Path
  1.2       +4 -3      ws-site/src/documentation/content/xdocs/tabs.xml
  
  Index: tabs.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/tabs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- tabs.xml	23 Jan 2003 20:39:11 -0000	1.1
  +++ tabs.xml	17 Sep 2003 07:42:33 -0000	1.2
  @@ -1,9 +1,9 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <!DOCTYPE tabs PUBLIC "-//APACHE//DTD Cocoon Documentation Tab V1.0//EN" "tab-cocoon-v10.dtd">
   
  -<tabs software="MyProj"
  -  title="MyProj"
  -  copyright="Foo"
  +<tabs software="WebServices"
  +  title="WebServices"
  +  copyright="The Apache Software Foundation"
     xmlns:xlink="http://www.w3.org/1999/xlink">
   
     <!-- The rules are:
  @@ -14,6 +14,7 @@
   
   
     <tab label="Home" dir=""/>
  +  <tab label="Information" href="info.html"/>
     <!-- Add new tabs here, eg:
     <tab label="How-Tos" dir="community/howto/"/>
     <tab label="XML Site" dir="xml-site/"/>
  
  
  
  1.11      +56 -19    ws-site/src/documentation/content/xdocs/site.xml
  
  Index: site.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/site.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- site.xml	14 Sep 2003 17:24:43 -0000	1.10
  +++ site.xml	17 Sep 2003 07:42:33 -0000	1.11
  @@ -14,37 +14,74 @@
   See http://xml.apache.org/forrest/linking.html for more info
   -->
   
  -<site label="Web Services" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
  -
  -
  -  <menu label="About">
  -    <menu-item label="Welcome" href="index.html"/>
  -    <menu-item label="News" href="news.html"/>
  -    <todo label="Todo" href="todo.html"/>
  -  </menu>
  -
  -  <menu label="Information">
  -    <menu-item label="Downloads" href="mirrors.html"/>
  -    <menu-item label="Get Involved" href="overview.html"/>
  -    <menu-item label="CVS Repositories" href="cvs.html"/>
  -    <menu-item label="Mailing Lists" href="mail.html"/>
  -    <menu-item label="Reference" href="library.html"/>
  -    <menu-item label="Legal Stuff" href="legal.html"/>
  -    <menu-item label="Contact Info" href="contact.html"/>
  -  </menu>
  +<site label="WebServices" href="" xmlns="http://apache.org/forrest/linkmap/1.0">
   
     <external-refs>
       <xml.apache.org href="http://xml.apache.org/">
         <forrest href="forrest/"/>
  -      <cocoon href="cocoon/"/>
       </xml.apache.org>
  +    <cocoon href="http://cocoon.apache.org/"/>
       <ws.apache.org href="http://ws.apache.org/">
  +      <mirrors href="mirrors.cgi"/>
         <xmlrpc href="xmlrpc/"/>
         <soap href="soap/"/>
         <axis href="axis/"/>
         <wsif href="wsif/"/>
         <wsrp4j href="wsrp4j/"/>
  +      <jaxme href="jaxme/"/>
  +      <asl href="LICENSE.txt"/>
       </ws.apache.org>
  +    <cvs.apache.org href="http://cvs.apache.org/">
  +      <wsil href="viewcvs/*checkout*/ws-wsil/java/README.htm"/>
  +      <viewcvs href="viewcvs/">
  +        <site href="ws-site/"/>
  +        <soap href="ws-soap/"/>
  +        <axis href="ws-axis/"/>
  +        <wsif href="ws-wsif/"/>
  +        <wsil href="ws-wsil/"/>
  +        <jaxme href="ws-jaxme/"/>
  +        <xmlrpc href="ws-xmlrpc/"/>
  +        <wsrp4j href="ws-wsrp4j/"/>
  +      </viewcvs>
  +    </cvs.apache.org>
  +    <www.apache.org href="http://www.apache.org/">
  +      <foundation href="foundation/"/>
  +    </www.apache.org>
  +    <nagoya.apache.org href="http://nagoya.apache.org/">
  +      <eyebrowse href="eyebrowse/"/>
  +      <bugzilla href="bugzilla/"/>
  +      <apachewiki href="wiki/apachewiki.cgi?HomePage"/>
  +    </nagoya.apache.org>
  +    <archive.apache.org href="http://archive.apache.org/">
  +      <archive-ws href="dist/ws/"/>
  +    </archive.apache.org>
     </external-refs>
  +
  +
  +  <about label="WebServices">
  +    <index label="Welcome" href="index.html"/>
  +    <news label="News" href="news.html"/>
  +    <todo label="Todo" href="todo.html"/>
  +  </about>
  +
  +  <info label="Information">
  +    <overview label="Overview" href="info.html"/>
  +    <downloads label="Downloads" href="mirrors.html"/>
  +    <getinvolved label="Get Involved" href="overview.html"/>
  +    <cvs label="CVS Repositories" href="cvs.html"/>
  +    <ml label="Mailing Lists" href="mail.html"/>
  +    <ref label="Reference" href="library.html"/>
  +    <legal label="Legal Stuff" href="legal.html"/>
  +    <contact label="Contact Info" href="contact.html"/>
  +  </info>
  +
  +  <projects label="Projects">
  +    <axis label="Axis" href="ext:axis"/>
  +    <soap label="SOAP" href="ext:soap"/>
  +    <wsif label="WSIF" href="ext:wsif"/>
  +    <wsil label="WSIL" href="ext:wsil"/>
  +    <wsrp4j label="WSRP4J" href="ext:wsrp4j"/>
  +    <xmlrpc label="XMLRPC" href="ext:xmlrpc"/>
  +  </projects>
   
   </site>
  
  
  
  1.3       +7 -7      ws-site/src/documentation/content/xdocs/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/overview.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- overview.xml	12 Sep 2003 05:58:59 -0000	1.2
  +++ overview.xml	17 Sep 2003 07:42:33 -0000	1.3
  @@ -14,7 +14,7 @@
       </p>
       <p>
         There are a variety of ways to participate. Regardless of how you choose 
  -      to participate, we suggest you join some or all of our <link href="mail.html">mailing lists</link>.
  +      to participate, we suggest you join some or all of our <link href="site:ml">mailing lists</link>.
       </p>
       <section>
         <title>Use the Products and Give Us Feedback</title>
  @@ -25,16 +25,16 @@
         </p>
         <ul>
           <li>
  -          <link href="mail.html">Mailing lists</link>
  +          <link href="site:ml">Mailing Lists</link>
           </li>
           <li>
  -          <jump href="http://ws.apache.org/mirrors.cgi">Download (mirror)</jump>
  +          <link href="ext:mirrors">Download (mirror)</link>
           </li>
           <li>
  -          <jump href="http://ws.apache.org/dist/">Download (ws.apache.org)</jump>
  +          <link href="ext:archive-ws">Download (archive.apache.org)</link>
           </li>
           <li>
  -          <jump href="http://nagoya.apache.org/bugzilla/">Report bugs/Request additional features</jump>
  +          <link href="ext:bugzilla">Report bugs/Request additional features</link>
           </li>
         </ul>
       </section>
  @@ -47,10 +47,10 @@
         </p>
         <ul>
           <li>
  -          <link href="library.html">Review Reference Library</link>
  +          <link href="site:ref">Review Reference Library</link>
           </li>
           <li>
  -          <link href="cvs.html">
  +          <link href="site:cvs">
       Access the CVS repository</link>
           </li>
         </ul>
  
  
  
  1.5       +5 -5      ws-site/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- news.xml	14 Sep 2003 17:24:43 -0000	1.4
  +++ news.xml	17 Sep 2003 07:42:33 -0000	1.5
  @@ -8,31 +8,31 @@
       <section>
         <title>Updated website with WSRP4J project</title>
         <p>14st September 2003 - Added mailing list and web site for wsrp4j. Details at
  -        <link href="http://ws.apache.org/wsrp4j/">http://ws.apache.org/wsrp4j/</link>.
  +        <link href="ext:wsrp4j">WSRP4J Website</link>.
         </p>
       </section>
       <section>
         <title>New Address of CVS Repositories</title>
         <p>11st September 2003 - The Address of CVS Repositories are in the height of the house-moving. Details at
  -        <link href="http://ws.apache.org/cvs.html">http://ws.apache.org/cvs.html</link>.
  +        <link href="site:cvs">CVS Repositories</link>.
         </p>
       </section>
       <section>
         <title>Apache Axis 1.1</title>
         <p>16th June 2003 - The Apache Axis 1.1 is now available. Details at
  -        <link href="http://ws.apache.org/axis/">http://ws.apache.org/axis/</link>.
  +        <link href="ext:axis">Apache Axis Website</link>.
         </p>
       </section>
       <section>
         <title>Apache Axis 1.1RC1</title>
         <p>9th February 2003 - The Apache Axis 1.1 Release Candidate #1 is now available. Details at
  -        <link href="http://ws.apache.org/axis/">http://ws.apache.org/axis/</link>.
  +        <link href="ext:axis">Apache Axis Website</link>.
         </p>
       </section>
       <section>
         <title>Apache WSIF 1.0</title>
         <p>27th January 2003 - The Apache WSIF 1.0 release is now available. Details at
  -        <link href="http://ws.apache.org/wsif/">http://ws.apache.org/wsif/</link>.
  +        <link href="ext:wsif">Apache WSIF Website</link>.
         </p>
       </section>
     </body>
  
  
  
  1.9       +35 -35    ws-site/src/documentation/content/xdocs/mail.xml
  
  Index: mail.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/mail.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- mail.xml	14 Sep 2003 17:24:43 -0000	1.8
  +++ mail.xml	17 Sep 2003 07:42:33 -0000	1.9
  @@ -48,23 +48,23 @@
         <title>Public archives</title>
         <p>
         Archives of many of the most popular ws.apache.org mailing lists 
  -      are kept at <jump href="http://marc.theaimsgroup.com/">http://marc.theaimsgroup.com/</jump>,
  +      are kept at <link href="http://marc.theaimsgroup.com/">http://marc.theaimsgroup.com/</link>,
         which are organized by month and include search features for both subjects 
         and message text.  Many lists are also archived by other large 
         mailing list archive sites as well.
       </p>
         <p>
         All the mailing lists are also archived at
  -      <jump href="http://ws.apache.org/mail/">http://ws.apache.org/mail/</jump>
  +      <link href="http://ws.apache.org/mail/">http://ws.apache.org/mail/</link>
         </p>
       </section>
       <section>
         <title>The ws.apache.org General Discussion List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:general-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:general-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/general/">MBOX Archive</jump>
  +        <link href="mailto:general-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:general-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/general/">MBOX Archive</link>
         </p>
         <p>
         This list is for issues that span across all ws.apache.org projects,
  @@ -75,9 +75,9 @@
         <title>The Axis Users List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:axis-user-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:axis-user-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/axis-user/">MBOX Archive</jump>
  +        <link href="mailto:axis-user-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:axis-user-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/axis-user/">MBOX Archive</link>
         </p>
         <p>
         This is the list where active users of Soap meet and discuss issues, 
  @@ -88,9 +88,9 @@
         <title>The Axis Developer List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:axis-dev-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:axis-dev-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/axis-dev/">MBOX Archive</jump>
  +        <link href="mailto:axis-dev-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:axis-dev-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/axis-dev/">MBOX Archive</link>
         </p>
         <p>
         This is the list where participating developers of Soap meet and 
  @@ -103,9 +103,9 @@
         <title>The Soap Users List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:soap-user-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:soap-user-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/soap-user/">MBOX Archive</jump>
  +        <link href="mailto:soap-user-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:soap-user-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/soap-user/">MBOX Archive</link>
         </p>
         <p>
         This is the list where active users of Soap meet and discuss issues, 
  @@ -116,9 +116,9 @@
         <title>The Soap Developer List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:soap-dev-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:soap-dev-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/soap-dev/">MBOX Archive</jump>
  +        <link href="mailto:soap-dev-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:soap-dev-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/soap-dev/">MBOX Archive</link>
         </p>
         <p>
         This is the list where participating developers of Soap meet and 
  @@ -131,9 +131,9 @@
         <title>The WSIF Users List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:wsif-user-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:wsif-user-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/wsif-user/">MBOX Archive</jump>
  +        <link href="mailto:wsif-user-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:wsif-user-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/wsif-user/">MBOX Archive</link>
         </p>
         <p>
         This is the list where active users of WSIF meet and discuss issues, 
  @@ -144,9 +144,9 @@
         <title>The WSIF Developer List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:wsif-dev-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:wsif-dev-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/wsif-dev/">MBOX Archive</jump>
  +        <link href="mailto:wsif-dev-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:wsif-dev-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/wsif-dev/">MBOX Archive</link>
         </p>
         <p>
         This is the list where participating developers of WSIF meet and 
  @@ -159,9 +159,9 @@
         <title>The XMLRPC Users List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:xmlrpc-user-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:xmlrpc-user-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/xmlrpc-user/">MBOX Archive</jump>
  +        <link href="mailto:xmlrpc-user-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:xmlrpc-user-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/xmlrpc-user/">MBOX Archive</link>
         </p>
         <p>
         This is the list where active users of XMLRPC meet and discuss issues, 
  @@ -172,9 +172,9 @@
         <title>The XMLRPC Developers List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:xmlrpc-dev-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:xmlrpc-dev-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/xmlrpc-dev/">MBOX Archive</jump>
  +        <link href="mailto:xmlrpc-dev-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:xmlrpc-dev-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/xmlrpc-dev/">MBOX Archive</link>
         </p>
         <p>
         This is the list for everyone interested and involved with the active
  @@ -185,9 +185,9 @@
         <title>The WSRP4J Users List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:wsrp4j-user-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:wsrp4j-user-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/wsrp4j-user/">MBOX Archive</jump>
  +        <link href="mailto:wsrp4j-user-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:wsrp4j-user-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/wsrp4j-user/">MBOX Archive</link>
         </p>
         <p>
         This is the list where active users of WSRP4J meet and discuss issues, 
  @@ -198,9 +198,9 @@
         <title>The WSRP4J Developers List</title>
         <p>
           <em>Medium Traffic</em>
  -        <jump href="mailto:wsrp4j-dev-subscribe@ws.apache.org">Subscribe</jump>
  -        <jump href="mailto:wsrp4j-dev-unsubscribe@ws.apache.org">Unsubscribe</jump>
  -        <jump href="http://ws.apache.org/mail/wsrp4j-dev/">MBOX Archive</jump>
  +        <link href="mailto:wsrp4j-dev-subscribe@ws.apache.org">Subscribe</link>
  +        <link href="mailto:wsrp4j-dev-unsubscribe@ws.apache.org">Unsubscribe</link>
  +        <link href="http://ws.apache.org/mail/wsrp4j-dev/">MBOX Archive</link>
         </p>
         <p>
         This is the list for everyone interested and involved with the active
  
  
  
  1.3       +2 -2      ws-site/src/documentation/content/xdocs/legal.xml
  
  Index: legal.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/legal.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- legal.xml	6 Sep 2003 06:37:37 -0000	1.2
  +++ legal.xml	17 Sep 2003 07:42:33 -0000	1.3
  @@ -7,12 +7,12 @@
     </header>
     <body>
       <p>
  -        All material on this website is Copyright (c) 1999-2003 The Apache Software Foundation.
  +        All material on this website is Copyright &copy; 1999-2003 The Apache Software Foundation.
           All Rights Reserved.
       </p>
       <p>
           For details look at the file:
  -        <jump href="http://ws.apache.org/dist/LICENSE.txt">License.txt</jump>.
  +        <link href="ext:asl">License.txt</link>.
       </p>
       <p>
           IBM is a trademark of International Business Systems, Inc. Lotus is a trademark of
  
  
  
  1.14      +6 -5      ws-site/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- index.xml	14 Sep 2003 17:24:43 -0000	1.13
  +++ index.xml	17 Sep 2003 07:42:33 -0000	1.14
  @@ -11,14 +11,15 @@
             <li><link href="ext:axis">Axis</link></li>
             <li><link href="ext:soap">SOAP</link></li>
             <li><link href="ext:wsif">WSIF</link></li>
  -          <li><jump href="http://cvs.apache.org/viewcvs.cgi/*checkout*/ws-wsil/java/README.htm">WSIL</jump></li>
  +          <li><link href="ext:wsil">WSIL</link></li>
             <li><link href="ext:xmlrpc">XML-RPC</link></li>
             <li><link href="ext:wsrp4j">WSRP4J (Under Incubation)</link></li>
  +          <li>JaxMe (In Proposal)</li>
         </ul>
       </section>
       <section>
         <title>Downloads</title>
  -      <p>Downloads are available at <jump href="http://ws.apache.org/mirrors.cgi">http://ws.apache.org/mirrors.cgi</jump>.</p>
  +      <p>Downloads are available at <link href="ext:mirrors">http://ws.apache.org/mirrors.cgi</link>.</p>
       </section>
       <section>
         <title>Members</title>
  @@ -40,7 +41,7 @@
             <li>Sam Ruby</li>
             <li>Aleksander Slominski</li>
             <li>James Snell</li>
  -          <li><jump href="http://ws.apache.org/~dims/">Davanum Srinivas (Current Chair)</jump></li>
  +          <li><link href="http://ws.apache.org/~dims/">Davanum Srinivas (Current Chair)</link></li>
             <li>Sanjiva Weerawarana</li>
         </ul>
         <p>If you need to contact the members, please email <em>pmc @ ws dot apache dot org</em> </p>
  @@ -48,13 +49,13 @@
       <section>
         <title>Wiki</title>
         <p>
  -      <jump href="http://nagoya.apache.org/wiki/apachewiki.cgi?HomePage">Wiki</jump> can be used for posting thoughts, proposals etc...
  +      <link href="ext:apachewiki">Wiki</link> can be used for posting thoughts, proposals etc...
         </p>
       </section>
       <section>
         <title>IRC</title>
         <p>
  -      Pick any <jump href="http://www.undernet.org/servers.php">undernet.org server</jump> and join channel <jump href="irc:us.undernet.org /join #ApacheWS">#ApacheWS</jump> for discussions.
  +      Pick any <link href="http://www.undernet.org/servers.php">undernet.org server</link> and join channel <link href="irc:us.undernet.org /join #ApacheWS">#ApacheWS</link> for discussions.
         </p>
       </section>
     </body>
  
  
  
  1.5       +12 -9     ws-site/src/documentation/content/xdocs/cvs.xml
  
  Index: cvs.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/cvs.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- cvs.xml	14 Sep 2003 17:24:43 -0000	1.4
  +++ cvs.xml	17 Sep 2003 07:42:33 -0000	1.5
  @@ -12,25 +12,28 @@
       </p>
         <ul>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-site/">ws-site</jump>
  +          <link href="ext:viewcvs/site">ws-site</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-axis/">ws-axis</jump>
  +          <link href="ext:viewcvs/axis">ws-axis</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-wsif/">ws-wsif</jump>
  +          <link href="ext:viewcvs/wsif">ws-wsif</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-wsil/">ws-wsil</jump>
  +          <link href="ext:viewcvs/wsil">ws-wsil</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-xmlrpc/">ws-xmlrpc</jump>
  +          <link href="ext:viewcvs/xmlrpc">ws-xmlrpc</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-soap/">ws-soap</jump>
  +          <link href="ext:viewcvs/soap">ws-soap</link>
           </li>
           <li>
  -          <jump href="http://cvs.apache.org/viewcvs/ws-wsrp4j/">ws-wsrp4j</jump>
  +          <link href="ext:viewcvs/wsrp4j">ws-wsrp4j</link>
  +        </li>
  +        <li>
  +          <link href="ext:viewcvs/jaxme">ws-jaxme</link>
           </li>
         </ul>
       </section>
  @@ -73,10 +76,10 @@
             <li>ws-xmlrpc</li>
             <li>ws-soap</li>
             <li>ws-wsrp4j</li>
  +          <li>ws-jaxme</li>
           </ul>
           <p>(Old Module Names)</p>
           <ul>
  -          <li>ws-site</li>
             <li>xml-axis</li>
             <li>xml-axis-wsif</li>
             <li>xml-axis-wsil</li>
  @@ -91,7 +94,7 @@
       For some, using CVS pserver might not be enough. You can access the
       ws.apache.org source modules via CVSup or Rsync. For more information about
       how to use these tools with the Apache CVS tree,
  -    see the <jump href="http://www.apache.org/info/how-to-mirror.html">Apache Mirroring Document</jump>.</p>
  +    see the <link href="http://www.apache.org/info/how-to-mirror.html">Apache Mirroring Document</link>.</p>
       </section>
     </body>
   </document>
  
  
  
  1.3       +5 -5      ws-site/src/documentation/content/xdocs/contact.xml
  
  Index: contact.xml
  ===================================================================
  RCS file: /home/cvs/ws-site/src/documentation/content/xdocs/contact.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- contact.xml	8 Sep 2003 06:05:03 -0000	1.2
  +++ contact.xml	17 Sep 2003 07:42:33 -0000	1.3
  @@ -2,24 +2,24 @@
   <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd">
   <document>
     <header>
  -    <title>Contact Info</title>
  +    <title>Contact Information</title>
     </header>
     <body>
       <section>
  -      <title>Contact Info</title>
  +      <title>Contact Information</title>
         <p>
           If you have questions or comments about this site, please send email to:
   
  -        <jump href="mailto:webmaster@ws.apache.org">webmaster@ws.apache.org</jump>
  +        <link href="mailto:webmaster@ws.apache.org">webmaster@ws.apache.org</link>
         </p>
         <p>
       The ws.apache.org project is an effort of the Apache Software Foundation. The
       address for general ASF correspondence and licensing questions is:
   
  -                   <jump href="mailto:apache@apache.org">apache@apache.org</jump>
  +                   <link href="mailto:apache@apache.org">apache@apache.org</link>
   
                      You can find more contact information for the Apache Software Foundation on the
  -                   contact page of the <jump href="http://www.apache.org/">main Apache site</jump>. 
  +                   contact page of the <link href="ext:foundation">Apache Software Foundation</link>. 
       </p>
       </section>
     </body>