You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bu...@apache.org on 2013/10/14 21:03:36 UTC

svn commit: r882581 [2/4] - in /websites/staging/commons/trunk/content: ./ downloads/ gsoc/ gsoc/2010/ releases/

Modified: websites/staging/commons/trunk/content/dormant.html
==============================================================================
--- websites/staging/commons/trunk/content/dormant.html (original)
+++ websites/staging/commons/trunk/content/dormant.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |
@@ -212,65 +212,121 @@
    See the License for the specific language governing permissions and
    limitations under the License. -->
   
-    <div class="section"><h2>The Apache Commons Dormant<a name="The_Apache_Commons_Dormant"></a></h2>
-      <p>
+    <div class="section">
+<h2>The Apache Commons Dormant<a name="The_Apache_Commons_Dormant"></a></h2>
+      
+<p>
         The Dormant is a Subversion repository for Commons components that
         have had little recent development activity and no individual or group
         of individual committers has emerged to champion its ultimate
         promotion to Commons Proper.
       </p>
-      <p>
+      
+<p>
         If you wish to use any of these components, you must build them
         yourselves. It is best to assume that these components will not be
         released in the near future.
       </p>
 
-     <table border="0" class="bodyTable">
+     
+<table border="0" class="bodyTable">
         <!-- This list should agree with ../../site.xml -->
-        <tr class="a"><th>Dormant</th><th></th></tr>
-        <tr class="b"><td><a href="./dormant/cache/">Cache</a></td>
-            <td>Cache provides object caching services.</td></tr>
-        <tr class="a"><td><a href="./dormant/clazz/">Clazz</a></td>
-            <td>Clazz focuses on introspection and class manipulation.</td></tr>
-        <tr class="b"><td><a href="./dormant/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 class="a"><td><a href="./dormant/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 class="b"><td><a href="./dormant/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 class="a"><td><a href="./dormant/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 class="b"><td><a href="./dormant/jjar/">JJar</a></td>
-            <td>Jakarta JAR Archive Repository</td></tr>
-        <tr class="a"><td><a href="./dormant/latka/">Latka</a></td>
-            <td>Commons-Latka is an HTTP functional testing suite for automated QA, acceptance and regression testing.</td></tr>
-        <tr class="b"><td><a href="./dormant/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 class="a"><td><a href="./dormant/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 class="b"><td><a href="./dormant/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 class="a"><td><a href="./dormant/scaffold/">Scaffold</a></td>
-            <td>Scaffold is a toolkit for building web applications.</td></tr>
-        <tr class="b"><td><a href="./dormant/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 class="a"><td><a href="./dormant/workflow/">Workflow</a></td>
-            <td>Workflow provides a framework for building workflow management systems.</td></tr>
-        <tr class="b"><td><a href="./dormant/xmlio/">XMLIO</a></td>
-            <td>Simple and fast importer for XML configuration or import files.</td></tr>
+        
+<tr class="a">
+<th>Dormant</th>
+<th></th></tr>
+        
+<tr class="b">
+<td><a href="./dormant/cache/">Cache</a></td>
+            
+<td>Cache provides object caching services.</td></tr>
+        
+<tr class="a">
+<td><a href="./dormant/clazz/">Clazz</a></td>
+            
+<td>Clazz focuses on introspection and class manipulation.</td></tr>
+        
+<tr class="b">
+<td><a href="./dormant/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 class="a">
+<td><a href="./dormant/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 class="b">
+<td><a href="./dormant/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 class="a">
+<td><a href="./dormant/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 class="b">
+<td><a href="./dormant/jjar/">JJar</a></td>
+            
+<td>Jakarta JAR Archive Repository</td></tr>
+        
+<tr class="a">
+<td><a href="./dormant/latka/">Latka</a></td>
+            
+<td>Commons-Latka is an HTTP functional testing suite for automated QA, acceptance and regression testing.</td></tr>
+        
+<tr class="b">
+<td><a href="./dormant/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 class="a">
+<td><a href="./dormant/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 class="b">
+<td><a href="./dormant/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 class="a">
+<td><a href="./dormant/scaffold/">Scaffold</a></td>
+            
+<td>Scaffold is a toolkit for building web applications.</td></tr>
+        
+<tr class="b">
+<td><a href="./dormant/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 class="a">
+<td><a href="./dormant/workflow/">Workflow</a></td>
+            
+<td>Workflow provides a framework for building workflow management systems.</td></tr>
+        
+<tr class="b">
+<td><a href="./dormant/xmlio/">XMLIO</a></td>
+            
+<td>Simple and fast importer for XML configuration or import files.</td></tr>
       </table>
 
     </div>
 
-    <div class="section"><h2>Revival of the Dormant Components<a name="Revival_of_the_Dormant_Components"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>Revival of the Dormant Components<a name="Revival_of_the_Dormant_Components"></a></h2>
+      
+<p>
         A Commons Dormant component may be revived to the Commons Sandbox
         if one or more committers are interested in picking up
         development of the components and working towards the promotion to
         Commons Proper.
       </p>
 
-      <p>
+      
+<p>
         A revival of a Commons Dormant component must be preceded by a VOTE on
         the <a href="../mail-lists.html">commons
         developers mailing list</a>.

Modified: websites/staging/commons/trunk/content/downloads/index.html
==============================================================================
--- websites/staging/commons/trunk/content/downloads/index.html (original)
+++ websites/staging/commons/trunk/content/downloads/index.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |
@@ -164,15 +164,20 @@
     License for the specific language governing permissions and
     limitations under the License. -->
   
-    <div class="section"><h2>Downloads<a name="Downloads"></a></h2>
-      <p>
+    <div class="section">
+<h2>Downloads<a name="Downloads"></a></h2>
+      
+<p>
         Binary and source releases and links into the
         <a class="externalLink" href="http://archive.apache.org/dist/commons/">archives</a>
         may be obtained by selecting a project below
       </p>
 
-      <div class="section"><h3>Release Announcements<a name="Release_Announcements"></a></h3>
-         <p>
+      
+<div class="section">
+<h3>Release Announcements<a name="Release_Announcements"></a></h3>
+         
+<p>
           We recommend that you subscribe to the Apache
           <a href="../mail-lists.html">Announce</a>
           mailing list to be notified when releases are made by the Commons project.
@@ -180,52 +185,98 @@
         </p> 
       </div>
 
-      <div class="section"><h3>Downloads<a name="Downloads"></a></h3>
+      
+<div class="section">
+<h3>Downloads<a name="Downloads"></a></h3>
          <!-- Should agree with list in ../../site.xml and ../index.xml and ../components.xml -->
