]> source.dussan.org Git - poi.git/commitdiff
Update scratchpad link, and mention extractor for hwpf
authorNick Burch <nick@apache.org>
Mon, 13 Feb 2006 14:09:03 +0000 (14:09 +0000)
committerNick Burch <nick@apache.org>
Mon, 13 Feb 2006 14:09:03 +0000 (14:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377382 13f79535-47bb-0310-9956-ffa450edef68

src/documentation/content/xdocs/hslf/index.xml
src/documentation/content/xdocs/hwpf/index.xml

index 5d176fa8c368ac6dbf82c93ce0b8283962874e0d..47ac9001c0507723b0a2a1cbef83b7106b775e2f 100755 (executable)
@@ -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>
 
             <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 
index aa832bb274f69f06e59114cd63ed50969e85522f..5dba6773511c92a73bbbe328eba96ade7df36161 100644 (file)
     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>