]> source.dussan.org Git - poi.git/commitdiff
paranoid regen to ensure my weird CVS problems didn't screw up the site
authorAndrew C. Oliver <acoliver@apache.org>
Sun, 3 Mar 2002 19:43:51 +0000 (19:43 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sun, 3 Mar 2002 19:43:51 +0000 (19:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352141 13f79535-47bb-0310-9956-ffa450edef68

build/jakarta-poi/docs/changes.html
build/jakarta-poi/docs/hpsf/index.html

index e027c342409c59cd119791a0cc93d8383d993b82..29992d85b09f2d093f3a431543ecf16bcec1f14d 100644 (file)
 <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>
index 73a59fd7415ef4dd5d9e60e3b50c1d7fde918218..a4c997587716d4d67452f0a31a2cefb6dd1c374a 100644 (file)
 <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