make docs reflect reality

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353478 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2004-01-01 19:06:10 +00:00
parent 040db04a7b
commit d7c485af78
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
<menu-item label="Overview" href="overview.html"/>
<menu-item label="POIFS" href="poifs/index.html"/>
<menu-item label="HSSF" href="hssf/index.html"/>
<menu-item label="HDF" href="hdf/index.html"/>
<menu-item label="HWPF" href="http://jakarta.apache.org/poi/hwpf/index.html"/>
<menu-item label="HPSF" href="hpsf/index.html"/>
<menu-item label="POI-Utils" href="utils/index.html"/>
<menu-item label="Download" href="ext:download"/>

View File

@ -95,8 +95,8 @@
</section>
<section><title>HWPF</title>
<p>HWPF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability.
Please see <link href="./hwpf/index.html">the HWPF project page for more information</link>. This component is
in the early stages of development.It can already read and write simple files. Jump in!</p>
Please see <link href="http://jakarta.apache.org/poi/hwpf/index.html">the HWPF project page for more information</link>. This component is
in the early stages of development.It can already read and write simple files. Jump in!. (Please note that the HWPF codebase is NOT included in the 2.0 releases. Please use CVS to access this code.) </p>
</section>
<section><title>HPSF (Horrible Property Set Format)</title>
<p>HPSF is our port of the OLE 2 property set format to pure