scolebourne    2004/02/28 08:07:04

  Modified:    compress/xdocs index.xml
  Log:
  Fix link error
  
  Revision  Changes    Path
  1.2       +34 -22    jakarta-commons-sandbox/compress/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/compress/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml 2 Dec 2003 21:07:56 -0000       1.1
  +++ index.xml 28 Feb 2004 16:07:04 -0000      1.2
  @@ -9,36 +9,48 @@
   
    <body>
   
  -<section name="The Compress Component">
  +<section name="Commons Compress">
   
  -<p>Commons Compress defines an API for working with tar, zip and bzip2 files.</p>
  -
  -<p>The code in this component came from Avalon's Excalibur, but originally from Ant,
  +<p>
  +Commons Compress defines an API for working with tar, zip 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 -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.
  +</p>
  +<p>
  + <ul>
  +  <li>This code is in the commons <i>sandbox</i></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>
   </p>
  -<p>the migration has been:</p>
  -<p>Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.</p>
  -
  -<br/><br/>
   </section>
   
  -<section name="Releases">
  -    <p>
  -       See the <a href="downloads.html">downloads</a> page for information on 
obtaining releases.
  -    </p>
  -<br/><br/>
  +<section name="Documentation">
  +<p>
  + <ul>
  +  <li>The <a href="apidocs/index.html">Javadoc</a> of the latest CVS</li>
  +  <li>The <a 
href="http://cvs.apache.org/viewcvs/jakarta-commons-sandbox/compress/";>CVS 
repository</a> can be browsed.</li>
  + </ul>
  +</p>
  +<p>
  +There are also 2 example for the bzip2 API:
  + <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>
  +</p>
   </section>
   
  -<section name="Documentation">
  -  <p>
  -     The <a href="apidocs/index.html">JavaDoc API documents</a> are available 
online.
  -  </p>
  -  <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>
  +<section name="Releases">
  +<p>
  +None. This is a <i>sandbox</i> component.
  +</p>
   </section>
   
   </body>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to