From 85610bdb256bbad8eb1612a93c81fd0c68852c7d Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 13 Feb 2006 14:09:03 +0000 Subject: [PATCH] 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 --- src/documentation/content/xdocs/hslf/index.xml | 9 +++++++-- src/documentation/content/xdocs/hwpf/index.xml | 15 ++++++++++----- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/documentation/content/xdocs/hslf/index.xml b/src/documentation/content/xdocs/hslf/index.xml index 5d176fa8c..47ac9001c 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 aa832bb27..5dba67735 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. +

HWPF Pointman Needed!