From b5eabd5d58125d15f5ceb67556ed0e8c97287dc7 Mon Sep 17 00:00:00 2001 From: Tetsuya Kitahata Date: Mon, 4 Aug 2003 03:42:47 +0000 Subject: [PATCH] Poi -> POI git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353286 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/3rdparty.xml | 6 ++--- src/documentation/content/xdocs/book.xml | 4 ++-- .../content/xdocs/casestudies.xml | 2 +- src/documentation/content/xdocs/changes.xml | 2 +- src/documentation/content/xdocs/faq.xml | 6 ++--- .../content/xdocs/getinvolved/book.xml | 4 ++-- src/documentation/content/xdocs/hdf/book.xml | 2 +- src/documentation/content/xdocs/hdf/index.xml | 2 +- .../content/xdocs/historyandfuture.xml | 22 +++++++++---------- .../content/xdocs/hpsf/index.xml | 2 +- src/documentation/content/xdocs/hssf/book.xml | 4 ++-- .../content/xdocs/hssf/hacking-hssf.xml | 2 +- .../content/xdocs/hssf/how-to.xml | 2 +- .../content/xdocs/hssf/index.xml | 2 +- src/documentation/content/xdocs/index.xml | 6 ++--- src/documentation/content/xdocs/legal.xml | 4 ++-- src/documentation/content/xdocs/mirrors.xml | 2 +- src/documentation/content/xdocs/news.xml | 2 +- src/documentation/content/xdocs/news/book.xml | 6 ++--- src/documentation/content/xdocs/overview.xml | 2 +- src/documentation/content/xdocs/patches.xml | 4 ++-- src/documentation/content/xdocs/plan/book.xml | 6 ++--- .../content/xdocs/plan/index.xml | 4 ++-- .../content/xdocs/poifs/book.xml | 8 +++---- .../content/xdocs/poifs/index.xml | 2 +- .../content/xdocs/references/book.xml | 4 ++-- .../content/xdocs/references/index.xml | 2 +- .../content/xdocs/resolutions/book.xml | 4 ++-- src/documentation/content/xdocs/status.xml | 2 +- src/documentation/content/xdocs/todo.xml | 2 +- .../content/xdocs/trans/book.xml | 4 ++-- .../content/xdocs/trans/de/index.xml | 4 ++-- .../content/xdocs/trans/es/3rdparty.xml | 6 ++--- .../content/xdocs/trans/es/book.xml | 2 +- .../content/xdocs/trans/es/changes.xml | 2 +- .../xdocs/trans/es/hssf/hacking-hssf.xml | 2 +- .../content/xdocs/trans/es/hssf/how-to.xml | 2 +- .../content/xdocs/trans/es/overview.xml | 2 +- .../content/xdocs/trans/es/patches.xml | 4 ++-- .../content/xdocs/trans/es/todo.xml | 2 +- .../content/xdocs/trans/es/who.xml | 8 +++---- .../content/xdocs/trans/guidelines.xml | 6 ++--- .../content/xdocs/trans/index.xml | 2 +- .../content/xdocs/utils/book.xml | 6 ++--- .../content/xdocs/utils/index.xml | 4 ++-- .../content/xdocs/utils/logging.xml | 2 +- src/documentation/content/xdocs/who.xml | 8 +++---- 47 files changed, 94 insertions(+), 94 deletions(-) diff --git a/src/documentation/content/xdocs/3rdparty.xml b/src/documentation/content/xdocs/3rdparty.xml index e0183b8cd..4d27c2033 100644 --- a/src/documentation/content/xdocs/3rdparty.xml +++ b/src/documentation/content/xdocs/3rdparty.xml @@ -36,15 +36,15 @@
Patch Queue

Submissions of modifications - to Poi which are awaiting review. Anyone can + to POI which are awaiting review. Anyone can comment on them on the dev mailing list - code reviewers are needed! - Use these at your own risk - although Poi has no guarantee + Use these at your own risk - although POI has no guarantee either, these patches have not been reviewed, let alone accepted.

Other Extensions -

The other extensions listed here are not endorsed by the Poi +

The other extensions listed here are not endorsed by the POI project either - they are provided as a convenience only. They may or may not work, they may or may not be open source, etc.

diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index cd4a7a69b..193268c36 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -2,8 +2,8 @@ diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index 5a8422ada..adfe4c571 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -3,7 +3,7 @@
- Jakarta Poi - Case Studies + Jakarta POI - Case Studies diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 1364da12c..2b5318625 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -11,7 +11,7 @@ - + Patch applied for deep cloning of worksheets was provided diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 363d85e26..b748fe16f 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -271,12 +271,12 @@ - Will Poi read any spreadsheet and rewrite it with modifications. + Will POI read any spreadsheet and rewrite it with modifications. -

Poi is not guanteed to read the contents of any spreadsheet. +

POI is not guanteed to read the contents of any spreadsheet. Certain features may cause spreadsheets to fail to read. More - problematic is rewriting spreadsheets. Poi tried hard to + problematic is rewriting spreadsheets. POI tried hard to preserve the records of the original spreadsheet but some features may cause problems. We advise that you limit the formatting of spreadsheets you process so as to not be diff --git a/src/documentation/content/xdocs/getinvolved/book.xml b/src/documentation/content/xdocs/getinvolved/book.xml index 174c9b9e8..50ed371a8 100644 --- a/src/documentation/content/xdocs/getinvolved/book.xml +++ b/src/documentation/content/xdocs/getinvolved/book.xml @@ -2,8 +2,8 @@

diff --git a/src/documentation/content/xdocs/hdf/book.xml b/src/documentation/content/xdocs/hdf/book.xml index 94ac3f736..2f02c4aba 100644 --- a/src/documentation/content/xdocs/hdf/book.xml +++ b/src/documentation/content/xdocs/hdf/book.xml @@ -1,6 +1,6 @@ - + diff --git a/src/documentation/content/xdocs/hdf/index.xml b/src/documentation/content/xdocs/hdf/index.xml index f42368239..d36d2d078 100644 --- a/src/documentation/content/xdocs/hdf/index.xml +++ b/src/documentation/content/xdocs/hdf/index.xml @@ -3,7 +3,7 @@
- Jakarta Poi - HDF -Java APIs with XML manipulate MS-Word + Jakarta POI - HDF -Java APIs with XML manipulate MS-Word Overview diff --git a/src/documentation/content/xdocs/historyandfuture.xml b/src/documentation/content/xdocs/historyandfuture.xml index 3338e0449..e554bedae 100644 --- a/src/documentation/content/xdocs/historyandfuture.xml +++ b/src/documentation/content/xdocs/historyandfuture.xml @@ -3,7 +3,7 @@
- Jakarta Poi - Project History + Jakarta POI - Project History @@ -12,9 +12,9 @@ -
Jakarta Poi - Brief Project History +
Jakarta POI - Brief Project History -

The Poi project was dreamed up back around April 2001, when +

The POI project was dreamed up back around April 2001, when Andrew Oliver landed a short term contract to do Java-based reporting to Excel. He'd done this project a few times before and knew right where to look for the tools he needed. @@ -41,18 +41,18 @@ on Marc's library. Several users wrote in asking to read XLS (not just write as had originally been planned) and one user had special requests for a different use for POIFS. Before - long, the project scope had tripled. Poi 1.0 was released a + long, the project scope had tripled. POI 1.0 was released a month later than planned, but with far more features. Marc quickly wrote the serializer framework and HSSF Serializer in record time and Andrew banged out more documentation and worked on making people aware of the project

-

Shortly before the release, Poi was fortunate to come into +

Shortly before the release, POI was fortunate to come into contact with Nicola -Ken- Barrozzi who gave them samples for the HSSF Serializer and help uncover its unfortunate bugs (which were promptly fixed). More recently, Ken ported most - of the Poi project documentation to XML from Andrew's crappy + of the POI project documentation to XML from Andrew's crappy HTML docs he wrote with Star Office.

@@ -60,7 +60,7 @@ joined the project. Glen was ticked off at Andrew's flippant attitude towards adding graphing to HSSF. Glen got so ticked off he decided to grab a hammer and do it himself. Glen has already become an integral -part of the Poi development community; his contributions to HSSF have +part of the POI development community; his contributions to HSSF have already started making waves.

@@ -69,9 +69,9 @@ already started making waves. Cocoon Project, only to discover the project had outgrown fitting nicely into just Cocoon long ago. Furthermore, Andrew started eyeing other projects he'd like to - see Poi functionality added to. So it was decided to donate - the Serializers and Generators to Cocoon, other Poi - integration components to other projects, and the Poi APIs + see POI functionality added to. So it was decided to donate + the Serializers and Generators to Cocoon, other POI + integration components to other projects, and the POI APIs would become part of Jakarta. It was a bumpy road but it looks like everything turned out since you're reading this!

