dirkv       2004/03/14 10:52:02

  Modified:    commons-build/xdocs index.xml
  Log:
  add component & sandbox tables to main page
  
  Revision  Changes    Path
  1.17      +17 -10    jakarta-commons/commons-build/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/commons-build/xdocs/index.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- index.xml 1 Mar 2004 22:31:33 -0000       1.16
  +++ index.xml 14 Mar 2004 18:52:02 -0000      1.17
  @@ -1,4 +1,5 @@
   <?xml version="1.0" ?>
  +<!DOCTYPE org.apache.commons.parts SYSTEM '../parts/parts.dtd'>
   <!--
      Copyright 2001-2004 The Apache Software Foundation
   
  @@ -17,7 +18,7 @@
   
   <document>
        <properties>
  -             <title>Commons</title>
  +             <title>Home</title>
                <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
        </properties>
        <body>
  @@ -47,32 +48,35 @@
     which spells out the goals of the project in greater detail.
            </p>
                </section>
  -             <section name="The Commons Proper">
  -                     <p>
  +<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>
     This <a 
href='http://www.onjava.com/pub/a/onjava/2003/06/25/commons.html'>article</a> 
     gives an overview of (some of) the components which can be found here.
  -        </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>
  +
  +&components-table;
  +
                </section>
                <section name="The Sandbox">
                        <p>
  @@ -83,6 +87,9 @@
     developed in the sandbox, but sandbox components will not necessarily
     be maintained, particularly in their current state.
            </p>
  +
  +&sandbox-table;
  +
                </section>
                <section name="Where do I get releases?">
                        <p>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to