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/03/02 00:28:12 UTC

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

rdonkin     2004/03/01 15:28:12

  Modified:    digester/xdocs index.xml
  Log:
  Improved documentation.
  
  Revision  Changes    Path
  1.7       +13 -4     jakarta-commons/digester/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/digester/xdocs/index.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- index.xml	15 Feb 2004 11:21:43 -0000	1.6
  +++ index.xml	1 Mar 2004 23:28:12 -0000	1.7
  @@ -38,14 +38,23 @@
   
   <section name="Documentation">
   
  +<p>User documentation is available as package descriptions within the 
  +<a href="http://jakarta.apache.org/commons/digester/api/index.html">JavaDoc
  +API documents</a>.  In particular, you should read the package description for 
  +the <code>org.apache.commons.digester</code> package for detailed information 
  +on using the package.</p>
  +
   <p>The <a href="http://jakarta.apache.org/commons/digester/RELEASE-NOTES.txt">
   Release Notes</a> document the new features and bug fixes that have been
   included in this release.</p>
   
  -<p>The <a href="http://jakarta.apache.org/commons/digester/api/index.html">
  -JavaDoc API documents</a> are available online.  In particular, you should
  -read the package description for the <code>org.apache.commons.digester</code>
  -package for detailed information on using the package.</p>
  +<p>The "examples" directory in the CVS repository contains code which 
  +demonstrates the basic functionality. In particular, you should read the 
  +AddressBook example in the "api" subdirectory. You can view the examples
  +directly from the CVS repository via <a
  +href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/digester/src/examples/">
  +the ViewCVS</a> web site, or can use CVS to download the files.
  +</p>
   
   </section>
   
  
  
  

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