@@ -87,7 +87,7 @@ already started making waves. pay us to go away.

Next, we've got some work to do here at Jakarta to finish - integrating Poi into the community. Furthermore, we're + integrating POI into the community. Furthermore, we're still transitioning the Serializer to Cocoon.

-->

HSSF, during the 2.0 cycle, will undergo a few diff --git a/src/documentation/content/xdocs/hpsf/index.xml b/src/documentation/content/xdocs/hpsf/index.xml index 5773d0338..e5a34f774 100644 --- a/src/documentation/content/xdocs/hpsf/index.xml +++ b/src/documentation/content/xdocs/hpsf/index.xml @@ -4,7 +4,7 @@

- Jakarta Poi - HPSF - Java APIs with XML manipulate MS-Format Properties + Jakarta POI - HPSF - Java APIs with XML manipulate MS-Format Properties Overview diff --git a/src/documentation/content/xdocs/hssf/book.xml b/src/documentation/content/xdocs/hssf/book.xml index 5f6f18c4f..ff85b7600 100644 --- a/src/documentation/content/xdocs/hssf/book.xml +++ b/src/documentation/content/xdocs/hssf/book.xml @@ -1,9 +1,9 @@ - + copyright="@year@ POI Project"> diff --git a/src/documentation/content/xdocs/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/hssf/hacking-hssf.xml index f7861d265..58e1e0a9d 100644 --- a/src/documentation/content/xdocs/hssf/hacking-hssf.xml +++ b/src/documentation/content/xdocs/hssf/hacking-hssf.xml @@ -66,7 +66,7 @@
What Else Should I Know?

Make sure you read the contributing section - as it contains more generation information about contributing to Poi in general.

+ as it contains more generation information about contributing to POI in general.

\ No newline at end of file diff --git a/src/documentation/content/xdocs/hssf/how-to.xml b/src/documentation/content/xdocs/hssf/how-to.xml index 16938bd1b..b81825a8f 100644 --- a/src/documentation/content/xdocs/hssf/how-to.xml +++ b/src/documentation/content/xdocs/hssf/how-to.xml @@ -420,7 +420,7 @@ most likely fail. No big deal.
Logging facility -

Poi can dynamically select it's logging implementation. Poi trys to +

POI can dynamically select it's logging implementation. POI trys to create a logger using the System property named "org.apache.poi.util.POILogger". Out of the box this can be set to one of three values:

diff --git a/src/documentation/content/xdocs/hssf/index.xml b/src/documentation/content/xdocs/hssf/index.xml index 02cb820fc..00fc33130 100644 --- a/src/documentation/content/xdocs/hssf/index.xml +++ b/src/documentation/content/xdocs/hssf/index.xml @@ -3,7 +3,7 @@
- Jakarta Poi - HSSF - Java APIs with XML manipulate MS-Excel + Jakarta POI - HSSF - Java APIs with XML manipulate MS-Excel Overview diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 85baeed2b..7cacd51b5 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -3,7 +3,7 @@
- Jakarta Poi - Java APIs with XML manipulate MS Format + Jakarta POI - Java APIs with XML manipulate MS Format @@ -11,8 +11,8 @@
-
Poi News -

All Poi news can now be found at the poi news weblog.

+
POI News +

All POI news can now be found at the poi news weblog.

Purpose diff --git a/src/documentation/content/xdocs/legal.xml b/src/documentation/content/xdocs/legal.xml index 1eb9a5cdf..182f1ca42 100644 --- a/src/documentation/content/xdocs/legal.xml +++ b/src/documentation/content/xdocs/legal.xml @@ -3,14 +3,14 @@
- Jakarta Poi - Legal Stuff + Jakarta POI - Legal Stuff
-
Jakarta Poi - Legal Stuff +
Jakarta POI - Legal Stuff

All material on this website is Copyright © 2002-2003, The Apache Software Foundation diff --git a/src/documentation/content/xdocs/mirrors.xml b/src/documentation/content/xdocs/mirrors.xml index 9874af97a..4c4c3f4b7 100644 --- a/src/documentation/content/xdocs/mirrors.xml +++ b/src/documentation/content/xdocs/mirrors.xml @@ -3,7 +3,7 @@

