husted      02/01/06 10:51:41

  Modified:    docs     index.html
  Log:
  Update table of subprojects to include three general categories.
  
  Revision  Changes    Path
  1.40      +98 -52    jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- index.html        4 Jan 2002 23:21:10 -0000       1.39
  +++ index.html        6 Jan 2002 18:51:41 -0000       1.40
  @@ -146,14 +146,14 @@
   </p>
                                                   <p>
   Jakarta hosts several <a href="#Jakarta Subprojects">subprojects</a>.
  -These are listed on the Subprojects menu on the left, or in the index
  +These are listed on the SubProjects menu on the left, or in the section
   below. Each subproject has its own team of developers and committers,
   and its own mailing list.
   </p>
                                                   <p>
   <strong>For more information</strong> about a subproject, visit
   its home page by selecting a link from the menu on the left
  -or from the index below.</p>
  +or from the section below.</p>
                                                   <p>
   <strong>For product support</strong>, see the subproject's
   documentation and <a href="./site/mail.html">mailing list</a> archive
  @@ -190,16 +190,22 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <table>
  +                                    <p>Jakarta hosts products in three general 
categories,</p>
  +                                                <ul>
  +<li><a href="#tools">Libraries, Tools, and APIs</a></li>
  +<li><a href="#frameworks">Frameworks and Engines</a></li>
  +<li><a href="#servers">Server Applications</a></li>
  +</ul>
  +                                                <table>
                           <tr>
  -                        <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./alexandria/index.html">Alexandria</a>:
  +                &nbsp;
               </font>
   </td>
  -                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +                                <td bgcolor="#039acc" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Alexandria is a CVS/Javadoc/Source code/Documentation management 
system meant for use within Open Source projects.
  +                <font color="#ffffff"><strong><a name="tools">Libraries, Tools, and 
APIs</a></strong></font>
               </font>
   </td>
               </tr>
  @@ -219,245 +225,285 @@
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./avalon/index.html">Avalon</a>:
  +                <a href="./bcel/index.html">BCEL</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Avalon is component-oriented programming project consisting of: 
Framework, the core framework for COP; Excalibur, common utilities written as 
components; Phoenix, a server framework; Cornerstone, blocks for use in a Phoenix 
server; and, Logkit, logging facilities.
  +                The Byte Code Engineering Library (formerly known as JavaClass) is 
intended to give users a convenient possibility to analyze, create, and manipulate 
(binary) Java class files (those ending with .class). 
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./bcel/index.html">BCEL</a>:
  +                <a href="./commons/index.html">Commons</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                The Byte Code Engineering Library (formerly known as JavaClass) is 
intended to give users a convenient possibility to analyze, create, and manipulate 
(binary) Java class files (those ending with .class). 
  +                Repository for small scale, reusable, code components that are 
useful in multiple Jakarta subprojects.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./cactus/index.html">Cactus</a>:
  +                <a href="./ecs/index.html">ECS</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Cactus is a simple test framework for unit testing server-side Java 
code (servlets, EJBs, tag libraries, filters, ...).
  +                The Element Construction Set is a Java API for generating elements 
for various markup languages it directly supports HTML 4.0 and XML
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./commons/index.html">Commons</a>:
  +                <a href="./jmeter/index.html">JMeter</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Repository for small scale, reusable, code components that are 
useful in multiple Jakarta subprojects.
  +                Pure Java desktop application designed to load test functional 
behavior and measure performance
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./ecs/index.html">ECS</a>:
  +                <a href="./log4j/index.html">Log4j</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                The Element Construction Set is a Java API for generating elements 
for various markup languages it directly supports HTML 4.0 and XML
  +                A fast and flexible logging library for Java.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./james/index.html">James</a>:
  +                <a href="./oro/index.html">ORO</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                James is an email/news/messaging server written in Java. It uses 
the Avalon component framework. It currently supports SMTP and POP3 (stable) with IMAP 
and NNTP in the works.
  +                Set of text-processing Java classes that provide Perl5 compatible 
regular expressions, AWK-like regular expressions, glob expressions, and utility 
classes for performing substitutions, splits, filtering filenames, etc.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./jmeter/index.html">JMeter</a>:
  +                <a href="./regexp/index.html">Regexp</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Pure Java desktop application designed to load test functional 
behavior and measure performance
  +                100% Pure Java Regular Expression package.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./jetspeed/index.html">Jetspeed</a>:
  +                <a href="./taglibs/index.html">Taglibs</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A java user customizable portal system based on Turbine framework
  +                A collection of JavaServer Pages (JSP) custom tag libraries useful 
in building web applications
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./log4j/index.html">Log4j</a>:
  +                <a href="./watchdog/index.html">Watchdog</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A fast and flexible logging library for Java.
  +                Compatibility tests that check a servlet/JSP container 
