diff options
author | Nick Burch <nick@apache.org> | 2006-02-13 14:09:03 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2006-02-13 14:09:03 +0000 |
commit | b2f3b130aaa47f0f8825b51da1e11321b573d801 (patch) | |
tree | 10a310f10c4e0d1ede4e4c135639bb601e1bb947 /src/documentation/content/xdocs/hwpf | |
parent | 5c8d2a20d11afb30d23a31a95b5c06198302447d (diff) | |
download | poi-b2f3b130aaa47f0f8825b51da1e11321b573d801.tar.gz poi-b2f3b130aaa47f0f8825b51da1e11321b573d801.zip |
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
Diffstat (limited to 'src/documentation/content/xdocs/hwpf')
-rw-r--r-- | src/documentation/content/xdocs/hwpf/index.xml | 15 |
1 files changed, 10 insertions, 5 deletions
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.</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> |