sanders     01/08/04 16:18:14

  Modified:    xdocs    index.xml sandbox.xml
  Log:
  Patch by robert burrell donkin <[EMAIL PROTECTED]> to point to
  the new cvs box.
  
  Revision  Changes    Path
  1.7       +78 -114   jakarta-commons/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml 2001/07/15 00:24:53     1.6
  +++ index.xml 2001/08/04 23:18:14     1.7
  @@ -1,172 +1,136 @@
  -<?xml version="1.0"?>
  -
  -<document>
  -
  - <properties>
  -  <title>Commons</title>
  -  <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
  - </properties>
  -
  - <body>
  -
  -<section name="The Jakarta Commons">
  -
  -  <b>Welcome to the Commons!</b>
  -
  - <p>
  +<?xml version="1.0" ?>
  +<document>
  +     <properties>
  +             <title>Commons</title>
  +             <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
  +     </properties>
  +     <body>
  +             <section name="The Jakarta Commons">
  +                     <b>Welcome to the Commons!</b>
  +                     <p>
      The Commons is a new Jakarta subproject focused on all aspects of
      reusable Java components.
  - </p>
  -
  -  <p>The Jakarta Commons project is composed of three parts:</p>
  -  <ul>
  -    <li>
  + </p>
  +                     <p>The Jakarta Commons project is composed of three parts:</p>
  +                     <ul>
  +                             <li>
         <a href="#The Commons Proper">The Commons Proper</a> - 
         A repository of reusable Java components.
  -    </li>
  -    <li>
  +    </li>
  +                             <li>
         <a href="#The Directory">The Directory</a> - 
          A catalog of Java components in other projects.
  -    </li>
  -    <li>
  +    </li>
  +                             <li>
         <a href="#The Sandbox">The Sandbox</a> - 
         A workspace for Java component development.
  -    </li>
  -  </ul>
  -
  -  <p>You may also read our <a href="charter.html">charter</a>, which spells out
  -     the goals of the project in even greater detail.</p>
  -</section>
  -
  -<section name="The Commons Proper">
  -
  -<p>
  +    </li>
  +                     </ul>
  +                     <p>You may also read our <a href="charter.html">charter</a>, 
which spells out
  +     the goals of the project in even greater detail.</p>
  +             </section>
  +             <section name="The Commons Proper">
  +                     <p>
     The Commons Proper is dedicated to one principal
     goal: creating and maintaining reusable Java components.  The Commons 
     Proper is a place for collaboration and sharing, where
     developers from throughout the Jakarta community can work together 
     on projects to be shared by the Jakarta projects and Jakarta users.  
  -</p>
  -
  - <p>
  +</p>
  +                     <p>
     Commons developers will make an effort to ensure that their
     components have minimal dependencies on other libraries, so that
     these components can be deployed easily.  In addition, Commons components
     will keep their interfaces as stable as possible, so that Jakarta users
     (including other Jakarta subprojects) can implement these
     components without having to worry about changes in the future. 
  -</p>
  -
  -<p>
  +</p>
  +                     <p>
     We welcome participation from all that are interested, at all skill levels.
     Coding, documentation and testing are all critical parts of the software
     development process.  If you are interested in participating in any of 
     these aspects, please join us!
  -</p>
  -
  -<p>
  +</p>
  +                     <p>
     Click <a href="commons.html">here</a> to enter the Commons Proper,
     or choose a specific Commons component from the list to the left.
  -</p>
  -
  -
  -</section>
  -
  -<section name="The Directory">
  -
  -<p>
  +</p>
  +             </section>
  +             <section name="The Directory">
  +                     <p>
     In addition to our repository of reusable components (Commons), 
     we also maintain a dynamic catalog of components and resources called
     the Directory.  The Directory lists components in other Jakarta and 
     ASF projects that are also designed for reuse in a manner similar to
     Commons components.  We also accept nominations for components outside 
     of Apache.
  -</p>
  -
  -<p>
  +</p>
  +                     <p>
     If you would like to nominate a component for inclusion in the 
     Directory, send a note to the <a 
href="http://jakarta.apache.org/getinvolved/mail.html";>Commons mailing
           list</a>.
  -</p>
  -
  -<p>Click <a href="directory.html">here</a> to enter the Directory.</p>
  -
  -</section>
  -
  -<section name="The Sandbox">
  -
  -<p>
  +</p>
  +                     <p>Click <a href="directory.html">here</a> to enter the 
Directory.</p>
  +             </section>
  +             <section name="The Sandbox">
  +                     <p>
     This project also contains a workspace that is open to all
     Jakarta committers.  It's a place to try out new ideas and prepare
     for inclusion into the Commons portion of the project or into another
     Jakarta project.  Users are free to experiment with the components
     developed in the sandbox, but sandbox components will not necessarily
     be maintained, particularly in their current state.
  -</p>
  -
  -<p>
  +</p>
  +                     <p>
     Click <a href="sandbox.html">here</a> to enter the sandbox and view
     components currently in development.
  -</p>
  -
  -</section>
  -
  -<section name="Where do I get releases?">
  -
  -<p>
  +</p>
  +             </section>
  +             <section name="Where do I get releases?">
  +                     <p>
     The individual components will have independent releases.  The releases
     currently available are listed here:
  -</p>
  -<ul>
  -  <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/";>Beanutils</a>
 (Version 1.0)</li>
  -  <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cactus/v1.1/";>Cactus</a>
 (Version 1.1)</li>
  -  <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/";>Collections</a>
 (Version 1.0)</li>
  -  <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/";>Digester</a>
 (Version 1.0)</li>
  -</ul>
  -
  -</section>
  -
  -<section name="Where do I get nightly snapshots?">
  -
  -<p>
  +</p>
  +                     <ul>
  +                             <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-beanutils/v1.0/";>Beanutils</a>
 (Version 1.0)</li>
  +                             <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-cactus/v1.1/";>Cactus</a>
 (Version 1.1)</li>
  +                             <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-collections/v1.0/";>Collections</a>
 (Version 1.0)</li>
  +                             <li><a 
