diff options
author | Andrew C. Oliver <acoliver@apache.org> | 2002-03-03 19:43:51 +0000 |
---|---|---|
committer | Andrew C. Oliver <acoliver@apache.org> | 2002-03-03 19:43:51 +0000 |
commit | 105d2859a05e7b2fb38dca0d320905d534ec0560 (patch) | |
tree | 9296dbac53a6c4ed0688d7f32ecaefdbddb7c3bf /build | |
parent | 73dda1e5a6947703d207be33af0d2340a5a7e1d1 (diff) | |
download | poi-105d2859a05e7b2fb38dca0d320905d534ec0560.tar.gz poi-105d2859a05e7b2fb38dca0d320905d534ec0560.zip |
paranoid regen to ensure my weird CVS problems didn't screw up the site
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352141 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build')
-rw-r--r-- | build/jakarta-poi/docs/changes.html | 2 | ||||
-rw-r--r-- | build/jakarta-poi/docs/hpsf/index.html | 14 |
2 files changed, 7 insertions, 9 deletions
diff --git a/build/jakarta-poi/docs/changes.html b/build/jakarta-poi/docs/changes.html index e027c34240..29992d85b0 100644 --- a/build/jakarta-poi/docs/changes.html +++ b/build/jakarta-poi/docs/changes.html @@ -143,7 +143,7 @@ <div align="right"> <table cellspacing="0" cellpadding="2" border="0" width="100%"> <tr> -<td bgcolor="#525D76"><font color="#ffffff" size="+1"><font face="Arial,sans-serif"><b> 1.1-dev (March 2 2002)</b></font></font></td> +<td bgcolor="#525D76"><font color="#ffffff" size="+1"><font face="Arial,sans-serif"><b> 1.1-dev (March 3 2002)</b></font></font></td> </tr> <tr> <td> diff --git a/build/jakarta-poi/docs/hpsf/index.html b/build/jakarta-poi/docs/hpsf/index.html index 73a59fd741..a4c9975877 100644 --- a/build/jakarta-poi/docs/hpsf/index.html +++ b/build/jakarta-poi/docs/hpsf/index.html @@ -74,14 +74,12 @@ <td> <br> -<p align="justify">Microsoft applications like "Word" or "Excel" offer the user to - describe his document by properties like "title", "category" and so - on. The application adds further information by itself: last - author, creation date etc. Internally these properties are stored in - so-called <em>property set streams</em>. A property set stream is a - separate document within a <a href="../poifs/index.html">POI - filesystem</a>. HPSF is POI's pure-Java implementation to read (and in - future to write) property set streams.</p> +<p align="justify">Microsoft applications like "Word" or "Excel" let the user describe his + document by properties like "title", "category" and so on. The application + itself adds further information: last author, creation date etc. These + properties are stored in so-called <em>property set streams</em>. A + property set stream is a separate document within a <a href="../poifs/index.html">POI filesystem</a>. HPSF is POI's pure-Java + implementation to read (and in future to write) property set streams.</p> <p align="justify">Once the <a href="how-to.html">HPSF HOWTO</a> is ready, it will |