-         <ul>
-          <li><a href="../attributes/download_attributes.cgi">Attributes</a></li>
-          <li><a href="../bcel/download_bcel.cgi">BCEL</a></li>
-          <li><a href="../beanutils/download_beanutils.cgi">Beanutils</a></li>
-          <li><a href="../betwixt/download_betwixt.cgi">Betwixt</a></li>
-          <li><a href="../bsf/download_bsf.cgi">BSF</a></li>
-          <li><a href="../chain/download_chain.cgi">Chain</a></li>
-          <li><a href="../cli/download_cli.cgi">CLI</a></li>
-          <li><a href="../codec/download_codec.cgi">Codec</a></li>
-          <li><a href="../collections/download_collections.cgi">Collections</a></li>
-          <li><a href="../configuration/download_configuration.cgi">Configuration</a></li>
-          <li><a href="../compress/download_compress.cgi">Compress</a></li>
-          <li><a href="../csv/download_csv.cgi">CLI</a></li>
-          <li><a href="../daemon/download_daemon.cgi">Daemon</a></li>
-          <li><a href="../dbcp/download_dbcp.cgi">DBCP</a></li>
-          <li><a href="../dbutils/download_dbutils.cgi">DbUtils</a></li>
-          <li><a href="../digester/download_digester.cgi">Digester</a></li>
-          <li><a href="../discovery/download_discovery.cgi">Discovery</a></li>
-          <li><a href="../el/download_el.cgi">EL</a></li>
-          <li><a href="../email/download_email.cgi">Email</a></li>
-          <li><a href="../exec/download_exec.cgi">Exec</a></li>
-          <li><a href="../fileupload/download_fileupload.cgi">FileUpload</a></li>
-          <li><a href="../functor/download_functor.cgi">Functor</a></li>
-          <li><a href="../imaging/download_imaging.cgi">Imaging (was Sanselan)</a></li>
-          <li><a href="../io/download_io.cgi">IO</a></li>
-          <li><a href="../jci/download_jci.cgi">JCI</a></li>
-          <li><a href="../jcs/DownloadPage.html">JCS</a></li>
-          <li><a href="../jelly/download_jelly.cgi">Jelly</a></li>
-          <li><a href="../jexl/download_jexl.cgi">JEXL</a></li>
-          <li><a href="../jxpath/download_jxpath.cgi">JXPath</a></li>
-          <li><a href="../lang/download_lang.cgi">Lang</a></li>
-          <li><a href="../launcher/download_launcher.cgi">Launcher</a></li>
-          <li><a href="../logging/download_logging.cgi">Logging</a></li>
-          <li><a href="../math/download_math.cgi">Math</a></li>
-          <li><a href="../modeler/download_modeler.cgi">Modeler</a></li>
-          <li><a href="../net/download_net.cgi">Net</a></li>
-          <li><a href="../pool/download_pool.cgi">Pool</a></li>
-          <li><a href="../primitives/download_primitives.cgi">Primitives</a></li>
-          <li><a href="../proxy/download_proxy.cgi">Proxy</a></li>
-          <li><a href="../imaging/download_sanselan.cgi">Sanselan (see Imaging)</a></li>
-          <li><a href="../scxml/download_scxml.cgi">SCXML</a></li>
-          <li><a href="../transaction/download_transaction.cgi">Transaction</a></li>
-          <li><a href="../validator/download_validator.cgi">Validator</a></li>
-          <li><a href="../vfs/download_vfs.cgi">VFS</a></li>
+         
+<ul>
+          
+<li><a href="../attributes/download_attributes.cgi">Attributes</a></li>
+          
+<li><a href="../bcel/download_bcel.cgi">BCEL</a></li>
+          
+<li><a href="../beanutils/download_beanutils.cgi">Beanutils</a></li>
+          
+<li><a href="../betwixt/download_betwixt.cgi">Betwixt</a></li>
+          
+<li><a href="../bsf/download_bsf.cgi">BSF</a></li>
+          
+<li><a href="../chain/download_chain.cgi">Chain</a></li>
+          
+<li><a href="../cli/download_cli.cgi">CLI</a></li>
+          
+<li><a href="../codec/download_codec.cgi">Codec</a></li>
+          
+<li><a href="../collections/download_collections.cgi">Collections</a></li>
+          
+<li><a href="../configuration/download_configuration.cgi">Configuration</a></li>
+          
+<li><a href="../compress/download_compress.cgi">Compress</a></li>
+          
+<li><a href="../csv/download_csv.cgi">CLI</a></li>
+          
+<li><a href="../daemon/download_daemon.cgi">Daemon</a></li>
+          
+<li><a href="../dbcp/download_dbcp.cgi">DBCP</a></li>
+          
+<li><a href="../dbutils/download_dbutils.cgi">DbUtils</a></li>
+          
+<li><a href="../digester/download_digester.cgi">Digester</a></li>
+          
+<li><a href="../discovery/download_discovery.cgi">Discovery</a></li>
+          
+<li><a href="../el/download_el.cgi">EL</a></li>
+          
+<li><a href="../email/download_email.cgi">Email</a></li>
+          
+<li><a href="../exec/download_exec.cgi">Exec</a></li>
+          
+<li><a href="../fileupload/download_fileupload.cgi">FileUpload</a></li>
+          
+<li><a href="../functor/download_functor.cgi">Functor</a></li>
+          
+<li><a href="../imaging/download_imaging.cgi">Imaging (was Sanselan)</a></li>
+          
+<li><a href="../io/download_io.cgi">IO</a></li>
+          
+<li><a href="../jci/download_jci.cgi">JCI</a></li>
+          
+<li><a href="../jcs/DownloadPage.html">JCS</a></li>
+          
+<li><a href="../jelly/download_jelly.cgi">Jelly</a></li>
+          
+<li><a href="../jexl/download_jexl.cgi">JEXL</a></li>
+          
+<li><a href="../jxpath/download_jxpath.cgi">JXPath</a></li>
+          
+<li><a href="../lang/download_lang.cgi">Lang</a></li>
+          
+<li><a href="../launcher/download_launcher.cgi">Launcher</a></li>
+          
+<li><a href="../logging/download_logging.cgi">Logging</a></li>
+          
+<li><a href="../math/download_math.cgi">Math</a></li>
+          
+<li><a href="../modeler/download_modeler.cgi">Modeler</a></li>
+          
+<li><a href="../net/download_net.cgi">Net</a></li>
+          
+<li><a href="../pool/download_pool.cgi">Pool</a></li>
+          
+<li><a href="../primitives/download_primitives.cgi">Primitives</a></li>
+          
+<li><a href="../proxy/download_proxy.cgi">Proxy</a></li>
+          
+<li><a href="../imaging/download_sanselan.cgi">Sanselan (see Imaging)</a></li>
+          
+<li><a href="../scxml/download_scxml.cgi">SCXML</a></li>
+          
+<li><a href="../transaction/download_transaction.cgi">Transaction</a></li>
+          
+<li><a href="../validator/download_validator.cgi">Validator</a></li>
+          
+<li><a href="../vfs/download_vfs.cgi">VFS</a></li>
         </ul>
       </div>
 

