Author: niallp
Date: Tue Apr 6 14:25:26 2010
New Revision: 931165
URL: http://svn.apache.org/viewvc?rev=931165&view=rev
Log:
Remove dormant and sandbox component tables from main page and add links to
their respective index pages
Modified:
commons/proper/commons-site/trunk/src/site/xdoc/index.xml
Modified: commons/proper/commons-site/trunk/src/site/xdoc/index.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-site/trunk/src/site/xdoc/index.xml?rev=931165&r1=931164&r2=931165&view=diff
==============================================================================
--- commons/proper/commons-site/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/commons-site/trunk/src/site/xdoc/index.xml Tue Apr 6
14:25:26 2010
@@ -168,41 +168,9 @@
state.
</p>
- <table>
- <tr><th>Sandbox</th><th></th></tr>
- <tr><td><a href="cli2/">CLI2</a></td>
- <td>Redesign of Commons CLI.</td></tr>
- <tr><td><a href="convert/">Convert</a></td>
- <td>Commons-Convert aims to provide a single library dedicated to
the task of converting an object of one type to another.</td></tr>
- <tr><td><a href="csv/">CSV</a></td>
- <td>Component for reading and writing comma separated value
files.</td></tr>
- <tr><td><a href="finder/">Finder</a></td>
- <td>Java library inspired by the UNIX find command.</td></tr>
- <tr><td><a href="flatfile/">Flatfile</a></td>
- <td>Java library for working with flat data structures.</td></tr>
- <tr><td><a href="functor/">Functor</a></td>
- <td>A functor is a function that can be manipulated as an object,
or an object representing a single, generic function.</td></tr>
- <tr><td><a href="i18n/">I18n</a></td>
- <td>Adds the feature of localized message bundles that consist of
one or many localized texts that belong together. Think of an error message
that consists of title, text, summary and error details.</td></tr>
- <tr><td><a href="id/">Id</a></td>
- <td>Id is a component used to generate identifiers.</td></tr>
- <tr><td><a href="javaflow/">Javaflow</a></td>
- <td>Continuation implementation to capture the state of the
application.</td></tr>
- <tr><td><a href="jnet/">JNet</a></td>
- <td>JNet allows to use dynamically register url stream handlers
through the java.net API.</td></tr>
- <tr><td><a href="monitoring/">Monitoring</a></td>
- <td>Monitoring provides a simple, lightweight toolkit to
instrument java application monitoring capabilities, including performances and
thread concurrency.</td></tr>
- <tr><td><a href="nabla/">Nabla</a></td>
- <td>Nabla provides automatic differentiation classes that can
generate derivative of any function implemented in the Java language.</td></tr>
- <tr><td><a href="openpgp/">OpenPGP</a></td>
- <td>Interface to signing and verifying data using
OpenPGP.</td></tr>
- <tr><td><a href="performance/">Performance</a></td>
- <td>A small framework for microbenchmark clients, with
implementations for Commons DBCP and Pool.</td></tr>
- <tr><td><a href="pipeline/">Pipeline</a></td>
- <td>Provides a set of pipeline utilities designed around work
queues that run in parallel to sequentially process data objects data
objects.</td></tr>
- <tr><td><a href="runtime/">Runtime</a></td>
- <td>Provides a JNI abstraction layer of various operating system
features in a portable way.</td></tr>
- </table>
+ <p>
+ <strong>See <a href="http://commons.apache.org/sandbox/">here</a> for
Sandbox components.</strong>
+ </p>
</section>
<section name="The Commons Dormant">
@@ -214,39 +182,10 @@
released in the near future.
</p>
- <table>
- <tr><th>Dormant</th><th></th></tr>
- <tr><td><a href="cache/">Cache</a></td>
- <td>Cache provides object caching services.</td></tr>
- <tr><td><a href="clazz/">Clazz</a></td>
- <td>Clazz focuses on introspection and class
manipulation.</td></tr>
- <tr><td><a href="contract/">Contract</a></td>
- <td>This component makes all the nice features available to the
java programming language that come along with contract based
programming.</td></tr>
- <tr><td><a href="convert/">Convert</a></td>
- <td>Commons-Convert aims to provide a single library dedicated to
the task of converting an object of one type to another.</td></tr>
- <tr><td><a href="events/">Events</a></td>
- <td>Commons-Events provides additional classes for firing and
handling events. It focusses on the Java Collections Framework, providing
decorators to other collections that fire events.</td></tr>
- <tr><td><a href="feedparser/">Feedparser</a></td>
- <td>A Java RSS/Atom parser designed to elegantly support all
versions of RSS (0.9, 0.91, 0.92, 1.0, and 2.0), Atom 0.5 (and future versions)
as well as easy ad hoc extension and RSS 1.0 modules capability.</td></tr>
- <tr><td><a href="jjar/">JJar</a></td>
- <td>Jakarta JAR Archive Repository</td></tr>
- <tr><td><a href="latka/">Latka</a></td>
- <td>Commons-Latka is an HTTP functional testing suite for
automated QA, acceptance and regression testing.</td></tr>
- <tr><td><a href="mapper/">Mapper</a></td>
- <td>Mapper is a thin abstraction layer around a project's chosen
data mapping technology (a.k.a. DAO pattern).</td></tr>
- <tr><td><a href="messenger/">Messenger</a></td>
- <td>Messenger is an easy to use and lightweight framework for
working with JMS in the web tier.</td></tr>
- <tr><td><a href="resources/">Resources</a></td>
- <td>Resources provides a lightweight framework for defining and
looking up internationalized message strings keyed by a java.util.Locale and a
message key.</td></tr>
- <tr><td><a href="scaffold/">Scaffold</a></td>
- <td>Scaffold is a toolkit for building web applications.</td></tr>
- <tr><td><a href="threadpool/">ThreadPool</a></td>
- <td>ThreadPool is a simple component for asynchronously
dispatching work to another thread in a pool for simple multi threaded
programming.</td></tr>
- <tr><td><a href="workflow/">Workflow</a></td>
- <td>Workflow provides a framework for building workflow management
systems.</td></tr>
- <tr><td><a href="xmlio/">XMLIO</a></td>
- <td>Simple and fast importer for XML configuration or import
files.</td></tr>
- </table>
+ <p>
+ <strong>See <a href="http://commons.apache.org/dormant/">here</a> for
Dormant components.</strong>
+ </p>
+
</section>
<section name="Where do I get releases?">