sackley     2002/09/23 13:13:02

  Modified:    src/documentation/xdocs/hdf index.xml
  Log:
  Made this page up to date
  
  Revision  Changes    Path
  1.4       +16 -7     jakarta-poi/src/documentation/xdocs/hdf/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-poi/src/documentation/xdocs/hdf/index.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- index.xml 6 Apr 2002 13:36:06 -0000       1.3
  +++ index.xml 23 Sep 2002 20:13:02 -0000      1.4
  @@ -6,20 +6,29 @@
     <title>HDF</title>
     <subtitle>Overview</subtitle>
     <authors>
  -   <person name="Nicola Ken Barozzi" email="[EMAIL PROTECTED]"/>     
  -   <person name="Andrew C. Oliver" email="[EMAIL PROTECTED]"/>   
  +   <person name="Nicola Ken Barozzi" email="[EMAIL PROTECTED]"/>
  +   <person name="Andrew C. Oliver" email="[EMAIL PROTECTED]"/>
  +   <person name="Ryan Ackley" email="[EMAIL PROTECTED]"/>
     </authors>
    </header>
   
    <body>
    <section title="Overview">
   
  -  <p>HDF will be the name of OUR port of the Microsoft Word 97(-2002) file format to
  +  <p>HDF is the name of OUR port of the Microsoft Word 97(-2002) file format to
        pure Java.</p>
  -  <p>HDF is still in early development. If you want to help us, you can 
  -     follow development on the poi-dev mailing list.</p>
  -
  -
  +  <p>HDF is still in early development. It is in the
  +     <link 
href="http://cvs.apache.org/viewcvs/jakarta-poi/src/scratchpad/";>scratchpad section of 
the
  +     CVS.</link> Source code in the <b>org.apache.poi.hdf.extractor</b> tree is
  +     legacy code. Source in the <b>org.apache.poi.hdf.model</b>
  +     tree is the old legacy code refactored into an object model. Check the How-To
  +     page for detailed examples on using HDF.
  +  </p>
  +  <p>
  +     We are looking for developers!!! If you are interested in helping with HDF
  +     familiarize yourself with the source code and just start coding. Make sure
  +     you read the guidelines for <link 
href="http://jakarta.apache.org/poi/getinvolved/index.html";>
  +     getting involved</link></p>
     </section>
    </body>
   </document>
  
  
  

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

Reply via email to