Modified: websites/staging/commons/trunk/content/gsoc/2010/index.html
==============================================================================
--- websites/staging/commons/trunk/content/gsoc/2010/index.html (original)
+++ websites/staging/commons/trunk/content/gsoc/2010/index.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="../../components.html" title="Components">Components</a>
             |
@@ -166,18 +166,23 @@
    limitations under the License. -->
   
 
-    <div class="section"><h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2>
+    <div class="section">
+<h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2>
 
-      <p>
+      
+<p>
         Here is the list of the two projects from the
         <a class="externalLink" href="http://code.google.com/soc/">Google Summer of Code</a><sup>TM</sup>
         2010 program, in alphabetical order.
       </p>
-      <ul>
-        <li><a href="scxml-eclipse/index.html">scxml-eclipse</a> - This project aims to
+      
+<ul>
+        
+<li><a href="scxml-eclipse/index.html">scxml-eclipse</a> - This project aims to
           provide an Eclipse and GMF based visual editor and debugger for SCXML, which
           can also be used to generate SCXML documents and code from a state chart.</li>
-        <li><a href="scxml-js/index.html">scxml-js</a> - This project aims  develop an
+        
+<li><a href="scxml-js/index.html">scxml-js</a> - This project aims  develop an
           SCXML-to-JavaScript compiler optimized for User Interface development on the
           World Wide Web and generate graphical depictions of statecharts for testing
           and simulation.</li>
@@ -185,14 +190,18 @@
 
     </div>
 
-    <div class="section"><h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2>
+    
+<div class="section">
+<h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2>
 
-      <p>
+      
+<p>
         Please ask on the Commons development <a href="../../../mail-lists.html">mailing list</a>
         for the status of any of GSoC projects in the Commons Sandbox. Any development
         discussions or suggestions are also welcome on the developers mailing list.
       </p>
-      <p>
+      
+<p>
         A <a href="../../sandbox.html">Commons Sandbox</a> component is considered inactive if there
         is no active development for a sustained period of time.
       </p>

Modified: websites/staging/commons/trunk/content/gsoc/index.html
==============================================================================
--- websites/staging/commons/trunk/content/gsoc/index.html (original)
+++ websites/staging/commons/trunk/content/gsoc/index.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="../components.html" title="Components">Components</a>
             |
@@ -166,32 +166,41 @@
    limitations under the License. -->
   
 
-    <div class="section"><h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2>
+    <div class="section">
+<h2>The Apache Commons Sandbox - Google Summer of Code Projects<a name="The_Apache_Commons_Sandbox_-_Google_Summer_of_Code_Projects"></a></h2>
 
-      <p>
+      
+<p>
         <a class="externalLink" href="http://code.google.com/soc/">Google Summer of Code</a><sup>TM</sup>
         is a global program that offers student developers stipends to write code for various
         open source software projects. The Apache Software Foundation participates in
         the program every year.
       </p>
-      <p>
+      
+<p>
         Some of these projects' websites are listed below. These are listed by their year of
         participation:
-        </p><ul>
-          <li><a href="2010/index.html">2010 projects</a></li>
+        </p>
+<ul>
+          
+<li><a href="2010/index.html">2010 projects</a></li>
         </ul>
       
 
     </div>
 
-    <div class="section"><h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2>
+    
+<div class="section">
+<h2>Status of the GSoC Projects<a name="Status_of_the_GSoC_Projects"></a></h2>
 
-      <p>
+      
+<p>
         Please ask on the Commons developers <a href="../../mail-lists.html">mailing list</a>
         for the status of any of GSoC projects in the Commons Sandbox. Any development
         discussions or suggestions are also welcome on the developers mailing list.
       </p>
-      <p>
+      
+<p>
         A <a href="../sandbox.html">Commons Sandbox</a> component is considered inactive if there
         is no active development for a sustained period of time.
       </p>

Modified: websites/staging/commons/trunk/content/index.html
==============================================================================
--- websites/staging/commons/trunk/content/index.html (original)
+++ websites/staging/commons/trunk/content/index.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="Commons Documentation Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |
@@ -164,36 +164,47 @@
     License for the specific language governing permissions and
     limitations under the License. -->
   
-    <div class="section"><h2>Welcome to the Apache Commons<a name="Welcome_to_the_Apache_Commons"></a></h2>
-      <p>
+    <div class="section">
+<h2>Welcome to the Apache Commons<a name="Welcome_to_the_Apache_Commons"></a></h2>
+      
+<p>
         The Commons is an Apache project focused on all aspects of
         reusable Java components.
       </p>
-      <p>
+      
+<p>
         The Apache Commons project is composed of three parts:
       </p>
-      <ul>
-        <li>
+      
+<ul>
+        
+<li>
           <a href="components.html">The Commons Proper</a>
           - A repository of reusable Java components.
         </li>
-        <li>
+        
+<li>
           <a href="sandbox.html">The Commons Sandbox</a>
           - A workspace for Java component development.
         </li>
-        <li>
+        
+<li>
           <a href="dormant.html">The Commons Dormant</a>
           - A repository of components that are currently inactive.
         </li>
       </ul>
-      <p>
+      
+<p>
         You may also read our <a href="charter.html">charter</a>,
         which spells out the goals of the project in greater detail.
       </p>
     </div>
 
-    <div class="section"><h2>The Commons Proper<a name="The_Commons_Proper"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>The Commons Proper<a name="The_Commons_Proper"></a></h2>
+      
+<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
@@ -201,7 +212,8 @@
         together on projects to be shared by the Apache projects and
         Apache users.
       </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
@@ -210,113 +222,254 @@
         these components without having to worry about changes in the
         future.
       </p>
-      <p>
+      
+<p>
         This <a class="externalLink" 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>
         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>
 
-     <table border="0" class="bodyTable">
+     
+<table border="0" class="bodyTable">
         <!-- This list should agree with ../site.xml and components.xml and downloads/index.xml -->
