]> source.dussan.org Git - poi.git/commitdiff
updated teh docs for the site
authorAndrew C. Oliver <acoliver@apache.org>
Sat, 23 Feb 2002 13:48:22 +0000 (13:48 +0000)
committerAndrew C. Oliver <acoliver@apache.org>
Sat, 23 Feb 2002 13:48:22 +0000 (13:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352115 13f79535-47bb-0310-9956-ffa450edef68

14 files changed:
build/jakarta-poi/docs/changes.html
build/jakarta-poi/docs/contrib.html
build/jakarta-poi/docs/faq.html
build/jakarta-poi/docs/historyandfuture.html
build/jakarta-poi/docs/index.html
build/jakarta-poi/docs/livesites.html
build/jakarta-poi/docs/mail-archives.html
build/jakarta-poi/docs/mail-lists.html
build/jakarta-poi/docs/overview.html
build/jakarta-poi/docs/poifs/how-to.html
build/jakarta-poi/docs/poifs/index.html
build/jakarta-poi/docs/poifs/usecases.html
build/jakarta-poi/docs/todo.html
build/jakarta-poi/docs/who.html

index 675a6fdfff6abb5cd05bc03a70628716ef57d6d5..8b22dc8d795c43b8ab93ecd27383c1dd092ade63 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
 <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 (February 17 2002)</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+1"><font face="Arial,sans-serif"><b> 1.1-dev (February 23 2002)</b></font></font></td>
 </tr>
 <tr>
 <td>
index 1511b1da88573e0d3823c86334fb21c2d10397f5..379a80e1ee7c5bcda7eca285a1771ce62d396463 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index 8ee9b4ecc2b2f3b7d4c20e87dc8d32ddcda55fcf..37eb8cf75099db0ecc3ac4d2aa4a47c452354f11 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index 82fa66f4fd7af272d7fde8c999334ef8525ad4b8..87142da54836392111098e9eb87f03a49a55eee0 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index c201aaa7d7580e03ba6205ebccc1c39bb46dc985..2d2fef2b15153199bf4aa9040a889208c0d2e648 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
 <div align="right">
 <table cellspacing="0" cellpadding="2" border="0" width="99%">
 <tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>Why/when would I use POI</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>Why/when would I use POI?</b></font></font></td>
 </tr>
 <tr>
 <td>
 <tr>
 <td>
 <br>
-             A common misconception is that POI writes Excel files.  POI is the name of the project.  POI contains several
+            
+<p align="justify">A common misconception is that POI writes Excel files.  POI is the name of the project.  POI contains several
              components, one of which, HSSF, writes Excel files.  The following are components of the entire POI project
-             and a brief summary of their purpose.
-        </td>
+             and a brief summary of their purpose.</p>
+        
+</td>
 </tr>
 </table>
 </div>
 <div align="right">
 <table cellspacing="0" cellpadding="2" border="0" width="99%">
 <tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>POIFS</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>POIFS (POI Filesystem)</b></font></font></td>
 </tr>
 <tr>
 <td>
 <br>
-             POIFS is the oldest and most stable part of the project.  It is our port of the OLE 2 Compound Document Format to
+             
+<p align="justify">POIFS is the oldest and most stable part of the project.  It is our port of the OLE 2 Compound Document Format to
              pure Java.  It supports both read and write functionality.  All of our components ultimately rely on it by 
-             definition.  Please see <a href="poifs/index.html">the POIFS project page</a> for more information.
-        </td>
+             definition.  Please see <a href="poifs/index.html">the POIFS project page</a> for more information.</p>
+        
+</td>
 </tr>
 </table>
 </div>
 <div align="right">
 <table cellspacing="0" cellpadding="2" border="0" width="99%">
 <tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HSSF</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HSSF (Horrible Spreadsheet Format)</b></font></font></td>
 </tr>
 <tr>
 <td>
 <br>
-             HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java.  It supports read and write 
-             capability.  Please see <a href="hssf/index.html">the HSSF project page</a> for more information.
-        </td>
+             
+<p align="justify">HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java.  It supports read and write 
+             capability.  Please see <a href="hssf/index.html">the HSSF project page</a> for more information.</p>
+        
+</td>
 </tr>
 </table>
 </div>
 <div align="right">
 <table cellspacing="0" cellpadding="2" border="0" width="99%">
 <tr>
-<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HDF</b></font></font></td>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HDF (Horrible Document Format)</b></font></font></td>
 </tr>
 <tr>
 <td>
 <br>
-             HDF is our port of the Microsoft Word 97 file format to pure Java.  It supports read and write capability.
+             
+<p align="justify">HDF is our port of the Microsoft Word 97 file format to pure Java.  It supports read and write capability.
              Please see <a href="hdf/index.html">the HDF project page for more information</a>.  This component is 
-             in the early stages of design.  Jump in!
-        </td>
+             in the early stages of design.  Jump in!</p>
+        
+</td>
+</tr>
+</table>
+</div>
+<br>
+        
+<div align="right">
+<table cellspacing="0" cellpadding="2" border="0" width="99%">
+<tr>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HPSF (Horrible Property Set Format)</b></font></font></td>
+</tr>
+<tr>
+<td>
+<br>
+       
+<p align="justify">HPSF is our port of the OLE 2 property set format to pure
+         Java. Property sets are mostly use to store a document's properties
+         (title, author, date of last modification etc.), but they can be used
+         for application-specific purposes as well. Currently HPSF supports
+         read functionality only. Please see <a href="hpsf/index.html">the HPSF project page</a> for more
+         information.</p>
+        
+</td>
 </tr>
 </table>
 </div>
 <tr>
 <td>
 <br>
-       The HSSF Serializer, which was part of our 1.0 release and last builds on 
+       
+<p align="justify">The HSSF Serializer, which was part of our 1.0 release and last builds on 
         <a href="http://www.sourceforge.net/projects/poi">Sourceforge</a>, has been donated to the Cocoon project.  We're
-        currently in the process of porting it over.
-    </td>
+        currently in the process of porting it over.</p>
+    
+</td>
 </tr>
 </table>
 </div>
index e9d2e4c98306d71b1f0ac81fbcb988bd60e48a15..8ce939c53ecae2b81a0018714d222e0c029b0d80 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index 535049a618157958fffcc014c1309c38e4688764..d12d6626c2770a7aa51f95a8ba3b8ea183c8385b 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index da04ec79b9d72f26b93917d5d25a3d38436d8500..079ca3123d754b4df6af520939e0b1fd2a498d77 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index 768ac0e1a4093ff46bb9b175c5dc2c10121f6f77..409b10c09b0d717bf6574db9a574e04cd4394d7e 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
 <br>
 
       
+<div align="right">
+<table cellspacing="0" cellpadding="2" border="0" width="99%">
+<tr>
+<td bgcolor="#525D76"><font color="#ffffff" size="+0"><font face="Arial,sans-serif"><b>HPSF</b></font></font></td>
+</tr>
+<tr>
+<td>
+<br>
+        
+<p align="justify">
+          
+<a href="hpsf/index.html">HPSF</a> is the set of APIs 
+          for reading property sets using (only) Java.
+        </p> 
+      
+</td>
+</tr>
+</table>
+</div>
+<br>
+
+      
 <div align="right">
 <table cellspacing="0" cellpadding="2" border="0" width="99%">
 <tr>
index 181047fc6503a166456f5f046e545aa247c5cda9..e2bb5b63586cb54e86f8d015e51c91f8fe95f49d 100644 (file)
@@ -29,6 +29,9 @@
 <a href="how-to.html"><font size="-1">How To</font></a>
 </li>
 <li>
+<a href="fileformat.html"><font size="-1">File System Documentation</font></a>
+</li>
+<li>
 <a href="usecases.html"><font size="-1">Use Cases</font></a>
 </li>
 </ul>
index 2f6ec3a6bf50385257f6d579df6223d1d387b632..26ef3f7d223041aef9eb6d1a8874b84989c77982 100644 (file)
@@ -29,6 +29,9 @@
 <a href="how-to.html"><font size="-1">How To</font></a>
 </li>
 <li>
+<a href="fileformat.html"><font size="-1">File System Documentation</font></a>
+</li>
+<li>
 <a href="usecases.html"><font size="-1">Use Cases</font></a>
 </li>
 </ul>
index cc670434f2581c40b6eae8be7ea191251337c9a3..722daafd408d8b55bc1656cf5f8b503531855e9c 100644 (file)
@@ -29,6 +29,9 @@
 <a href="how-to.html"><font size="-1">How To</font></a>
 </li>
 <li>
+<a href="fileformat.html"><font size="-1">File System Documentation</font></a>
+</li>
+<li>
 <a href="usecases.html"><font size="-1">Use Cases</font></a>
 </li>
 </ul>
index cc5b32f9791599c2fc5f3512205eff4bc139c562..f1a3fd6f001d4f8665d7f604887e1ce56674ae30 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
index bc2b2a8d4ba231fc0b0653ace89dbc1b1c879c1a..bba4d7ee8f52a0a6691ab30a95d40d48c82c869e 100644 (file)
@@ -75,6 +75,9 @@
 <a href="hdf/index.html"><font size="-1">HDF</font></a>
 </li>
 <li>
+<a href="hpsf/index.html"><font size="-1">HPSF</font></a>
+</li>
+<li>
 <a href="utils/index.html"><font size="-1">POI-Utils</font></a>
 </li>
 </ul>
       
 <li>
 <a href="http://www.marcj.com">Marc Johnson</a> (mjohnson at apache dot org)</li>
+      
+<li>Glen Stampoultzis (glens at apache.org)</li>
     
 </ul>
   
     
 <ul>
       
-<li>Glen Stampoultzis (glens at apache.org)</li>
-      
 <li>Nicola Ken Barozzi (barozzi at nicolaken dot com)</li>
+      
+<li>Rainer Klute (klute at rainer-klute dot de)</li>
     
 </ul>