]> source.dussan.org Git - poi.git/commitdiff
- Minor changes.
authorRainer Klute <klute@apache.org>
Wed, 6 Mar 2002 09:20:42 +0000 (09:20 +0000)
committerRainer Klute <klute@apache.org>
Wed, 6 Mar 2002 09:20:42 +0000 (09:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352154 13f79535-47bb-0310-9956-ffa450edef68

build/jakarta-poi/docs/hpsf/index.html
build/jakarta-poi/docs/hpsf/internals.html
build/jakarta-poi/docs/hpsf/todo.html
src/documentation/xdocs/hpsf/index.xml
src/documentation/xdocs/hpsf/internals.xml
src/documentation/xdocs/hpsf/todo.xml

index a4c997587716d4d67452f0a31a2cefb6dd1c374a..654f29af8120abff9dfa009e696787bce54babee 100644 (file)
     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
-    describe what a Java application should do to read a property set using
-    HPSF and retrieve the information it needs. Currently this is explained
-    in the javadocs of the <code>org.apache.poi.hpsf</code> package only.</p>
+<p align="justify">The <a href="how-to.html">HPSF HOWTO</a> describes what a Java
+    application should do to read a property set using HPSF and to retrieve the
+    information it needs.</p>
 
    
 <p align="justify">HPSF supports OLE2 property set streams in general, not only the special
index c99ef8784a0336f77e6c8580bdad308a5e50eaf1..4fd9c796af0a98c9a0e241a21d6078943a7e0dde 100644 (file)
 <p align="justify">This document describes the internal structure of a property set stream,
      i.e. the <em>Horrible Property Set Format (HDF)</em>.  It does not
      describe how a Microsoft Office document is organized internally and how
-     to retrieve a stream from it. See the <a href="../POIFS/index.html">POIFS documentation</a> for
-     that kind of stuff.</p>
+     to retrieve a stream from it. See the <a href="../poifs/index.html">POIFS documentation</a> for that kind of
+     stuff.</p>
 
     
 <p align="justify">The Horrible Property Set Format is not only used in the Summary
index d9ab52e346798711beedd9feb6dec2fd91984e0b..555506afccace291ec19abdb11774e71a6b40ad4 100644 (file)
     
 <li>
      
+<p align="justify">Complete writing the HPSF documentation.</p>
+    
+</li>
+    
+<li>
+     
 <p align="justify">Add writing capability for property sets.</p>
     
 </li>
       localizations.</p>
     
 </li>
+    
+<li>
+     
+<p align="justify">Implement reading functionality for those property types that are not
+      yet supported (other than byte arrays).</p>
+    
+</li>
    
 </ol>
   
index 2e095d48df2409f166a9bee3baefe66501bbd450..9402cf0eabb59b9b35c8b9e1b0302ad6860fea7c 100644 (file)
      href="../poifs/index.html">POI filesystem</link>. HPSF is POI's pure-Java
     implementation to read (and in future to write) property set streams.</p>
 
-   <p>Once the <link href="how-to.html">HPSF HOWTO</link> is ready, it will
-    describe what a Java application should do to read a property set using
-    HPSF and retrieve the information it needs. Currently this is explained
-    in the javadocs of the <code>org.apache.poi.hpsf</code> package only.</p>
+   <p>The <link href="how-to.html">HPSF HOWTO</link> describes what a Java
+    application should do to read a property set using HPSF and to retrieve the
+    information it needs.</p>
 
    <p>HPSF supports OLE2 property set streams in general, not only the special
     case of document properties mentioned above. The <link
index 9be00dbf76f8f2e96e0bbde492a05833f52789a7..615dec31a6a90fdc3348f7251979e9cf6ee3ce5c 100644 (file)
@@ -32,8 +32,9 @@
     <p>This document describes the internal structure of a property set stream,
      i.e. the <strong>Horrible Property Set Format (HDF)</strong>.  It does not
      describe how a Microsoft Office document is organized internally and how
-     to retrieve a stream from it. See the <link href="../POIFS/index.html">POIFS documentation</link> for
-     that kind of stuff.</p>
+     to retrieve a stream from it. See the <link
+      href="../poifs/index.html">POIFS documentation</link> for that kind of
+     stuff.</p>
 
     <p>The Horrible Property Set Format is not only used in the Summary
      Information stream in the top-level document of a Microsoft Office
index c20844b592a4cd2d26385bcb3230a2574c9c558a..1c8708b1f638779f287f03895b0b8c9c0618ce76 100644 (file)
@@ -13,6 +13,9 @@
    <p>The following functionalities should be added to HPFS:</p>
 
    <ol>
+    <li>
+     <p>Complete writing the HPSF documentation.</p>
+    </li>
     <li>
      <p>Add writing capability for property sets.</p>
     </li>
       <code>org.apache.poi.hpsf.wellknown</code> to ease
       localizations.</p>
     </li>
+    <li>
+     <p>Implement reading functionality for those property types that are not
+      yet supported (other than byte arrays).</p>
+    </li>
    </ol>
   </s1>
  </body>