-        <tr class="a"><th>Components</th><th></th></tr>
-        <tr class="b"><td><a href="proper/commons-attributes/">Attributes</a></td>
-            <td>Runtime API to metadata attributes such as doclet tags.</td></tr>
-        <tr class="a"><td><a href="proper/commons-bcel/">BCEL</a></td>
-            <td>Byte Code Engineering Library - analyze, create, and manipulate Java class files</td></tr>
-        <tr class="b"><td><a href="proper/commons-beanutils/">BeanUtils</a></td>
-            <td>Easy-to-use wrappers around the Java reflection and introspection APIs.</td></tr>
-        <tr class="a"><td><a href="proper/commons-betwixt/">Betwixt</a></td>
-            <td>Services for mapping JavaBeans to XML documents, and vice versa.</td></tr>
-        <tr class="b"><td><a href="proper/commons-bsf/">BSF</a></td>
-            <td>Bean Scripting Framework - interface to scripting languages, including JSR-223</td></tr>
-        <tr class="a"><td><a href="proper/commons-chain/">Chain</a></td>
-            <td><i>Chain of Responsibility</i> pattern implemention.</td></tr>
-        <tr class="b"><td><a href="proper/commons-cli/">CLI</a></td>
-            <td> Command Line arguments parser.</td></tr>
-        <tr class="a"><td><a href="proper/commons-codec/">Codec</a></td>
-            <td>General encoding/decoding algorithms (for example phonetic, base64, URL).</td></tr>
-        <tr class="b"><td><a href="proper/commons-collections/">Collections</a></td>
-            <td>Extends or augments the Java Collections Framework.</td></tr>
-        <tr class="a"><td><a href="proper/commons-compress/">Compress</a></td>
-            <td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
-        <tr class="b"><td><a href="proper/commons-configuration/">Configuration</a></td>
-            <td>Reading of configuration/preferences files in various formats.</td></tr>
-        <tr class="a"><td><a href="proper/commons-csv/">CSV</a></td>
-            <td>Component for reading and writing comma separated value files.</td></tr>
-        <tr class="b"><td><a href="proper/commons-daemon/">Daemon</a></td>
-            <td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
-        <tr class="a"><td><a href="proper/commons-dbcp/">DBCP</a></td>
-            <td>Database connection pooling services.</td></tr>
-        <tr class="b"><td><a href="proper/commons-dbutils/">DbUtils</a></td>
-            <td>JDBC helper library.</td></tr>
-        <tr class="a"><td><a href="proper/commons-digester/">Digester</a></td>
-            <td>XML-to-Java-object mapping utility.</td></tr>
-        <tr class="b"><td><a href="proper/commons-discovery/">Discovery</a></td>
-            <td>Tools for locating resources by mapping service/reference names to resource names.</td></tr>
-        <tr class="a"><td><a href="proper/commons-el/">EL</a></td>
-            <td>Interpreter for the Expression Language defined by the JSP 2.0 specification.</td></tr>
-        <tr class="b"><td><a href="proper/commons-email/">Email</a></td>
-            <td>Library for sending e-mail from Java.</td></tr>
-        <tr class="a"><td><a href="proper/commons-exec/">Exec</a></td>
-            <td>API for dealing with external process execution and environment management in Java.</td></tr>
-        <tr class="b"><td><a href="proper/commons-fileupload/">FileUpload</a></td>
-            <td>File upload capability for your servlets and web applications.</td></tr>
-        <tr class="a"><td><a href="proper/commons-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 class="b"><td><a href="proper/commons-imaging/">Imaging (previously called Sanselan)</a></td>
-            <td> A pure-Java image library.</td></tr>
-        <tr class="a"><td><a href="proper/commons-io/">IO</a></td>
-            <td>Collection of I/O utilities.</td></tr>
-        <tr class="b"><td><a href="proper/commons-jci/">JCI</a></td>
-            <td>Java Compiler Interface</td></tr>
-        <tr class="a"><td><a href="proper/commons-jcs/">JCS</a></td>
-            <td>Java Caching System</td></tr>
-        <tr class="b"><td><a href="proper/commons-jelly/">Jelly</a></td>
-            <td>XML based scripting and processing engine.</td></tr>
-        <tr class="a"><td><a href="proper/commons-jexl/">Jexl</a></td>
-            <td> Expression language which extends the Expression Language of the JSTL.</td></tr>
-        <tr class="b"><td><a href="proper/commons-jxpath/">JXPath</a></td>
-            <td> Utilities for manipulating Java Beans using the XPath syntax.</td></tr>
-        <tr class="a"><td><a href="proper/commons-lang/">Lang</a></td>
-            <td>Provides extra functionality for classes in java.lang.</td></tr>
-        <tr class="b"><td><a href="proper/commons-launcher/">Launcher</a></td>
-            <td>Cross platform Java application launcher.</td></tr>
-        <tr class="a"><td><a href="proper/commons-logging/">Logging</a></td>
-            <td>Wrapper around a variety of logging API implementations.</td></tr>
-        <tr class="b"><td><a href="proper/commons-math/">Math</a></td>
-            <td>Lightweight, self-contained mathematics and statistics components.</td></tr>
-        <tr class="a"><td><a href="proper/commons-modeler/">Modeler</a></td>
-            <td>Mechanisms to create Model MBeans compatible with JMX specification.</td></tr>
-        <tr class="b"><td><a href="proper/commons-net/">Net</a></td>
-            <td>Collection of network utilities and protocol implementations.</td></tr>
-        <tr class="a"><td><a href="proper/commons-ognl/">OGNL</a></td>
-            <td>An Object-Graph Navigation Language</td></tr>            
-        <tr class="b"><td><a href="proper/commons-pool/">Pool</a></td>
-            <td>Generic object pooling component.</td></tr>
-        <tr class="a"><td><a href="proper/commons-primitives/">Primitives</a></td>
-            <td>Smaller, faster and easier to work with types supporting Java primitive types.</td></tr>
-        <tr class="b"><td><a href="proper/commons-proxy/">Proxy</a></td>
-            <td> Library for creating dynamic proxies.</td></tr>
-        <tr class="a"><td><a href="proper/commons-scxml/">SCXML</a></td>
-            <td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td></tr>
-        <tr class="b"><td><a href="proper/commons-transaction/">Transaction</a></td>
-            <td>Implementations for multi level locks, transactional collections and transactional file access.</td></tr>
-        <tr class="a"><td><a href="proper/commons-validator/">Validator</a></td>
-            <td>Framework to define validators and validation rules in an xml file.</td></tr>
-        <tr class="b"><td><a href="proper/commons-vfs/">VFS</a></td>
-            <td>Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.</td></tr>
-        <tr class="a"><td><a href="proper/commons-weaver/">Weaver</a></td>
-          <td>Provides an easy way to enhance (weave) compiled bytecode.</td></tr>
+        
+<tr class="a">
+<th>Components</th>
+<th></th></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-attributes/">Attributes</a></td>
+            
+<td>Runtime API to metadata attributes such as doclet tags.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-bcel/">BCEL</a></td>
+            
+<td>Byte Code Engineering Library - analyze, create, and manipulate Java class files</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-beanutils/">BeanUtils</a></td>
+            
+<td>Easy-to-use wrappers around the Java reflection and introspection APIs.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-betwixt/">Betwixt</a></td>
+            
+<td>Services for mapping JavaBeans to XML documents, and vice versa.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-bsf/">BSF</a></td>
+            
+<td>Bean Scripting Framework - interface to scripting languages, including JSR-223</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-chain/">Chain</a></td>
+            
+<td><i>Chain of Responsibility</i> pattern implemention.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-cli/">CLI</a></td>
+            
+<td> Command Line arguments parser.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-codec/">Codec</a></td>
+            
+<td>General encoding/decoding algorithms (for example phonetic, base64, URL).</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-collections/">Collections</a></td>
+            
+<td>Extends or augments the Java Collections Framework.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-compress/">Compress</a></td>
+            
+<td>Defines an API for working with tar, zip and bzip2 files.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-configuration/">Configuration</a></td>
+            
+<td>Reading of configuration/preferences files in various formats.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-csv/">CSV</a></td>
+            
+<td>Component for reading and writing comma separated value files.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-daemon/">Daemon</a></td>
+            
+<td>Alternative invocation mechanism for unix-daemon-like java code.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-dbcp/">DBCP</a></td>
+            
+<td>Database connection pooling services.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-dbutils/">DbUtils</a></td>
+            
+<td>JDBC helper library.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-digester/">Digester</a></td>
+            
+<td>XML-to-Java-object mapping utility.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-discovery/">Discovery</a></td>
+            
+<td>Tools for locating resources by mapping service/reference names to resource names.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-el/">EL</a></td>
+            
+<td>Interpreter for the Expression Language defined by the JSP 2.0 specification.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-email/">Email</a></td>
+            
+<td>Library for sending e-mail from Java.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-exec/">Exec</a></td>
+            
+<td>API for dealing with external process execution and environment management in Java.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-fileupload/">FileUpload</a></td>
+            
+<td>File upload capability for your servlets and web applications.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-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 class="b">
+<td><a href="proper/commons-imaging/">Imaging (previously called Sanselan)</a></td>
+            
+<td> A pure-Java image library.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-io/">IO</a></td>
+            
+<td>Collection of I/O utilities.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-jci/">JCI</a></td>
+            
+<td>Java Compiler Interface</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-jcs/">JCS</a></td>
+            
+<td>Java Caching System</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-jelly/">Jelly</a></td>
+            
+<td>XML based scripting and processing engine.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-jexl/">Jexl</a></td>
+            
+<td> Expression language which extends the Expression Language of the JSTL.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-jxpath/">JXPath</a></td>
+            
+<td> Utilities for manipulating Java Beans using the XPath syntax.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-lang/">Lang</a></td>
+            
+<td>Provides extra functionality for classes in java.lang.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-launcher/">Launcher</a></td>
+            
+<td>Cross platform Java application launcher.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-logging/">Logging</a></td>
+            
+<td>Wrapper around a variety of logging API implementations.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-math/">Math</a></td>
+            
+<td>Lightweight, self-contained mathematics and statistics components.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-modeler/">Modeler</a></td>
+            
+<td>Mechanisms to create Model MBeans compatible with JMX specification.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-net/">Net</a></td>
+            
+<td>Collection of network utilities and protocol implementations.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-ognl/">OGNL</a></td>
+            
+<td>An Object-Graph Navigation Language</td></tr>            
+        
+<tr class="b">
+<td><a href="proper/commons-pool/">Pool</a></td>
+            
+<td>Generic object pooling component.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-primitives/">Primitives</a></td>
+            
+<td>Smaller, faster and easier to work with types supporting Java primitive types.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-proxy/">Proxy</a></td>
+            
+<td> Library for creating dynamic proxies.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-scxml/">SCXML</a></td>
+            
+<td>An implementation of the State Chart XML specification aimed at creating and maintaining a Java SCXML engine. It is capable of executing a state machine defined using a SCXML document, and abstracts out the environment interfaces.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-transaction/">Transaction</a></td>
+            
+<td>Implementations for multi level locks, transactional collections and transactional file access.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-validator/">Validator</a></td>
+            
+<td>Framework to define validators and validation rules in an xml file.</td></tr>
+        
+<tr class="b">
+<td><a href="proper/commons-vfs/">VFS</a></td>
+            
+<td>Virtual File System component for treating files, FTP, SMB, ZIP and such like as a single logical file system.</td></tr>
+        
+<tr class="a">
+<td><a href="proper/commons-weaver/">Weaver</a></td>
+          
+<td>Provides an easy way to enhance (weave) compiled bytecode.</td></tr>
      </table>
 
     </div>
