Author: bayard
Date: Thu Mar  2 22:34:40 2006
New Revision: 382690

URL: http://svn.apache.org/viewcvs?rev=382690&view=rev
Log:
apt port of the xdocs site - I must be doing something wrong as it doesn't 
generate well, but I thought I would check the latest in anyway

Added:
    jakarta/commons/sandbox/compress/trunk/src/site/
    jakarta/commons/sandbox/compress/trunk/src/site/apt/
    jakarta/commons/sandbox/compress/trunk/src/site/apt/index.apt
    jakarta/commons/sandbox/compress/trunk/src/site/site.xml   (with props)

Added: jakarta/commons/sandbox/compress/trunk/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/trunk/src/site/apt/index.apt?rev=382690&view=auto
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/src/site/apt/index.apt (added)
+++ jakarta/commons/sandbox/compress/trunk/src/site/apt/index.apt Thu Mar  2 
22:34:40 2006
@@ -0,0 +1,36 @@
+ -----
+ Jakarta Commons Compress
+ -----
+ Commons Documentation Team
+ -----
+ -----
+ 
+Commons Compress
+
+  Commons Compress defines an API for working with tar, zip and bzip2 files.
+
+  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:
+  Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.
+
+* Status
+  * This code is in the commons <sandbox>
+  * The code is unreleased
+  * Methods and classes can and will appear and disappear without warning
+  * If you like the code and want to push it towards a release, join the 
mailing list!
+  []
+
+Documentation
+  * The {{{apidocs/index.html}Javadoc}} of the latest SVN
+  * The {{{http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/}SVN 
repository}} can be browsed.
+  []
+  There are also 2 example for the bzip2 API:
+  * 
{{{xref-test/org/apache/commons/compress/bzip2/example/Bzip2Compress.html}Bzip2Compress}}
+  * 
{{{xref-test/org/apache/commons/compress/bzip2/example/Bzip2Uncompress.html}Bzip2UnCompress}}
+  []
+
+Releases
+
+  None. This is a <sandbox> component.

Added: jakarta/commons/sandbox/compress/trunk/src/site/site.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/trunk/src/site/site.xml?rev=382690&view=auto
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/src/site/site.xml (added)
+++ jakarta/commons/sandbox/compress/trunk/src/site/site.xml Thu Mar  2 
22:34:40 2006
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Commons Compress">
+  <body>
+    <links>
+    </links>
+
+<!--  TODO: proper menu -->
+
+    <menu name="Subproject menu">
+      <item name="Overview" href="/index.html"/>
+      <item name="Javadoc" href="apidocs/index.html"/>
+      <item name="Mailing lists" href="/mail-lists.html"/>
+      <item name="Team" href="/team-list.html"/>
+      <item name="SVN" 
href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/"/>
+    </menu>
+    ${reports}
+  </body>
+</project>

Propchange: jakarta/commons/sandbox/compress/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: jakarta/commons/sandbox/compress/trunk/src/site/site.xml
------------------------------------------------------------------------------
    svn:executable = *



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

Reply via email to