leosimons 2003/06/15 07:59:34 Modified: src/documentation/content/xdocs/components index.xml Log: refer some more external components; use tables. Revision Changes Path 1.8 +148 -49 avalon-site/src/documentation/content/xdocs/components/index.xml Index: index.xml =================================================================== RCS file: /home/cvs/avalon-site/src/documentation/content/xdocs/components/index.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- index.xml 15 Apr 2003 02:26:53 -0000 1.7 +++ index.xml 15 Jun 2003 14:59:34 -0000 1.8 @@ -1,52 +1,151 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "document-v11.dtd"> -<document> - <header> - <title>Avalon Repositories</title> - </header> - <body> - <section> - <title>Avalon Repositories</title> - <section> - <title>Cornerstone</title> - <p>Cornerstone is a repository for reusable services/components/blocks - for Phoenix and other containers with similar features. The sub-project - website is at - <link href="http://avalon.apache.org/cornerstone/">http://avalon.apache.org/cornerstone/</link>.</p> - </section> - <section> - <title>Excalibur</title> - <p>Excalibur is a large repository containing lots of materials, including - the ECM and Fortress containers and container-facilitating code, reusable - Avalon components, and some components not-so-closely coupled to Avalon. The - sub-project website is at - <link href="http://avalon.apache.org/excalibur/">http://avalon.apache.org/excalibur/</link>.</p> - </section> - <section> - <title>Logkit</title> - <p>Logkit is our biggest "reusable component". It's a real cool logging toolkit. - The sub-project website is at - <link href="http://avalon.apache.org/logkit/">http://avalon.apache.org/logkit/</link>.</p> - <p> - It is quite possible to use the other avalon sub-projects without committing to logkit. - We support log4j and JDK 1.4 logging as well. - </p> - </section> - </section> - <section> - <title>Other Apache Repositories</title> - <section> - <title>Turbine Fulcrum</title> - <p>Conversion to Avalon in progress... - <link href="http://jakarta.apache.org/turbine/fulcrum/">http://jakarta.apache.org/turbine/fulcrum/</link>.</p> - </section> - </section> - <section> - <title>Other Repositories</title> - <section> - <title></title> - <p></p> - </section> - </section> - </body> +<document> + <header> + <title>Avalon Components</title> + </header> + <body> + <section> + <title>Introduction</title> + + <p> + This page contains an overview of not only the components + that exist within the scope of the avalon project, but also + provides links to other repositories that contain avalon + components. Please contact us through the + <link href="site:resources:mail">mailing list</link> if + you know of some project that should be added here. + </p> + </section> + <section> + <title>Avalon's component repositories</title> + <table> + <caption>Avalon's component repositories</caption> + <tr> + <th>Repository</th> + <th>Description</th> + </tr> + <tr> + <td> + <link href="http://avalon.apache.org/cornerstone/">Avalon-Cornerstone</link> + </td> + <td> + Cornerstone is a repository for reusable services/components/blocks + for Phoenix and other containers with similar features. + </td> + </tr> + <tr> + <td> + <link href="http://avalon.apache.org/excalibur/">Avalon-Excalibur</link> + </td> + <td> + Excalibur is a large repository containing lots of materials, including + the ECM and Fortress containers and container-facilitating code, reusable + Avalon components, and some components not-so-closely coupled to Avalon. + </td> + </tr> + <tr> + <td> + <link href="http://avalon.apache.org/logkit/">Logkit</link> + </td> + <td> + Logkit is our biggest "reusable component". It's a real cool logging toolkit. + It is quite possible to use the other avalon sub-projects without committing to logkit. + We support log4j and JDK 1.4 logging as well. + </td> + </tr> + </table> + </section> + <section> + <title>Other apache component repositories</title> + <table> + <caption>Other apache component repositories</caption> + <tr> + <th>Repository</th> + <th>Description</th> + </tr> + <tr> + <td> + <link href="http://cocoon.apache.org/">Cocoon</link> + </td> + <td> + Apache Cocoon is an XML publishing framework that + raises the usage of XML and XSLT technologies for + server applications to a new level. It's completely + componentized and based around avalon. These guys + have lots of publishing- and xml-related avalon + components (called "cocoon blocks"). + </td> + </tr> + <tr> + <td> + <link href="http://james.apache.org/">James</link> + </td> + <td> + The Java Apache Mail Enterprise Server (a.k.a. + Apache James) is a 100% pure Java SMTP and POP3 + Mail server and NNTP News server. It's built + on top of Avalon-Phoenix and is split into several + blocks. + </td> + </tr> + <tr> + <td> + <link href="http://jakarta.apache.org/turbine/fulcrum/">Turbine-Fulcrum</link> + </td> + <td> + A web-oriented component repository for use with + the Turbine web application framework. These guys + are planning to refactor their framework and + components to be avalon-based. + </td> + </tr> + <tr> + <td> + <link href="http://jakarta.apache.org/commons">Jakarta-Commons</link> + </td> + <td> + While the majority of the components that make up + jakarta-commons are reusable beans without any + ties to avalon, some of them do contain an + avalon-framework-based wrapper. + </td> + </tr> + </table> + </section> + <section> + <title>Non-apache component repositories</title> + <table> + <caption>Non-apache component repositories</caption> + <tr> + <th>Repository</th> + <th>Description</th> + </tr> + <tr> + <td> + <link href="http://plexus.codehaus.org/components/">Plexus-Components</link> + </td> + <td> + Plexus is an avalon (-compatible) container. These + guys also have a sizable repository of avalon components. + (note: there's some components in other parts of codehaus + as well, like + <link href="http://ivory.codehaus.org/">Ivory</link> which + wraps Apache-Axis). + </td> + </tr> + <tr> + <td> + <link href="http://spice.sourceforge.net/">Spice</link> + </td> + <td> + Spice has various components, some of which are generic + reusable beans, and some of which are avalon-based. Some + of the components that used to live in Avalon-Excalibur + have been migrated to Spice. + </td> + </tr> + </table> + </section> + </body> </document>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