-    <div class="section"><h2>The Commons Sandbox<a name="The_Commons_Sandbox"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>The Commons Sandbox<a name="The_Commons_Sandbox"></a></h2>
+      
+<p>
         This project also contains a workspace that is open to all
         Apache committers. It's a place to try out new ideas and prepare
         for inclusion into the Commons portion of the project or into
@@ -326,13 +479,17 @@
         state.
       </p>
 
-      <p>
+      
+<p>
         <b>See <a class="externalLink" href="http://commons.apache.org/sandbox/">here</a> for Sandbox components.</b>
       </p>
 
     </div>
-    <div class="section"><h2>The Commons Dormant<a name="The_Commons_Dormant"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>The Commons Dormant<a name="The_Commons_Dormant"></a></h2>
+      
+<p>
         These are Commons Sandbox components that have been deemed
         inactive since they have seen little recent development activity.
         If you wish to use any of these components, you must build them
@@ -340,55 +497,75 @@
         released in the near future.
       </p>
 
-      <p>
+      
+<p>
         <b>See <a class="externalLink" href="http://commons.apache.org/dormant.html">here</a> for Dormant components.</b>
       </p>
 
     </div>
 
-    <div class="section"><h2>Where do I get releases?<a name="Where_do_I_get_releases"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>Where do I get releases?<a name="Where_do_I_get_releases"></a></h2>
+      
+<p>
         The individual components have independent releases. Some releases
         for some components may be available only through the mirroring system.
         Some releases for some components (typically the older ones) are not
         available through the mirroring system.
       </p>
-      <p>
+      
+<p>
         See the individual websites listed above for the specific downloads, or use the
         <a href="downloads/index.html">Releases</a>
         menu option.
       </p>
     </div>
 
