updated teh docs for the site

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352115 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-02-23 13:48:22 +00:00
parent de8630d615
commit 79cdec23af
14 changed files with 120 additions and 22 deletions

View 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>
@ -137,7 +140,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 (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>

View 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>

View 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>

View 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>

View 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>
@ -152,7 +155,7 @@
<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>
@ -242,10 +245,12 @@
<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>
@ -254,15 +259,17 @@
<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>
@ -271,14 +278,16 @@
<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>
@ -287,15 +296,39 @@
<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>
@ -315,10 +348,12 @@
<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>

View 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>

View 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>

View 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>

View 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>
@ -234,6 +237,28 @@
<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>

View 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>

View 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>

View 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>

View 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>

View 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>
@ -203,6 +206,8 @@
<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>
@ -223,9 +228,9 @@
<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>