From: Nick Burch
Date: Mon, 13 Feb 2006 14:09:03 +0000 (+0000)
Subject: Update scratchpad link, and mention extractor for hwpf
X-Git-Tag: REL_3_0_ALPHA3~177
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b2f3b130aaa47f0f8825b51da1e11321b573d801;p=poi.git
Update scratchpad link, and mention extractor for hwpf
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@377382 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/src/documentation/content/xdocs/hslf/index.xml b/src/documentation/content/xdocs/hslf/index.xml
index 5d176fa8c3..47ac9001c0 100755
--- a/src/documentation/content/xdocs/hslf/index.xml
+++ b/src/documentation/content/xdocs/hslf/index.xml
@@ -8,6 +8,7 @@
Overview
+
@@ -19,8 +20,12 @@
HSSF provides a way to read powerpoint presentations, and extract text from it.
It also provides some (currently limited) edit capabilities.
- 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
+
+ This code currently lives the
+ scratchpad area
+ 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.
The quick guide documentation provides
diff --git a/src/documentation/content/xdocs/hwpf/index.xml b/src/documentation/content/xdocs/hwpf/index.xml
index aa832bb274..5dba677351 100644
--- a/src/documentation/content/xdocs/hwpf/index.xml
+++ b/src/documentation/content/xdocs/hwpf/index.xml
@@ -21,11 +21,16 @@
to pure Java.
HWPF is still in early development. It is in the
- scratchpad section of the CVS. Source code in the
- org.apache.poi.hwpf.extractor tree is legacy code. Source in the
- org.apache.poi.hwpf.model tree is the old legacy code refactored
- into an object model.
+ href="http://svn.apache.org/viewcvs.cgi/jakarta/poi/trunk/src/scratchpad/">
+ scratchpad section of the SVN.
+ Source in the
+ org.apache.poi.hwpf.model tree is the old legacy code refactored
+ into an object model. Source code in the
+ org.apache.poi.hwpf.extractor tree is a wrapper of this to
+ facilitate easy extraction of interesting things (eg the Text).
+ Source code in the org.apache.poi.hdf tree is the old legacy
+ code.
+