Author: nick
Date: Mon Feb 13 06:09:03 2006
New Revision: 377382

URL: http://svn.apache.org/viewcvs?rev=377382&view=rev
Log:
Update scratchpad link, and mention extractor for hwpf

Modified:
    jakarta/poi/trunk/src/documentation/content/xdocs/hslf/index.xml
    jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hslf/index.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/hslf/index.xml?rev=377382&r1=377381&r2=377382&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hslf/index.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hslf/index.xml Mon Feb 13 
06:09:03 2006
@@ -8,6 +8,7 @@
         <subtitle>Overview</subtitle>
         <authors>
             <person name="Avik Sengupta" email="avik at apache dot org"/>
+            <person name="Nick Burch" email="nick at apache dot org"/>
         </authors>
     </header>
 
@@ -19,8 +20,12 @@
             <p>HSSF provides a way to read powerpoint presentations, and 
extract text from it.
             It also provides some (currently limited) edit capabilities.
             </p>
-            <note> This code currently lives the scratchpad area of the POI 
CVS repository. 
-                               Ensure that you have the scratchpad jar or the 
scratchpad build area in your
+            <note> 
+                This code currently lives the 
+                <link 
href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/";>scratchpad
 area</link> 
+                of the POI SVN repository. 
+                               Ensure that you have the scratchpad jar or the 
scratchpad 
+                build area in your
                                classpath before experimenting with this code.
                        </note>
                        <p>The <link href="./quick-guide.html">quick 
guide</link> documentation provides 

Modified: jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml?rev=377382&r1=377381&r2=377382&view=diff
==============================================================================
--- jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml (original)
+++ jakarta/poi/trunk/src/documentation/content/xdocs/hwpf/index.xml Mon Feb 13 
06:09:03 2006
@@ -21,11 +21,16 @@
     to pure Java.</p>
 
   <p>HWPF 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
-    <em>org.apache.poi.hwpf.extractor</em> tree is legacy code. Source in the
-    <em>org.apache.poi.hwpf.model</em> tree is the old legacy code refactored
-    into an object model.</p>
+     
href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/";>
+     scratchpad section of the SVN.</link> 
+     Source in the
+     <em>org.apache.poi.hwpf.model</em> tree is the old legacy code refactored
+     into an object model. Source code in the
+     <em>org.apache.poi.hwpf.extractor</em> tree is a wrapper of this to
+     facilitate easy extraction of interesting things (eg the Text). 
+     Source code in the <em>org.apache.poi.hdf</em> tree is the old legacy
+     code.
+   </p>
 
    <section>
     <title>HWPF Pointman Needed!</title>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/

Reply via email to