You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2010/09/07 20:42:03 UTC

svn commit: r993462 - in /commons/proper/digester/trunk/src/site: site.xml xdoc/index.xml

Author: simonetripodi
Date: Tue Sep  7 18:42:03 2010
New Revision: 993462

URL: http://svn.apache.org/viewvc?rev=993462&view=rev
Log:
preparing the digester site for the rc1

Modified:
    commons/proper/digester/trunk/src/site/site.xml
    commons/proper/digester/trunk/src/site/xdoc/index.xml

Modified: commons/proper/digester/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/site.xml?rev=993462&r1=993461&r2=993462&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/site.xml (original)
+++ commons/proper/digester/trunk/src/site/site.xml Tue Sep  7 18:42:03 2010
@@ -45,7 +45,19 @@
       - Note that the links in these menu options require manual installation of the
       - appropriate dirs on the website; maven won't set this up.
       -->
-    <menu name="Release 2.0 (Current)">
+    <menu name="Release 2.1 (Current)">
+      <item name="Guide" href="http://commons.apache.org/digester/commons-digester-2.1/core.html">
+        <item name="Core APIs"            href="http://commons.apache.org/digester/commons-digester-2.1/core.html"/>
+        <item name="Plugins"              href="http://commons.apache.org/digester/commons-digester-2.1/plugins.html"/>
+        <item name="Substitution"         href="http://commons.apache.org/digester/commons-digester-2.1/substitution.html"/>
+        <item name="XML Rules"            href="http://commons.apache.org/digester/commons-digester-2.1/xmlrules.html"/>
+        <item name="Annotations"          href="http://commons.apache.org/digester/commons-digester-2.1/annotations.html"/>
+        <item name="FAQ"                  href="http://commons.apache.org/digester/commons-digester-2.1/faq.html"/>
+      </item>
+      <item name="Javadoc" href="http://commons.apache.org/digester/commons-digester-2.1/docs/api"/>
+      <item name="Release Notes" href="http://commons.apache.org/digester/commons-digester-2.1/RELEASE-NOTES.txt"/>
+    </menu>
+    <menu name="Release 2.0">
       <item name="Guide" href="http://commons.apache.org/digester/commons-digester-2.0/docs/api/org/apache/commons/digester/package-summary.html#doc.Description"/>
       <item name="Javadoc" href="http://commons.apache.org/digester/commons-digester-2.0/docs/api"/>
       <item name="Release Notes" href="http://commons.apache.org/digester/commons-digester-2.0/RELEASE-NOTES.txt"/>
@@ -55,11 +67,6 @@
       <item name="Javadoc" href="http://commons.apache.org/digester/commons-digester-1.8.1/docs/api"/>
       <item name="Release Notes" href="http://commons.apache.org/digester/commons-digester-1.8.1/RELEASE-NOTES.txt"/>
     </menu>
-    <menu name="Release 1.8">
-      <item name="Guide" href="http://commons.apache.org/digester/commons-digester-1.8/docs/api/org/apache/commons/digester/package-summary.html#doc.Description"/>
-      <item name="Javadoc" href="http://commons.apache.org/digester/commons-digester-1.8/docs/api"/>
-      <item name="Release Notes" href="http://commons.apache.org/digester/commons-digester-1.8/RELEASE-NOTES.txt"/>
-    </menu>
 
   </body>
 

Modified: commons/proper/digester/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/site/xdoc/index.xml?rev=993462&r1=993461&r2=993462&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/digester/trunk/src/site/xdoc/index.xml Tue Sep  7 18:42:03 2010
@@ -55,13 +55,10 @@ include:</p>
 
 <section name="Documentation">
 
-<p>User documentation is available as package descriptions within the 
-<a href="http://commons.apache.org/digester/commons-digester-2.0/docs/api/">JavaDoc
-API documents</a>.  In particular, you should read the package description for 
-the <code>org.apache.commons.digester</code> package for detailed information 
-on using the package.</p>
+<p>User documentation is available in the website, you can start reading the
+<a href="http://commons.apache.org/digester/commons-digester-2.1/core.html">Core APIs</a>.</p>
 
-<p>The <a href="http://commons.apache.org/digester/commons-digester-2.0/RELEASE-NOTES.txt">
+<p>The <a href="http://commons.apache.org/digester/commons-digester-2.1/RELEASE-NOTES.txt">
 Release Notes</a> document the new features and bug fixes that have been
 included in this release.</p>
 
@@ -81,6 +78,34 @@ download the files.
 </section>
 
 <section name="Releases">
+    <subsection name="Digester 2.1 Release September 2010)">
+        <p>
+Digester 2.1 is a minor release with new features. New projects are encouraged to use this release
+of digester. There are breaking changes from Digester 2.0, see release notes
+in detail before choosing to upgrade. There is no urgency for existing
+projects to upgrade; Digester 2.0 has proven to be a stable release.
+        </p>
+        <p>
+Digester 2.1 <b>requires a minimum of JDK 1.5</b>.
+        </p>
+        <p>
+The recommended dependency set for Digester 2.1 is:
+        </p>
+<table>
+<tr>
+<th colspan='3'>Recommended Dependency Set</th>
+</tr>
+<tr>
+<td>Digester</td>
+<td>+Logging 1.1.1</td>
+<td>+BeanUtils 1.8.3</td>
+</tr>
+</table>
+        <p>
+It is also possible to use Logging 1.0.x or BeanUtils 1.8.0 instead.
+        </p>
+    </subsection>
+
     <subsection name='Digester 2.0 Release (January 2009)'>
         <p>
 Digester 2.0 is a major release. New projects are encouraged to use this release