implementation of the corresponding specifications
  +            </font>
  +</td>
  +            </tr>
  +            </table>
  +                                                <table>
  +                        <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                &nbsp;
  +            </font>
  +</td>
  +                                <td bgcolor="#039acc" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                <font color="#ffffff"><strong><a name="frameworks">Frameworks and 
Engines</a></strong></font>
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./lucene/index.html">Lucene</a>:
  +                <a href="./avalon/index.html">Avalon</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Jakarta Lucene is a high-performance, full-featured text search 
engine written entirely in Java. It is a technology suitable for nearly any 
application that requires full-text search, especially cross-platform.
  +                Avalon is component-oriented programming project consisting of: 
Framework, the core framework for COP; Excalibur, common utilities written as 
components; Phoenix, a server framework; Cornerstone, blocks for use in a Phoenix 
server; and, Logkit, logging facilities.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./oro/index.html">ORO</a>:
  +                <a href="./cactus/index.html">Cactus</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Set of text-processing Java classes that provide Perl5 compatible 
regular expressions, AWK-like regular expressions, glob expressions, and utility 
classes for performing substitutions, splits, filtering filenames, etc.
  +                Cactus is a simple test framework for unit testing server-side Java 
code (servlets, EJBs, tag libraries, filters, ...).
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./regexp/index.html">Regexp</a>:
  +                <a href="./lucene/index.html">Lucene</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                100% Pure Java Regular Expression package.
  +                Jakarta Lucene is a high-performance, full-featured text search 
engine written entirely in Java. It is a technology suitable for nearly any 
application that requires full-text search, especially cross-platform.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./slide/index.html">Slide</a>:
  +                <a href="./struts/index.html">Struts</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                WebDAV aware content management system
  +                A model-view-controller framework for constructing web applications 
with servlets and JavaServer Pages
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./struts/index.html">Struts</a>:
  +                <a href="./turbine/index.html">Turbine</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A model-view-controller framework for constructing web applications 
with servlets and JavaServer Pages
  +                Framework for developing servlet based web applications.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./taglibs/index.html">Taglibs</a>:
  +                <a href="./velocity/index.html">Velocity</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                A collection of JavaServer Pages (JSP) custom tag libraries useful 
in building web applications
  +                
  +Velocity is a general purpose Java-based template engine.  Suitable for many
  +application domains including source code generation and XML transformation and
  +styling, it is most often used in J2EE web applications as the
  +view layer for generating dynamic content.
  +
  +            </font>
  +</td>
  +            </tr>
  +            </table>
  +                                                <table>
  +                        <tr>
  +                        <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                &nbsp;
  +            </font>
  +</td>
  +                                <td bgcolor="#039acc" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                <font color="#ffffff"><strong><a name="servers">Server 
Applications</a></strong></font>
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./tomcat/index.html">Tomcat 3</a>:
  +                <a href="./alexandria/index.html">Alexandria</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Tomcat 3 is the official Reference Implementation of the Servlet 
2.2 and JavaServer Pages 1.1 technologies.
  +                Alexandria is a CVS/Javadoc/Source code/Documentation management 
system meant for use within Open Source projects.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./tomcat/index.html">Tomcat 4</a>:
  +                <a href="./james/index.html">James</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Tomcat 4 is the official Reference Implementation of the Servlet 
2.3 and JavaServer Pages 1.2 technologies.
  +                James is an email/news/messaging server written in Java. It uses 
the Avalon component framework. It currently supports SMTP and POP3 (stable) with IMAP 
and NNTP in the works.
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./turbine/index.html">Turbine</a>:
  +                <a href="./jetspeed/index.html">Jetspeed</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Framework for developing servlet based web applications.
  +                A java user customizable portal system based on Turbine framework
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./velocity/index.html">Velocity</a>:
  +                <a href="./slide/index.html">Slide</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                
  -Velocity is a general purpose Java-based template engine.  Suitable for many
  -application domains including source code generation and XML transformation and
  -styling, it is most often used in J2EE web applications as the
  -view layer for generating dynamic content.
  -
  +                WebDAV aware content management system
               </font>
   </td>
               </tr>
                                   <tr>
                           <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                <a href="./watchdog/index.html">Watchdog</a>:
  +                <a href="./tomcat/index.html">Tomcat 3</a>:
               </font>
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                Compatibility tests that check a servlet/JSP container 
implementation of the corresponding specifications
  +                Tomcat 3 is the official Reference Implementation of the Servlet 
2.2 and JavaServer Pages 1.1 technologies.
  +            </font>
  +</td>
  +            </tr>
  +                                <tr>
  +                        <td bgcolor="#039acc" colspan="" rowspan="" valign="top" 
align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                <a href="./tomcat/index.html">Tomcat 4</a>:
  +            </font>
  +</td>
  +                                <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
  +    <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  +                Tomcat 4 is the official Reference Implementation of the Servlet 
2.3 and JavaServer Pages 1.2 technologies.
               </font>
   </td>
               </tr>
  
  
  

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

Reply via email to