From 79cdec23afbe63871470d25654955602abcbb737 Mon Sep 17 00:00:00 2001 From: "Andrew C. Oliver" Date: Sat, 23 Feb 2002 13:48:22 +0000 Subject: [PATCH] updated teh docs for the site git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352115 13f79535-47bb-0310-9956-ffa450edef68 --- build/jakarta-poi/docs/changes.html | 5 +- build/jakarta-poi/docs/contrib.html | 3 + build/jakarta-poi/docs/faq.html | 3 + build/jakarta-poi/docs/historyandfuture.html | 3 + build/jakarta-poi/docs/index.html | 73 +++++++++++++++----- build/jakarta-poi/docs/livesites.html | 3 + build/jakarta-poi/docs/mail-archives.html | 3 + build/jakarta-poi/docs/mail-lists.html | 3 + build/jakarta-poi/docs/overview.html | 25 +++++++ build/jakarta-poi/docs/poifs/how-to.html | 3 + build/jakarta-poi/docs/poifs/index.html | 3 + build/jakarta-poi/docs/poifs/usecases.html | 3 + build/jakarta-poi/docs/todo.html | 3 + build/jakarta-poi/docs/who.html | 9 ++- 14 files changed, 120 insertions(+), 22 deletions(-) diff --git a/build/jakarta-poi/docs/changes.html b/build/jakarta-poi/docs/changes.html index 675a6fdff..8b22dc8d7 100644 --- a/build/jakarta-poi/docs/changes.html +++ b/build/jakarta-poi/docs/changes.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -137,7 +140,7 @@
    - + + currently in the process of porting it over.

    + +
    1.1-dev (February 17 2002) 1.1-dev (February 23 2002)
    diff --git a/build/jakarta-poi/docs/contrib.html b/build/jakarta-poi/docs/contrib.html index 1511b1da8..379a80e1e 100644 --- a/build/jakarta-poi/docs/contrib.html +++ b/build/jakarta-poi/docs/contrib.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/faq.html b/build/jakarta-poi/docs/faq.html index 8ee9b4ecc..37eb8cf75 100644 --- a/build/jakarta-poi/docs/faq.html +++ b/build/jakarta-poi/docs/faq.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/historyandfuture.html b/build/jakarta-poi/docs/historyandfuture.html index 82fa66f4f..87142da54 100644 --- a/build/jakarta-poi/docs/historyandfuture.html +++ b/build/jakarta-poi/docs/historyandfuture.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/index.html b/build/jakarta-poi/docs/index.html index c201aaa7d..2d2fef2b1 100644 --- a/build/jakarta-poi/docs/index.html +++ b/build/jakarta-poi/docs/index.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -152,7 +155,7 @@
    - + + and a brief summary of their purpose.

    + +
    Why/when would I use POIWhy/when would I use POI?
    @@ -242,10 +245,12 @@

    - A common misconception is that POI writes Excel files. POI is the name of the project. POI contains several + +

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

    @@ -254,15 +259,17 @@
    - + + definition. Please see the POIFS project page for more information.

    + +
    POIFSPOIFS (POI Filesystem)

    - POIFS is the oldest and most stable part of the project. It is our port of the OLE 2 Compound Document Format to + +

    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 the POIFS project page for more information. -

    @@ -271,14 +278,16 @@
    - + + +

    HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write + capability. Please see the HSSF project page for more information.

    + +
    HSSFHSSF (Horrible Spreadsheet Format)

    - HSSF is our port of the Microsoft Excel 97(-2002) file format (BIFF8) to pure Java. It supports read and write - capability. Please see the HSSF project page for more information. -
    @@ -287,15 +296,39 @@
    - + + in the early stages of design. Jump in!

    + + + +
    HDFHDF (Horrible Document Format)

    - HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. + +

    HDF is our port of the Microsoft Word 97 file format to pure Java. It supports read and write capability. Please see the HDF project page for more information. This component is - in the early stages of design. Jump in! -

    +
    +
    + +
    + + + + + +
    HPSF (Horrible Property Set Format)
    +
    + +

    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 the HPSF project page for more + information.

    + +
    @@ -315,10 +348,12 @@

    - The HSSF Serializer, which was part of our 1.0 release and last builds on + +

    The HSSF Serializer, which was part of our 1.0 release and last builds on Sourceforge, has been donated to the Cocoon project. We're - currently in the process of porting it over. -

    diff --git a/build/jakarta-poi/docs/livesites.html b/build/jakarta-poi/docs/livesites.html index e9d2e4c98..8ce939c53 100644 --- a/build/jakarta-poi/docs/livesites.html +++ b/build/jakarta-poi/docs/livesites.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/mail-archives.html b/build/jakarta-poi/docs/mail-archives.html index 535049a61..d12d6626c 100644 --- a/build/jakarta-poi/docs/mail-archives.html +++ b/build/jakarta-poi/docs/mail-archives.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/mail-lists.html b/build/jakarta-poi/docs/mail-lists.html index da04ec79b..079ca3123 100644 --- a/build/jakarta-poi/docs/mail-lists.html +++ b/build/jakarta-poi/docs/mail-lists.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/overview.html b/build/jakarta-poi/docs/overview.html index 768ac0e1a..409b10c09 100644 --- a/build/jakarta-poi/docs/overview.html +++ b/build/jakarta-poi/docs/overview.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -234,6 +237,28 @@
    +
    + + + + + + + +
    HPSF
    +
    + +

    + +HPSF is the set of APIs + for reading property sets using (only) Java. +

    + +
    +
    +
    + +
    diff --git a/build/jakarta-poi/docs/poifs/how-to.html b/build/jakarta-poi/docs/poifs/how-to.html index 181047fc6..e2bb5b635 100644 --- a/build/jakarta-poi/docs/poifs/how-to.html +++ b/build/jakarta-poi/docs/poifs/how-to.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/poifs/index.html b/build/jakarta-poi/docs/poifs/index.html index 2f6ec3a6b..26ef3f7d2 100644 --- a/build/jakarta-poi/docs/poifs/index.html +++ b/build/jakarta-poi/docs/poifs/index.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/poifs/usecases.html b/build/jakarta-poi/docs/poifs/usecases.html index cc670434f..722daafd4 100644 --- a/build/jakarta-poi/docs/poifs/usecases.html +++ b/build/jakarta-poi/docs/poifs/usecases.html @@ -29,6 +29,9 @@ How To
  • +File System Documentation +
  • +
  • Use Cases
  • diff --git a/build/jakarta-poi/docs/todo.html b/build/jakarta-poi/docs/todo.html index cc5b32f97..f1a3fd6f0 100644 --- a/build/jakarta-poi/docs/todo.html +++ b/build/jakarta-poi/docs/todo.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • diff --git a/build/jakarta-poi/docs/who.html b/build/jakarta-poi/docs/who.html index bc2b2a8d4..bba4d7ee8 100644 --- a/build/jakarta-poi/docs/who.html +++ b/build/jakarta-poi/docs/who.html @@ -75,6 +75,9 @@ HDF
  • +HPSF +
  • +
  • POI-Utils
  • @@ -203,6 +206,8 @@
  • Marc Johnson (mjohnson at apache dot org)
  • + +
  • Glen Stampoultzis (glens at apache.org)
  • @@ -223,9 +228,9 @@