You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by de...@apache.org on 2007/01/13 00:10:11 UTC

svn commit: r495780 - in /jakarta/commons/sandbox/compress/trunk/src/site/xdoc: index.xml issue-tracking.xml

Author: dennisl
Date: Fri Jan 12 15:10:10 2007
New Revision: 495780

URL: http://svn.apache.org/viewvc?view=rev&rev=495780
Log:
Fix the xdoc syntax so that the resulting xhtml is valid.

Modified:
    jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml
    jakarta/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml

Modified: jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml?view=diff&rev=495780&r1=495779&r2=495780
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml (original)
+++ jakarta/commons/sandbox/compress/trunk/src/site/xdoc/index.xml Fri Jan 12 15:10:10 2007
@@ -22,31 +22,27 @@
 Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.
 </p>
 <subsection name="Status">
-<p>
- <ul>
+<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>
+</ul>
 </subsection>
 </section>
 
 <section name="Documentation">
-<p>
- <ul>
+<ul>
   <li>The <a href="apidocs/index.html">Javadoc</a> of the latest SVN</li>
   <li>The <a href="http://svn.apache.org/viewcvs/jakarta/commons/sandbox/compress/">SVN repository</a> can be browsed.</li>
- </ul>
-</p>
+</ul>
 <p>
 There are also 2 example for the bzip2 API:
- <ul>
+</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>
-</p>
+</ul>
 </section>
 
 <section name="Releases">

Modified: jakarta/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml
URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml?view=diff&rev=495780&r1=495779&r2=495780
==============================================================================
--- jakarta/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml (original)
+++ jakarta/commons/sandbox/compress/trunk/src/site/xdoc/issue-tracking.xml Fri Jan 12 15:10:10 2007
@@ -36,7 +36,8 @@
 <p>
   If you would like to report a bug, or raise an enhancement request with
   Commons Compress please do the following:
-  <ol>
+</p>
+<ol>
   <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311183&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">Search existing open bugs</a>.
   If you find your issue listed then please add a comment with your details.</li>
   <li><a href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the mailing list archive</a>.
@@ -44,28 +45,27 @@
   <li>Decide if your issue is a bug or an enhancement.</li>
   <li>Submit either a <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311183&amp;issuetype=1&amp;priority=4&amp;assignee=-1">bug report</a>
   or <a href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310491&amp;component=12311183&amp;issuetype=4&amp;priority=4&amp;assignee=-1">enhancement request</a>.</li>
-  </ol>
-</p>
+</ol>
 <p>
   Please also remember these points:
-  <ul>
+</p>
+<ul>
   <li>the more information you provide, the better we can help you</li>
   <li>test cases are vital, particularly for any proposed enhancements</li>
   <li>the developers of Commons Compress are all unpaid volunteers</li>
-  </ul>
-</p>
+</ul>
 <p>
   For more information on subversion and creating patches see the
   <a href="http://www.apache.org/dev/contributors.html">Apache Contributors Guide</a>.
 </p>
 <p>
   You may also find these links useful:
-  <ul>
+</p>
+<ul>
   <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311183&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=1&amp;status=4">All Open Compress bugs</a></li>
   <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311183&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;status=5&amp;status=6">All Resolved Compress bugs</a></li>
   <li><a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&amp;pid=12310491&amp;component=12311183&amp;sorter/field=issuekey&amp;sorter/order=DESC">All Compress bugs</a></li>
-  </ul>
-</p>
+</ul>
 </section>
 <!-- ================================================== -->
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org