-    <div class="section"><h2>How do I contribute, give feedback, fix bugs and so on?<a name="How_do_I_contribute_give_feedback_fix_bugs_and_so_on"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>How do I contribute, give feedback, fix bugs and so on?<a name="How_do_I_contribute_give_feedback_fix_bugs_and_so_on"></a></h2>
+      
+<p>
         The Commons project really needs and appreciates any contributions,
         including documentation help, source code and feedback.
       </p>
-      <ul>
-        <li>
+      
+<ul>
+        
+<li>
           Discussion occurs on the
           <a href="mail-lists.html">Commons mailing list</a>.
         </li>
-        <li>
+        
+<li>
+          We have an IRC channel on freenode - join #apache-commons.
+        </li>
+        
+<li>
           Access to the SVN <b>commons/proper</b> repository is available both
           <a class="externalLink" href="http://svn.apache.org/viewvc/commons/proper/">online</a> and with a
           <a class="externalLink" href="http://www.apache.org/dev/version-control.html">svn client</a>.
         </li>
-        <li>
+        
+<li>
           Access to the SVN <b>commons/sandbox</b> repository is available both
           <a class="externalLink" href="http://svn.apache.org/viewvc/commons/sandbox/">online</a> and with a
           <a class="externalLink" href="http://www.apache.org/dev/version-control.html">svn client</a>.
         </li>
-        <li>
+        
+<li>
           Access to the SVN <b>commons/dormant</b> repository is available both
           <a class="externalLink" href="http://svn.apache.org/viewvc/commons/dormant/">online</a> and with a
           <a class="externalLink" href="http://www.apache.org/dev/version-control.html">svn client</a>.
         </li>
       </ul>
     </div>
-    <div class="section"><h2>Related Components @Apache<a name="Related_Components_Apache"></a></h2>
-      <p>
+    
+<div class="section">
+<h2>Related Components @Apache<a name="Related_Components_Apache"></a></h2>
+      
+<p>
       The Commons HttpClient project used to be a part of Commons, but is now part of
       <a class="externalLink" href="http://hc.apache.org/">Apache HttpComponents</a> - see 
       <a class="externalLink" href="http://hc.apache.org/httpclient-3.x/index.html">Jakarta Commons HttpClient</a>  

Modified: websites/staging/commons/trunk/content/mail-lists.html
==============================================================================
--- websites/staging/commons/trunk/content/mail-lists.html (original)
+++ websites/staging/commons/trunk/content/mail-lists.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -13,7 +13,7 @@
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
       <meta name="author" content="The Apache Commons Team" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -32,7 +32,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |
@@ -165,19 +165,26 @@
     See the License for the specific language governing permissions and
     limitations under the License. --><!-- $Id$ -->
 
-  <div class="section"><h2>Overview<a name="Overview"></a></h2>
-    <p>
+  <div class="section">
+<h2>Overview<a name="Overview"></a></h2>
+    
+<p>
       Apache Commons uses shared mailing lists for all of its <a href="components.html">components</a>.
       To make it easier for people to only read messages related to components they are interested in,
       the convention in Commons is to prefix the subject line of messages with the component's name,
       for example:
-      </p><ul>
-        <li>[EMAIL] Problem with mime message</li>
-        <li>[IO] Progress Monitor</li>
-        <li>[VFS] Public key authentication support for sftp</li>
+      </p>
+<ul>
+        
+<li>[EMAIL] Problem with mime message</li>
+        
+<li>[IO] Progress Monitor</li>
+        
+<li>[VFS] Public key authentication support for sftp</li>
       </ul>
     
-    <p>
+    
+<p>
       Questions related to the usage of Commons components should be posted to the
       <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/commons-user/">User List</a>.
       <br />
@@ -188,12 +195,14 @@
       Read the archives first in case your question has already been answered.
       If not, then subscribe to the appropriate list and post your question.
     </p>
-    <p>
+    
+<p>
       <b>Note:</b> please don't send patches or attachments to any of the mailing lists.
       Patches are best handled via the <i>Issue Tracking</i> system. 
       Otherwise, please upload the file to a public server and include the URL in the mail. 
     </p>
-    <p>
+    
+<p>
      Please read the <a class="externalLink" href="http://www.apache.org/foundation/public-archives.html">Public Forum Archive Policy</a>
      and <a class="externalLink" href="http://www.apache.org/dev/contrib-email-tips.html">Tips for email contributors</a>.
      <br /> 
@@ -204,44 +213,62 @@
     </p>
   </div>
 
-  <div class="section"><h2>Commons Mailing Lists<a name="Commons_Mailing_Lists"></a></h2>
-    <p>
+  
+<div class="section">
+<h2>Commons Mailing Lists<a name="Commons_Mailing_Lists"></a></h2>
+    
+<p>
       <b>Please prefix the subject line of any messages with: <i>[component]</i></b> - <i>thanks!</i>
       <br />
       <br />
     </p>
-    <table border="0" class="bodyTable">
+    
+<table border="0" class="bodyTable">
       <tbody>
 
-        <tr class="a">
-          <th>Name</th>
-          <th>Subscribe</th>
-          <th>Unsubscribe</th>
-          <th>Post</th>
-          <th>Apache Archive</th>
-          <th>Other Archives</th>
+        
+<tr class="a">
+          
+<th>Name</th>
+          
+<th>Subscribe</th>
+          
+<th>Unsubscribe</th>
+          
+<th>Post</th>
+          
+<th>Apache Archive</th>
+          
+<th>Other Archives</th>
         </tr>
 
-        <tr class="b">
-          <td>
+        
+<tr class="b">
+          
+<td>
             <b>Commons User List</b>
             <br /><br />
             Questions on using Commons components.
             <br /><br />
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:user-subscribe@commons.apache.org">Subscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:user-unsubscribe@commons.apache.org">Unsubscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:user@commons.apache.org">Post</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://markmail.org/list/org.apache.commons.users/">markmail.org</a>
             <br /></br>
             <a class="externalLink" href="http://old.nabble.com/Commons---User-f319.html">old.nabble.com</a>
@@ -252,26 +279,33 @@
           </td>
         </tr>
 
-        <tr class="a">
-          <td>
+        
+<tr class="a">
+          
+<td>
             <b>Commons Developer List</b>
             <br /><br />
             Discussion of development of Commons components.
             <br /><br />
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:dev-subscribe@commons.apache.org">Subscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:dev-unsubscribe@commons.apache.org">Unsubscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:dev@commons.apache.org">Post</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://markmail.org/list/org.apache.commons.dev/">markmail.org</a>
             <br /></br>
             <a class="externalLink" href="http://old.nabble.com/Commons---Dev-f317.html">old.nabble.com</a>
@@ -282,24 +316,31 @@
           </td>
         </tr>
 