href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-digester/v1.0/";>Digester</a>
 (Version 1.0)</li>
  +                     </ul>
  +             </section>
  +             <section name="Where do I get nightly snapshots?">
  +                     <p>
       Nightly snapshots of the Commons CVS can be found at
       <a href="http://jakarta.apache.org/builds/jakarta-commons/nightly/";>here</a>.
  -</p>
  -
  -<p>
  +</p>
  +                     <p>
     These are meant to provide easy access to the actual project CVS tree. 
     As this is our live development workspace, there are 
     no guarantees as to what you will find there,although we do our best to maintain 
     a buildable source tree. 
  -</p>
  -
  -</section>
  -
  -<section name="How do I contribute, give feedback, fix bugs and so on?">
  -
  -<p>
  +</p>
  +             </section>
  +             <section name="How do I contribute, give feedback, fix bugs and so 
on?">
  +                     <p>
       The Commons project really needs and appreciates any contributions,
       including documentation help, source code and feedback.
  -</p>
  -
  -<ul>
  -    <li>
  +</p>
  +                     <ul>
  +                             <li>
           Discussion occurs on the <a 
href="http://jakarta.apache.org/getinvolved/mail.html";>Commons mailing
           list</a>.
  -    </li>
  -    <li>
  +    </li>
  +                             <li>
           Access to the CVS <strong>jakarta-commons</strong> repository is available 
both
  -        <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons/";>online</a>
  +        <a href="http://cvs.apache.org/viewcvs/jakarta-commons/";>online</a>
           and with a <a 
href="http://jakarta.apache.org/getinvolved/cvsindex.html";>cvs client</a>.
  -    </li>
  -    <li>
  +    </li>
  +                             <li>
           Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is 
available both
  -        <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/";>online</a>
  +        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/";>online</a>
           and with a <a 
href="http://jakarta.apache.org/getinvolved/cvsindex.html";>cvs client</a>.
  -    </li>
  -</ul>
  -
  -</section>
  -
  - </body>
  - </document>
  +    </li>
  +                     </ul>
  +             </section>
  +     </body>
  +</document>
  
  
  
  1.7       +26 -39    jakarta-commons/xdocs/sandbox.xml
  
  Index: sandbox.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/sandbox.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- sandbox.xml       2001/05/21 21:17:53     1.6
  +++ sandbox.xml       2001/08/04 23:18:14     1.7
  @@ -1,63 +1,50 @@
  -<?xml version="1.0"?>
  -
  +<?xml version="1.0" ?>
   <document>
  -
  - <properties>
  -  <title>Commons</title>
  -  <author email="[EMAIL PROTECTED]">Commons Documentation 
Team</author>
  - </properties>
  -
  - <body>
  -
  -<section name="The Sandbox">
  -
  -<p>
  +     <properties>
  +             <title>Commons</title>
  +             <author email="[EMAIL PROTECTED]">Commons 
Documentation Team</author>
  +     </properties>
  +     <body>
  +             <section name="The Sandbox">
  +                     <p>
   The Sandbox is a CVS repository for Commons committers
   to function as an open workspace for
   sharing and collaboration.
   </p>
  -
  -<p>
  +                     <p>
     Access to the CVS <strong>jakarta-commons-sandbox</strong> repository is 
available both
  -        <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/";>online</a>
  +        <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/";>online</a>
           and with a <a 
href="http://jakarta.apache.org/getinvolved/cvsindex.html";>cvs client</a>.
   </p>
  -
  -<strong>Current Sandbox Happenings</strong>
  -
  -<p>
  +                     <strong>Current Sandbox Happenings</strong>
  +                     <p>
   Here is a small list of whats going on the sandbox.
   </p>
  -
  -<ul>
  -  <li>
  -     <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/cjan/";>
  +                     <ul>
  +                             <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/cjan/";>
        CJAN</a>
        proposal from Scott Sanders with contributions from many Jakarta developers.
     </li>
  -  <li>
  -     <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/configuration/";>
  +                             <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/configuration/";>
        Configuration</a>
        code from the Jakarta Velocity project
     </li>
  -  <li>
  -     <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/threading/";>
  +                             <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/threading/";>
        Threading</a>
        proposal from Craig McClanahan.
     </li>
  -  <li>
  -     <a 
href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-commons-sandbox/xmlunit/";>
  +                             <li>
  +     <a href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/xmlunit/";>
        XMLUnit</a>
        proposal and code from Morgan Delagrange.
     </li>
  -
  -</ul>
  -
  -
  -<p>
  +                     </ul>
  +                     <p>
   Go take a look!
   </p>
  -</section>
  -
  -</body>
  -</document>
  \ No newline at end of file
  +             </section>
  +     </body>
  +</document>
  
  
  

Reply via email to