You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by rd...@apache.org on 2004/02/15 11:25:48 UTC

cvs commit: jakarta-commons/logging/xdocs index.xml

rdonkin     2004/02/15 02:25:48

  Added:       logging/xdocs index.xml
  Log:
    Added maven build (aimed at documentation). This isn't totally satisfactory (for example, I've stripped out the unit tests) and the user guide formatting isn't brilliant. But i feel that i want to be able to get some feedback and there are some other priorities. i'll try to get to this work later.
  
  Revision  Changes    Path
  1.1                  jakarta-commons/logging/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <document>
  
   <properties>
    <title>Commons</title>
    <author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
   </properties>
  
   <body>
  
  <section name="The Logging Component">
  
  <p>There is a great need for debugging and logging information inside of
  Commons components such as HTTPClient and DBCP.  However, there are many
  logging APIs out there and it is difficult to choose among them.</p>
  
  <p>The Logging package is an ultra-thin bridge between different logging
  libraries.  Commons components may use the Logging API to remove
  compile-time and run-time dependencies on any particular logging package,
  and contributors may write Log implementations for the library of
  their choice.</p>
  
  </section>
  
  
  <section name="Documentation">
  
  <p>The <a href="http://jakarta.apache.org/commons/logging/RELEASE-NOTES.txt">
  Release Notes</a> document the new features and bug fixes that have been
  included in the latest release.</p>
  
  <p>The <a href="http://jakarta.apache.org/commons/logging/api/index.html">
  JavaDoc API documents</a> for the latest release are available online.  
  In particular, you should read the package overview of the <code>org.apache.commons.logging</code>
  package. In addition, there is a (short)
  <a href="guide.html">User Guide</a>.</p>
  
  </section>
  
  
  <section name="Releases">
      <subsection name='Mirrored Releases'>
  <p>
  Releases after 1.0.2 should be downloaded from a mirror. Please remember to verify the 
  sigature of the release from the 
  <a href='http://www.apache.org/dist/jakarta/commons/logging/'>main apache site</a>
  when downloading from a mirror.
  </p>
  <p>
      Binary releases are available 
         <a href="http://jakarta.apache.org/site/binindex.cgi">here</a>.
      Source releases are available
         <a href="http://jakarta.apache.org/site/sourceindex.cgi">here</a>
  </p>
  <p>
  <ul>
         <li>Version 1.0.3 (latest) - 7 Apr 2003</li>
  </ul>
  </p>
      </subsection>
      <subsection name='Older Releases (Not Mirrored)'>
      <p>
      <ul>
  <ul>
  <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.2/">Version 1.0.2</a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0.1/">Version 1.0.1</a></li>
  <li><a href="http://jakarta.apache.org/builds/jakarta-commons/release/commons-logging/v1.0/">Version 1.0</a></li>
  </ul>
      </ul>
      </p>
      </subsection>
  </section>
  
  
  </body>
  </document>
  
  
  

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