-        <tr class="b">
-          <td>
+        
+<tr class="b">
+          
+<td>
             <b>Commons Issues List</b>
             <br /><br />
             Only for e-mails automatically generated by the <i>issue tracking</i> system.
             <br /><br />
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:issues-subscribe@commons.apache.org">Subscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:issues-unsubscribe@commons.apache.org">Unsubscribe</a>
           </td>
-          <td><i>read only</i></td>
-          <td>
+          
+<td><i>read only</i></td>
+          
+<td>
             <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://markmail.org/list/org.apache.commons.issues/">markmail.org</a>
             <br /></br>
             <a class="externalLink" href="http://old.nabble.com/Commons---Issues-f25499.html">old.nabble.com</a>
@@ -308,24 +349,31 @@
           </td>
         </tr>
 
-        <tr class="a">
-          <td>
+        
+<tr class="a">
+          
+<td>
             <b>Commons Commits List</b>
             <br /><br />
             Only for e-mails automatically generated by the <a href="svninfo.html">source control</a> sytem.
             <br /><br />
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:commits-subscribe@commons.apache.org">Subscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:commits-unsubscribe@commons.apache.org">Unsubscribe</a>
           </td>
-          <td><i>read only</i></td>
-          <td>
+          
+<td><i>read only</i></td>
+          
+<td>
             <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://markmail.org/list/org.apache.commons.commits/">markmail.org</a>
             <br /></br>
             <a class="externalLink" href="http://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a>
@@ -336,36 +384,52 @@
     </table>
   </div>
 
-  <div class="section"><h2>Apache Mailing Lists<a name="Apache_Mailing_Lists"></a></h2>
-    <p>
+  
+<div class="section">
+<h2>Apache Mailing Lists<a name="Apache_Mailing_Lists"></a></h2>
+    
+<p>
       Other mailing lists which you may find useful include:
     </p>
-    <table border="0" class="bodyTable">
+    
+<table border="0" class="bodyTable">
       <tbody>
-        <tr class="a">
-          <th>Name</th>
-          <th>Subscribe</th>
-          <th>Unsubscribe</th>
-          <th>Apache Archive</th>
-          <th>Other Archives</th>
+        
+<tr class="a">
+          
+<th>Name</th>
+          
+<th>Subscribe</th>
+          
+<th>Unsubscribe</th>
+          
+<th>Apache Archive</th>
+          
+<th>Other Archives</th>
         </tr>
-        <tr class="b">
-          <td>
+        
+<tr class="b">
+          
+<td>
             <b>Apache Announce List</b>
             <br /><br />
             General announcements of Apache project releases.
             <br /><br />
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:announce-subscribe@apache.org">Subscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="mailto:announce-unsubscribe@apache.org">Unsubscribe</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a>
           </td>
-          <td>
+          
+<td>
             <a class="externalLink" href="http://markmail.org/list/org.apache.announce/">markmail.org</a>
             <br /></br>
             <a class="externalLink" href="http://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a>
@@ -378,15 +442,24 @@
       </tbody>
     </table>
   </div>
-  <div class="section"><h2>Other subject prefixes<a name="Other_subject_prefixes"></a></h2>
-    <p>
+  
+<div class="section">
+<h2>Other subject prefixes<a name="Other_subject_prefixes"></a></h2>
+    
+<p>
       Other prefixes which may be used on Commons mailing lists are:
-      </p><ul>
-        <li>[ALL] - general discussion (developer list)</li>
-        <li>[DOC] - Documentation discussion</li>
-        <li>[jira] - this is automatically added by JIRA messages (issues list)</li>
-        <li>[VOTE], [RESULT], [CANCELLED] - voting threads (developer list)</li>
-        <li>[ANNOUNCE], [ANN] - announcements of releases etc.</li>
+      </p>
+<ul>
+        
+<li>[ALL] - general discussion (developer list)</li>
+        
+<li>[DOC] - Documentation discussion</li>
+        
+<li>[jira] - this is automatically added by JIRA messages (issues list)</li>
+        
+<li>[VOTE], [RESULT], [CANCELLED] - voting threads (developer list)</li>
+        
+<li>[ANNOUNCE], [ANN] - announcements of releases etc.</li>
       </ul>
     
   </div>

Modified: websites/staging/commons/trunk/content/new-sandbox-component.html
==============================================================================
--- websites/staging/commons/trunk/content/new-sandbox-component.html (original)
+++ websites/staging/commons/trunk/content/new-sandbox-component.html Mon Oct 14 19:03:35 2013
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia at Sep 25, 2013 ( $Revision: 1080083 $ ) -->
+<!-- Generated by Apache Maven Doxia at 14 October 2013 ( $Revision: 1080083 $ ) -->
 <!-- $HeadURL: https://svn.apache.org/repos/asf/commons/proper/commons-skin/trunk/src/main/resources/META-INF/maven/site.vm $ -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
@@ -12,7 +12,7 @@
       @import url("./css/site.css");
     </style>
     <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" />
-    <meta name="Date-Revision-yyyymmdd" content="20130925" />
+    <meta name="Date-Revision-yyyymmdd" content="20131014" />
     <meta http-equiv="Content-Language" content="en" />
         
         </head>
@@ -31,7 +31,7 @@
             
                 
                 <div class="xleft">
-        <span id="publishDate">Last Published: 25 September 2013</span>
+        <span id="publishDate">Last Published: 14 October 2013</span>
                       </div>
             <div class="xright">                    <a href="components.html" title="Components">Components</a>
             |
@@ -166,22 +166,29 @@
  
  
 
-    <div class="section"><h2>Adding a new Sandbox component<a name="Adding_a_new_Sandbox_component"></a></h2>
+    <div class="section">
+<h2>Adding a new Sandbox component<a name="Adding_a_new_Sandbox_component"></a></h2>
 
-      <p>
+      
+<p>
         This page describes the steps to setup a new <a href="sandbox.html">Sandbox Component</a>
         using component <b>foo</b> as an example.
       </p>
 
-      <div class="section"><h3>Subversion Repository<a name="Subversion_Repository"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Subversion Repository<a name="Subversion_Repository"></a></h3>
+        
+<p>
           <b>Create the Repository</b><br />
           Create the <i>foo</i> repository in
           <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/sandbox/">https://svn.apache.org/repos/asf/commons/sandbox/</a>
           with the usual folder structure:
         </p>
 
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           foo
            |
            +--branches
@@ -191,7 +198,8 @@
            +--trunk
         </pre></div>
 
