You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bo...@apache.org on 2009/03/27 17:31:00 UTC

svn commit: r759200 - /commons/proper/compress/trunk/src/site/xdoc/index.xml

Author: bodewig
Date: Fri Mar 27 16:30:59 2009
New Revision: 759200

URL: http://svn.apache.org/viewvc?rev=759200&view=rev
Log:
remove links to broken examples, update the documentation a little, fix link to svn

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

Modified: commons/proper/compress/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/site/xdoc/index.xml?rev=759200&r1=759199&r2=759200&view=diff
==============================================================================
--- commons/proper/compress/trunk/src/site/xdoc/index.xml (original)
+++ commons/proper/compress/trunk/src/site/xdoc/index.xml Fri Mar 27 16:30:59 2009
@@ -25,45 +25,47 @@
     <body>
         <section name="Commons Compress">
             <p>
-                Commons Compress defines an API for working with tar, zip and bzip2 files.
+                Commons Compress defines an API for working with ar,
+                cpio, tar, zip, gzip and bzip2 files.
             </p>
             <p>
-                The code in this component came from Avalon's Excalibur, but originally from Ant,
-                as far as life in Apache goes. The tar package is originally Tim Endres' public
-                domain package. The bzip2 package is based on the work done by Keiron Liddle.
-                It has migrated via:<br/>
-                Ant -&gt; Avalon-Excalibur -&gt; Commons-IO -&gt; Commons-Compress.
+                The code in this component has many origins:
             </p>
+            <ul>
+              <li>The bzip2, tar and zip support came from Avalon's
+                Excalibur, but originally from Ant, as far as life in
+                Apache goes. The tar package is originally Tim Endres'
+                public domain package. The bzip2 package is based on
+                the work done by Keiron Liddle.  It has migrated
+                via:<br/> Ant -&gt; Avalon-Excalibur -&gt; Commons-IO
+                -&gt; Commons-Compress.</li>
+              <li>The cpio package has been contributed by Markus Kuss
+                and
+                the <a href="http://jrpm.sourceforge.net/">jRPM</a>
+                project</li>.
+            </ul>
             <subsection name="Status">
-                <ul>
-                    <li>This component has been promoted to Commons proper</li>
-                    <li>The code is unreleased</li>
-                    <li>Methods and classes can and will appear and disappear without warning</li>
-                    <li>If you like the code and want to push it towards a release, join the mailing list!</li>
-                </ul>
+              <ul>
+                <li>This component has been promoted to Commons proper</li>
+                <li>The code is unreleased</li>
+                <li>Methods and classes can and will appear and
+                disappear without warning</li>
+                <li>If you like the code and want to push it towards a
+                release, join the mailing list!</li>
+              </ul>
             </subsection>
         </section>
         <section name="Documentation">
-            <ul>
-                <li>The <a href="apidocs/index.html">Javadoc</a> of the latest SVN</li>
-                <li>The <a href="http://svn.apache.org/viewvc/commons/compress/">SVN repository</a> can be browsed.</li>
-            </ul>
-            <p>
-                There are also 2 example for the bzip2 API:
-            </p>
-            <ul>
-                <li>
-                    <a href="xref-test/org/apache/commons/compress/bzip2/example/Bzip2Compress.html">Bzip2Compress</a>
-                </li>
-                <li>
-                    <a href="xref-test/org/apache/commons/compress/bzip2/example/Bzip2Uncompress.html">Bzip2UnCompress</a>
-                </li>
+          <ul>
+            <li>The <a href="apidocs/index.html">Javadoc</a> of the latest SVN</li>
+            <li>The <a href="http://svn.apache.org/viewvc/commons/proper/compress/">SVN
+                repository</a> can be browsed.</li>
             </ul>
         </section>
         <section name="Releases">
-            <p>
-                None.
-            </p>
+          <p>
+            None.
+          </p>
         </section>
     </body>
 </document>