- Jakarta Poi Mirror Site + Jakarta POI Mirror Site diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml index 7cd6dc4dd..cf20cb4d4 100644 --- a/src/documentation/content/xdocs/news.xml +++ b/src/documentation/content/xdocs/news.xml @@ -3,7 +3,7 @@
- Jakarta Poi - In the News over the world + Jakarta POI - In the News over the world diff --git a/src/documentation/content/xdocs/news/book.xml b/src/documentation/content/xdocs/news/book.xml index d934b6a72..c5d3750ee 100644 --- a/src/documentation/content/xdocs/news/book.xml +++ b/src/documentation/content/xdocs/news/book.xml @@ -1,9 +1,9 @@ - + diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index b6faed59f..51c615e31 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -63,7 +63,7 @@
- Copyright (c) @year@ The Poi Project All rights reserved. + Copyright (c) @year@ The POI Project All rights reserved. $Revision$ $Date$
diff --git a/src/documentation/content/xdocs/patches.xml b/src/documentation/content/xdocs/patches.xml index a3696e13b..9b35ce49d 100644 --- a/src/documentation/content/xdocs/patches.xml +++ b/src/documentation/content/xdocs/patches.xml @@ -19,7 +19,7 @@ of some of the noteworthy patches that have been posted to the developers mailing list. - These patches are not (yet) part of the Poi project, but need reviewing for possible + These patches are not (yet) part of the POI project, but need reviewing for possible inclusion. This system was instituted because, due to the large volume of mail and the lack of time of the committers, some patches tended to get forgotten about. This queue does not guarantee that any patch will be reviewed within a reasonable time frame, @@ -35,7 +35,7 @@ Contributions. The preferred submission method for patches is:

    -
  • Post to Poi developers list
  • +
  • Post to POI developers list
  • Describe the patch, the reason for it and (if necessary) why this is important.
  • Generate the patch in diff -u format from CVS diff --git a/src/documentation/content/xdocs/plan/book.xml b/src/documentation/content/xdocs/plan/book.xml index 2dcf418ae..7847a3188 100644 --- a/src/documentation/content/xdocs/plan/book.xml +++ b/src/documentation/content/xdocs/plan/book.xml @@ -1,9 +1,9 @@ - + diff --git a/src/documentation/content/xdocs/plan/index.xml b/src/documentation/content/xdocs/plan/index.xml index 11f547395..b1544be1a 100644 --- a/src/documentation/content/xdocs/plan/index.xml +++ b/src/documentation/content/xdocs/plan/index.xml @@ -45,9 +45,9 @@
    Topics and Issues
      -
    • Poi Version 2.0 Vision +
    • POI Version 2.0 Vision
    • -
    • Poi Version 1.0 Vision +
    • POI Version 1.0 Vision
    • See the general To Do list and the dev email archives for other issues
    • diff --git a/src/documentation/content/xdocs/poifs/book.xml b/src/documentation/content/xdocs/poifs/book.xml index f460fc5e4..6c17d65ab 100644 --- a/src/documentation/content/xdocs/poifs/book.xml +++ b/src/documentation/content/xdocs/poifs/book.xml @@ -1,15 +1,15 @@ - + - + diff --git a/src/documentation/content/xdocs/poifs/index.xml b/src/documentation/content/xdocs/poifs/index.xml index ee32bfc65..7a6a39ec1 100644 --- a/src/documentation/content/xdocs/poifs/index.xml +++ b/src/documentation/content/xdocs/poifs/index.xml @@ -2,7 +2,7 @@
      - Jakarta Poi - PoiFS - Java implementation of the OLE 2 Compound Document format + Jakarta POI - POIFS - Java implementation of the OLE 2 Compound Document format Overview diff --git a/src/documentation/content/xdocs/references/book.xml b/src/documentation/content/xdocs/references/book.xml index 167b7f568..34fc59623 100644 --- a/src/documentation/content/xdocs/references/book.xml +++ b/src/documentation/content/xdocs/references/book.xml @@ -2,8 +2,8 @@ diff --git a/src/documentation/content/xdocs/references/index.xml b/src/documentation/content/xdocs/references/index.xml index 074ec8581..066662b0a 100644 --- a/src/documentation/content/xdocs/references/index.xml +++ b/src/documentation/content/xdocs/references/index.xml @@ -17,7 +17,7 @@
      Live Sites using Poi

      Currently we don't have any sites listed that use Poi, but we're sure they're out there. Help us change this. If you've - written a site that utilises Poi let us know. + written a site that utilises POI let us know.