-        <p>
+        
+<p>
           <b>Add the component to <tt>trunks-sandbox</tt></b><br />
           <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/trunks-sandbox/">trunks-sandbox</a>
           uses subversion a <tt>svn:externals</tt> property to link to the <i>trunks</i> of all the sandbox compoenent - update the
@@ -199,11 +207,14 @@
           to include the new Sandbox component:
         </p>
 
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           foo https://svn.apache.org/repos/asf/commons/sandbox/foo/trunk
         </pre></div>
 
-        <p>
+        
+<p>
           <b>Copying the code</b><br />
           If the code is being brought to the <a href="sandbox.html">Commons Sandbox</a> from elsewhere at the
           <a class="externalLink" href="http://www.apache.org/">ASF</a> then please do a <i>subversion copy</i> so that the history of
@@ -212,12 +223,17 @@
 
       </div>
 
-      <div class="section"><h3>Create the project structure<a name="Create_the_project_structure"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Create the project structure<a name="Create_the_project_structure"></a></h3>
+        
+<p>
           Commons components use <a class="externalLink" href="http://maven.apache.org/">Maven</a> as their primary build system and
           it is recommended that the project adopts the default Maven structure:
         </p>
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           trunk
            |
            +--NOTICE.txt
@@ -246,26 +262,37 @@
                          +--index.xml
         </pre></div>
 
-        <p>
+        
+<p>
           See <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/sandbox/test-maven/sample-sandbox-project/">here</a>
           for a sample Sandbox project.
         </p>
       </div>
 
-      <div class="section"><h3>Using Maven<a name="Using_Maven"></a></h3>
+      
+<div class="section">
+<h3>Using Maven<a name="Using_Maven"></a></h3>
 
-        <p>
+        
+<p>
           if you're new to <a class="externalLink" href="http://maven.apache.org/">Maven</a>, here are some useful links to get started:
         </p>
-        <ul>
-          <li><a class="externalLink" href="http://maven.apache.org/download.html">Download Maven</a></li>
-          <li><a class="externalLink" href="http://maven.apache.org/download.html#Installation">Installation Instructions</a></li>
-          <li><a class="externalLink" href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven in 5 Minutes</a></li>
+        
+<ul>
+          
+<li><a class="externalLink" href="http://maven.apache.org/download.html">Download Maven</a></li>
+          
+<li><a class="externalLink" href="http://maven.apache.org/download.html#Installation">Installation Instructions</a></li>
+          
+<li><a class="externalLink" href="http://maven.apache.org/guides/getting-started/maven-in-five-minutes.html">Maven in 5 Minutes</a></li>
         </ul>
-        <p>
+        
+<p>
           Once you have installed maven the following commands are useful:
         </p>
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           mvn clean              &lt;!-- clean the project --&gt;
           mvn test               &lt;!-- compile and run the tests --&gt;
           mvn package            &lt;!-- compile, run tests and create the jar --&gt;
@@ -274,13 +301,17 @@
 
       </div>
 
-      <div class="section"><h3>Setup a Maven pom.xml<a name="Setup_a_Maven_pom.xml"></a></h3>
-        <p>
+      
+<div class="section">
+<h3>Setup a Maven pom.xml<a name="Setup_a_Maven_pom.xml"></a></h3>
+        
+<p>
           There is a <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/sandbox/test-maven/sample-sandbox-project/trunk/pom.xml">sample pom.xml</a>
           in the <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/sandbox/test-maven/sample-sandbox-project/">sample project</a>
           mentioned above.
         </p>
-        <p>
+        
+<p>
           Sandbox projects use the
           in the <a class="externalLink" href="http://svn.apache.org/repos/asf/commons/proper/commons-sandbox-parent/trunk/pom.xml">commons-sandbox-parent</a>
           pom.xml as there parent, which in turn has the
@@ -289,56 +320,78 @@
         </p>
       </div>
 
-      <div class="section"><h3>Create a SANDBOX JIRA component<a name="Create_a_SANDBOX_JIRA_component"></a></h3>
+      
+<div class="section">
+<h3>Create a SANDBOX JIRA component<a name="Create_a_SANDBOX_JIRA_component"></a></h3>
 
-        <p>
+        
+<p>
           There is a single JIRA projects for all <a href="sandbox.html">Sandbox</a>
           components:
         </p>
 
-        <p>
+        
+<p>
           <a class="externalLink" href="http://issues.apache.org/jira/browse/SANDBOX">http://issues.apache.org/jira/browse/SANDBOX</a>
         </p>
 
-        <ul>
-          <li>Create a new component in JIRA, making a note of the <tt>componentid</tt></li>
-          <li>Set <tt>commons.jira.componentid</tt> property in the component's pom.xml to to the <tt>componentid</tt></li>
-          <li>Run the following command in your new Sandbox project to create a custom issue tracking page:</li>
+        
+<ul>
+          
+<li>Create a new component in JIRA, making a note of the <tt>componentid</tt></li>
+          
+<li>Set <tt>commons.jira.componentid</tt> property in the component's pom.xml to to the <tt>componentid</tt></li>
+          
+<li>Run the following command in your new Sandbox project to create a custom issue tracking page:</li>
         </ul>
 
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           mvn commons:sandbox-jira-page
         </pre></div>
 
       </div>
 
-      <div class="section"><h3>Deploy the component site<a name="Deploy_the_component_site"></a></h3>
+      
+<div class="section">
+<h3>Deploy the component site<a name="Deploy_the_component_site"></a></h3>
 
-        <p>
+        
+<p>
           Deploy the component site to:
         </p>
 
-        <div class="source"><pre>
+        
+<div class="source">
+<pre>
           scp://people.apache.org/www/commons.apache.org/sandbox/foo/
         </pre></div>
 
-        <p>
+        
+<p>
           Checkout the main Commons Site:
         </p>
 
-        <p>
+        
+<p>
           <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/proper/commons-site/">https://svn.apache.org/repos/asf/commons/proper/commons-site/</a>
         </p>
 
-        <p>
+        
+<p>
           Update the main Commons site in the following places:
         </p>
-        <ul>
-          <li>Add the component to the Sandbox menu in the 
+        
+<ul>
+          
+<li>Add the component to the Sandbox menu in the 
               <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/proper/cms-site/src/site/site.xml">site.xml</a></li>
-          <li>Add the component to the Sandbox table on the main 
+          
+<li>Add the component to the Sandbox table on the main 
               <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/proper/cms-site/src/site/xdoc/index.xml">indexl.xml</a></li>
-          <li>Add the component to the table on the Sandbox
+          
+<li>Add the component to the table on the Sandbox
               <a class="externalLink" href="https://svn.apache.org/repos/asf/commons/proper/cms-site/src/site/xdoc/sandbox.xml">indexl.xml</a></li>
         </ul>