morgand     01/04/03 11:38:01

  Modified:    xdocs    index.xml
               xdocs/stylesheets project.xml
  Added:       xdocs    commons.xml
  Log:
  no message
  
  Revision  Changes    Path
  1.3       +98 -51    jakarta-commons/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml 2001/04/03 04:28:32     1.2
  +++ index.xml 2001/04/03 18:37:54     1.3
  @@ -8,61 +8,108 @@
    </properties>
   
    <body>
  -
  -<section name="The Jakarta Commons">
  -
  - <p>
  -   The Commons is a new Jakarta subproject chartered to create and 
  -   maintain packages written in the Java language that are intended
  -   for use in server related development. 
  - </p>
  -
  - <p> 
  -   The Commons also 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.  To this end, we
  -   host an unstructured CVS for this work.
  - </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!
  +
  +<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>
  +      <a href="#The Commons Proper">The Commons Proper</a> - 
  +      A repository of reusable Java components.
  +    </li>
  +    <li>
  +      <a href="#The Directory">The Directory</a> - 
  +       A catalog of Java components in other projects.
  +    </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>
  +  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>
  +  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>
  +  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>
  +  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="Current Proposals">
  -
  -<p>
  -The following proposals for new Commons projects are currently pending :
  -</p>
  -
  -<ul>
  - <li>
  -   <b>Database Connection Pool Package</b> : Rodney Waldhoff
  - </li>
  -
  - <li>
  -   <b>Object Pooling Package</b> : Rodney Waldhoff
  - </li>
  -
  - <li>
  -   <b>Collections Package</b> : Rodney Waldhoff
  - </li>
  -
  - <li>
  -   <b> Cactus, the renamed J2EEUnit</b> : Vincent Massol
  - </li>
  -
  -</ul>
  -
  -<p>
  -Please see the jakarta-commons mail list for further details.
  -</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>
  +  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>
  +  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>
  +  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?">
   
  
  
  
  1.1                  jakarta-commons/xdocs/commons.xml
  
  Index: commons.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Commons Proper</title>
    <author email="[EMAIL PROTECTED]">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  
  <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>
    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>
    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>
    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="Current Proposals">
  
  <p>
  The following proposals for new Commons Proper projects are currently pending :
  </p>
  
  <ul>
  
   <li>
     <b>BeanUtils Package</b> : Craig McClanahan 
   </li>
  
   <li>
     <b>Database Connection Pool Package</b> : Rodney Waldhoff
   </li>
  
   <li>
     <b>Object Pooling Package</b> : Rodney Waldhoff
   </li>
  
   <li>
     <b>Collections Package</b> : Rodney Waldhoff
   </li>
  
   <li>
     <b> Cactus, the renamed J2EEUnit</b> : Vincent Massol
   </li>
  
  </ul>
  
  <p>
  Please see the jakarta-commons mail list for further details.
  </p>
  
  </section>
  
   </body>
   </document>
  
  
  
  1.3       +6 -5      jakarta-commons/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/xdocs/stylesheets/project.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- project.xml       2001/04/03 04:49:33     1.2
  +++ project.xml       2001/04/03 18:37:59     1.3
  @@ -7,17 +7,18 @@
   
       <body>
       <menu name="About Us">
  -        <item name="Overview"               href="/index.html"/>
           <item name="Contributors"           href="/contributors.html"/>
           <item name="License"                href="/license.html"/>
       </menu>
   
  -    <menu name="Commons">
  -        <item name="Sandbox"                href="/sandbox.html"/>
  -        <item name="Directory"              href="/directory.html"/>
  +    <menu name="Commons Info">
  +        <item name="Overview"               href="/index.html"/>
  +        <item name="Commons Proper" href="/commons.html"/>
  +        <item name="Directory" href="/directory.html"/>
  +        <item name="Sandbox" href="/sandbox.html"/>
       </menu>
   
  -    <menu name="Components">
  +    <menu name="Commons Proper Components">
           <item name="BeanUtils"              href="/beanutils.html"/>
       </menu>
   
  
  
  

Reply via email to