diff options
47 files changed, 94 insertions, 94 deletions
diff --git a/src/documentation/content/xdocs/3rdparty.xml b/src/documentation/content/xdocs/3rdparty.xml index e0183b8cd0..4d27c20332 100644 --- a/src/documentation/content/xdocs/3rdparty.xml +++ b/src/documentation/content/xdocs/3rdparty.xml @@ -36,15 +36,15 @@ <section><title>Patch Queue</title> <p><link href="patches.html">Submissions of modifications</link> - 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! - <strong>Use these at your own risk</strong> - although Poi has no guarantee + <strong>Use these at your own risk</strong> - although POI has no guarantee either, these patches have not been reviewed, let alone accepted. </p> </section> <section><title>Other Extensions</title> - <p>The other extensions listed here are <strong>not endorsed</strong> by the Poi + <p>The other extensions listed here are <strong>not endorsed</strong> 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. </p> diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index cd4a7a69bc..193268c36f 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> <book software="Poi" - title="Poi Project Documentation" - copyright="@year@ Poi Project" + title="POI Project Documentation" + copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Marketing"> diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index 5a8422ada5..adfe4c5717 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - Case Studies</title> + <title>Jakarta POI - Case Studies</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> <person id="CR" name="Cameron Riley" email="crileyNO@SPAMekmail.com"/> diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml index 1364da12c7..2b53186257 100644 --- a/src/documentation/content/xdocs/changes.xml +++ b/src/documentation/content/xdocs/changes.xml @@ -11,7 +11,7 @@ <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> <person id="MJ" name="Marc Johnson" email="mjohnson@apache.org"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> - <person id="POI-DEVELOPERS" name="Poi Developers" email="poi-dev@jakarta.apache.org"/> + <person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/> </devs> <release version="2.0-pre1" date="unreleased"> <action dev="POI-DEVELOPERS" type="add">Patch applied for deep cloning of worksheets was provided</action> diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml index 363d85e269..b748fe16f3 100644 --- a/src/documentation/content/xdocs/faq.xml +++ b/src/documentation/content/xdocs/faq.xml @@ -271,12 +271,12 @@ </faq> <faq> <question> - Will Poi read any spreadsheet and rewrite it with modifications. + Will POI read any spreadsheet and rewrite it with modifications. </question> <answer> - <p>Poi is not guanteed to read the contents of any spreadsheet. + <p>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 174c9b9e8a..50ed371a83 100644 --- a/src/documentation/content/xdocs/getinvolved/book.xml +++ b/src/documentation/content/xdocs/getinvolved/book.xml @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> <book software="Poi" - title="Poi Project Documentation" - copyright="@year@ Poi Project" + title="POI Project Documentation" + copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Jakarta Poi"> diff --git a/src/documentation/content/xdocs/hdf/book.xml b/src/documentation/content/xdocs/hdf/book.xml index 94ac3f7368..2f02c4aba9 100644 --- a/src/documentation/content/xdocs/hdf/book.xml +++ b/src/documentation/content/xdocs/hdf/book.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" title="HDF" copyright="@year@ Poi Project"> +<book software="POI Project" title="HDF" copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> </menu> diff --git a/src/documentation/content/xdocs/hdf/index.xml b/src/documentation/content/xdocs/hdf/index.xml index f42368239e..d36d2d078b 100644 --- a/src/documentation/content/xdocs/hdf/index.xml +++ b/src/documentation/content/xdocs/hdf/index.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - HDF -Java APIs with XML manipulate MS-Word</title> + <title>Jakarta POI - HDF -Java APIs with XML manipulate MS-Word</title> <subtitle>Overview</subtitle> <authors> <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> diff --git a/src/documentation/content/xdocs/historyandfuture.xml b/src/documentation/content/xdocs/historyandfuture.xml index 3338e04496..e554bedae7 100644 --- a/src/documentation/content/xdocs/historyandfuture.xml +++ b/src/documentation/content/xdocs/historyandfuture.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - Project History</title> + <title>Jakarta POI - Project History</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> </authors> @@ -12,9 +12,9 @@ <body> - <section><title>Jakarta Poi - Brief Project History</title> + <section><title>Jakarta POI - Brief Project History</title> - <p>The Poi project was dreamed up back around April 2001, when + <p>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 </p> - <p> Shortly before the release, Poi was fortunate to come into + <p> 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. </p> @@ -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. </p> @@ -69,9 +69,9 @@ already started making waves. Cocoon Project</link>, 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! </p> @@ -87,7 +87,7 @@ already started making waves. pay us to go away. </p> <p>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. </p>--> <p>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 5773d0338b..e5a34f7740 100644 --- a/src/documentation/content/xdocs/hpsf/index.xml +++ b/src/documentation/content/xdocs/hpsf/index.xml @@ -4,7 +4,7 @@ <document> <header> - <title>Jakarta Poi - HPSF - Java APIs with XML manipulate MS-Format Properties</title> + <title>Jakarta POI - HPSF - Java APIs with XML manipulate MS-Format Properties</title> <subtitle>Overview</subtitle> <authors> <person name="Rainer Klute" email="klute@apache.org"/> diff --git a/src/documentation/content/xdocs/hssf/book.xml b/src/documentation/content/xdocs/hssf/book.xml index 5f6f18c4f1..ff85b7600e 100644 --- a/src/documentation/content/xdocs/hssf/book.xml +++ b/src/documentation/content/xdocs/hssf/book.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" +<book software="POI Project" title="HSSF" - copyright="@year@ Poi Project"> + copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> diff --git a/src/documentation/content/xdocs/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/hssf/hacking-hssf.xml index f7861d2659..58e1e0a9db 100644 --- a/src/documentation/content/xdocs/hssf/hacking-hssf.xml +++ b/src/documentation/content/xdocs/hssf/hacking-hssf.xml @@ -66,7 +66,7 @@ </section> <section><title>What Else Should I Know?</title> <p>Make sure you <link href="http://jakarta.apache.org/poi/contrib.html">read the contributing section</link> - as it contains more generation information about contributing to Poi in general.</p> + as it contains more generation information about contributing to POI in general.</p> </section> </body> </document>
\ 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 16938bd1b6..b81825a8f2 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. </li> </ul> </section> <section><title>Logging facility</title> - <p>Poi can dynamically select it's logging implementation. Poi trys to + <p>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: </p> diff --git a/src/documentation/content/xdocs/hssf/index.xml b/src/documentation/content/xdocs/hssf/index.xml index 02cb820fc0..00fc331301 100644 --- a/src/documentation/content/xdocs/hssf/index.xml +++ b/src/documentation/content/xdocs/hssf/index.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - HSSF - Java APIs with XML manipulate MS-Excel</title> + <title>Jakarta POI - HSSF - Java APIs with XML manipulate MS-Excel</title> <subtitle>Overview</subtitle> <authors> <person name="Andrew C. Oliver" email="acoliver@apache.org"/> diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 85baeed2b4..7cacd51b53 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - Java APIs with XML manipulate MS Format</title> + <title>Jakarta POI - Java APIs with XML manipulate MS Format</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> @@ -11,8 +11,8 @@ </header> <body> - <section><title>Poi News</title> - <p>All Poi news can now be found at the <link href="http://nagoya.apache.org/poi/news/">poi news weblog</link>.</p> + <section><title>POI News</title> + <p>All POI news can now be found at the <link href="http://nagoya.apache.org/poi/news/">poi news weblog</link>.</p> </section> <section><title>Purpose</title> diff --git a/src/documentation/content/xdocs/legal.xml b/src/documentation/content/xdocs/legal.xml index 1eb9a5cdf4..182f1ca423 100644 --- a/src/documentation/content/xdocs/legal.xml +++ b/src/documentation/content/xdocs/legal.xml @@ -3,14 +3,14 @@ <document> <header> - <title>Jakarta Poi - Legal Stuff</title> + <title>Jakarta POI - Legal Stuff</title> <authors> <person id="TK" name="Tetsuya Kitahata" email="tetsuya@apache.org"/> </authors> </header> <body> - <section><title>Jakarta Poi - Legal Stuff</title> + <section><title>Jakarta POI - Legal Stuff</title> <p> 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 9874af97a7..4c4c3f4b7c 100644 --- a/src/documentation/content/xdocs/mirrors.xml +++ b/src/documentation/content/xdocs/mirrors.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi Mirror Site</title> + <title>Jakarta POI Mirror Site</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> </authors> diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml index 7cd6dc4ddb..cf20cb4d4a 100644 --- a/src/documentation/content/xdocs/news.xml +++ b/src/documentation/content/xdocs/news.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Jakarta Poi - In the News over the world</title> + <title>Jakarta POI - In the News over the world</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> <person id="TK" name="Tetsuya Kitahata" email="tetsuya@apache.org"/> diff --git a/src/documentation/content/xdocs/news/book.xml b/src/documentation/content/xdocs/news/book.xml index d934b6a724..c5d3750eeb 100644 --- a/src/documentation/content/xdocs/news/book.xml +++ b/src/documentation/content/xdocs/news/book.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" - title="Poi Project News Pages" - copyright="@year@ Poi Project"> +<book software="POI Project" + title="POI Project News Pages" + copyright="@year@ POI Project"> <menu label="Navigation"> <menu-item label="Main" href="../index.html"/> diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml index b6faed59f6..51c615e31e 100644 --- a/src/documentation/content/xdocs/overview.xml +++ b/src/documentation/content/xdocs/overview.xml @@ -63,7 +63,7 @@ </body> <footer> <legal> - Copyright (c) @year@ The Poi Project All rights reserved. + Copyright (c) @year@ The POI Project All rights reserved. $Revision$ $Date$ </legal> </footer> diff --git a/src/documentation/content/xdocs/patches.xml b/src/documentation/content/xdocs/patches.xml index a3696e13b2..9b35ce49d4 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 <code>developers</code> 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</link>. The preferred submission method for patches is: </p> <ul> - <li>Post to Poi developers list</li> + <li>Post to POI developers list</li> <li>Describe the patch, the reason for it and (if necessary) why this is important.</li> <li>Generate the patch in <code>diff -u</code> format from CVS diff --git a/src/documentation/content/xdocs/plan/book.xml b/src/documentation/content/xdocs/plan/book.xml index 2dcf418ae0..7847a31882 100644 --- a/src/documentation/content/xdocs/plan/book.xml +++ b/src/documentation/content/xdocs/plan/book.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" - title="Poi Project planning" - copyright="@year@ Poi Project"> +<book software="POI Project" + title="POI Project planning" + copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> diff --git a/src/documentation/content/xdocs/plan/index.xml b/src/documentation/content/xdocs/plan/index.xml index 11f547395e..b1544be1a9 100644 --- a/src/documentation/content/xdocs/plan/index.xml +++ b/src/documentation/content/xdocs/plan/index.xml @@ -45,9 +45,9 @@ <section><title>Topics and Issues</title> <ul> - <li><link href="POI20Vision.html">Poi Version 2.0 Vision</link> + <li><link href="POI20Vision.html">POI Version 2.0 Vision</link> </li> - <li><link href="POI10Vision.html">Poi Version 1.0 Vision</link> + <li><link href="POI10Vision.html">POI Version 1.0 Vision</link> </li> <li>See the general <link href="../todo.html">To Do</link> list and the <code>dev</code> email archives for other issues</li> diff --git a/src/documentation/content/xdocs/poifs/book.xml b/src/documentation/content/xdocs/poifs/book.xml index f460fc5e47..6c17d65ab3 100644 --- a/src/documentation/content/xdocs/poifs/book.xml +++ b/src/documentation/content/xdocs/poifs/book.xml @@ -1,15 +1,15 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" - title="PoiFS" - copyright="@year@ Poi Project"> +<book software="POI Project" + title="POIFS" + copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> </menu> - <menu label="PoiFS"> + <menu label="POIFS"> <menu-item label="Overview" href="index.html"/> <menu-item label="How To" href="how-to.html"/> <menu-item label="File System Documentation" href="fileformat.html"/> diff --git a/src/documentation/content/xdocs/poifs/index.xml b/src/documentation/content/xdocs/poifs/index.xml index ee32bfc650..7a6a39ec1a 100644 --- a/src/documentation/content/xdocs/poifs/index.xml +++ b/src/documentation/content/xdocs/poifs/index.xml @@ -2,7 +2,7 @@ <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../dtd/document-v11.dtd"> <document> <header> - <title>Jakarta Poi - PoiFS - Java implementation of the OLE 2 Compound Document format</title> + <title>Jakarta POI - POIFS - Java implementation of the OLE 2 Compound Document format</title> <subtitle>Overview</subtitle> <authors> <person name="Andrew C. Oliver" email="acoliver@apache.org"/> diff --git a/src/documentation/content/xdocs/references/book.xml b/src/documentation/content/xdocs/references/book.xml index 167b7f5686..34fc596232 100644 --- a/src/documentation/content/xdocs/references/book.xml +++ b/src/documentation/content/xdocs/references/book.xml @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> <book software="Poi" - title="Poi Project Documentation" - copyright="@year@ Poi Project" + title="POI Project Documentation" + copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Jakarta Poi"> diff --git a/src/documentation/content/xdocs/references/index.xml b/src/documentation/content/xdocs/references/index.xml index 074ec85812..066662b0ae 100644 --- a/src/documentation/content/xdocs/references/index.xml +++ b/src/documentation/content/xdocs/references/index.xml @@ -17,7 +17,7 @@ <section><title>Live Sites using Poi</title> <p>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. </p> <!-- <ul> diff --git a/src/documentation/content/xdocs/resolutions/book.xml b/src/documentation/content/xdocs/resolutions/book.xml index f692afadca..099cb8d00a 100644 --- a/src/documentation/content/xdocs/resolutions/book.xml +++ b/src/documentation/content/xdocs/resolutions/book.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" +<book software="POI Project" title="Resolutions" - copyright="@year@ Poi Project"> + copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index d6576833b0..3b378fd3df 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -6,7 +6,7 @@ <person id="GS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> - <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/> + <person id="open" name="POI Developers" email="poi-dev@jakarta.apache.org"/> </devs> <todo> diff --git a/src/documentation/content/xdocs/todo.xml b/src/documentation/content/xdocs/todo.xml index f86266c928..9dc5e0c11e 100644 --- a/src/documentation/content/xdocs/todo.xml +++ b/src/documentation/content/xdocs/todo.xml @@ -10,7 +10,7 @@ <person id="GS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> - <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/> + <person id="open" name="POI Developers" email="poi-dev@jakarta.apache.org"/> </devs> <actions priority="high"> diff --git a/src/documentation/content/xdocs/trans/book.xml b/src/documentation/content/xdocs/trans/book.xml index 6a65e4c65a..934cfe9e1a 100644 --- a/src/documentation/content/xdocs/trans/book.xml +++ b/src/documentation/content/xdocs/trans/book.xml @@ -2,8 +2,8 @@ <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "./dtd/book-cocoon-v10.dtd"> <book software="Poi" - title="Poi Documentation Translations" - copyright="@year@ Poi Project" + title="POI Documentation Translations" + copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Translations"> diff --git a/src/documentation/content/xdocs/trans/de/index.xml b/src/documentation/content/xdocs/trans/de/index.xml index 6857683dc7..c29b3be8f1 100644 --- a/src/documentation/content/xdocs/trans/de/index.xml +++ b/src/documentation/content/xdocs/trans/de/index.xml @@ -95,7 +95,7 @@ bietet, das schlecht erweiterbar ist, und das zur Fragmentierung neigt. </p> - <p>Poi ist außerdem eine Spezialität der hawaiianischen Küche. Sie wird + <p>POI ist außerdem eine Spezialität der hawaiianischen Küche. Sie wird in <link href="http://www.m-w.com/">Merriam Webster's Dictionary</link> beschrieben als: »Ein hawaiianisches Gericht aus Taro-Wurzeln, die durch Stampfen, Kochen und Kneten zu einer Paste @@ -103,7 +103,7 @@ eine treffende Beschreibung des Dateiformats.</p> <p> POI ist also eine Abkürzung. Wenn Sie Abkürzungen nicht mögen, - dann denken sie einfach bei Poi an das hawaiianischen Gericht. + dann denken sie einfach bei POI an das hawaiianischen Gericht. Je nachdem, ob Sie Abkürzungen mögen oder nicht, nutzen sie einfach POI oder Poi, wenn sie dieses Projekt meinen. </p> diff --git a/src/documentation/content/xdocs/trans/es/3rdparty.xml b/src/documentation/content/xdocs/trans/es/3rdparty.xml index 3341b029be..50591a6c3b 100644 --- a/src/documentation/content/xdocs/trans/es/3rdparty.xml +++ b/src/documentation/content/xdocs/trans/es/3rdparty.xml @@ -37,16 +37,16 @@ <section><title>Cola de Parches (Patch Queue)</title> <p><link href="patches.html">Entregas de modificaciones (Submissions of modifications)</link> - a Poi que esperan revisión. Cualquiera puede realizar comentarios sobre ellas en la lista + a POI que esperan revisión. Cualquiera puede realizar comentarios sobre ellas en la lista de desarrollo - ˇse necesitan revisores del código! - <strong>Su utilización cae bajo su responsabilidad</strong> - aunque Poi no puede garantizarlo, + <strong>Su utilización cae bajo su responsabilidad</strong> - aunque POI no puede garantizarlo, estos parches no han sido revisados, cuando menos aceptados. </p> </section> <section><title>Otras Extensiones</title> <p> Las otras extensiones listadas aquí <strong>tampoco están respaldadas</strong> - por el proyecto Poi - se proporcionan sólo por comodidad. Pueden funcionar o no, + por el proyecto POI - se proporcionan sólo por comodidad. Pueden funcionar o no, pueden ser de código abierto o no, etc. </p> diff --git a/src/documentation/content/xdocs/trans/es/book.xml b/src/documentation/content/xdocs/trans/es/book.xml index bd04d369e1..968bb6e8d6 100644 --- a/src/documentation/content/xdocs/trans/es/book.xml +++ b/src/documentation/content/xdocs/trans/es/book.xml @@ -3,7 +3,7 @@ <book software="Poi" title="Documentación del Proyecto Poi" - copyright="@year@ Poi Project" + copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> <menu label="Marketing"> diff --git a/src/documentation/content/xdocs/trans/es/changes.xml b/src/documentation/content/xdocs/trans/es/changes.xml index c344eab2dc..a96f5267af 100644 --- a/src/documentation/content/xdocs/trans/es/changes.xml +++ b/src/documentation/content/xdocs/trans/es/changes.xml @@ -9,7 +9,7 @@ <person id="GJS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> <person id="MJ" name="Marc Johnson" email="mjohnson@apache.org"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> - <person id="POI-DEVELOPERS" name="Poi Developers" email="poi-dev@jakarta.apache.org"/> + <person id="POI-DEVELOPERS" name="POI Developers" email="poi-dev@jakarta.apache.org"/> </devs> <release version="1.8-dev" date="20 Septiembre 2002"> <action dev="POI-DEVELOPERS" type="add">Soporte para Formato de Datos Personalizado (Custom)</action> diff --git a/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml index f7861d2659..58e1e0a9db 100644 --- a/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml +++ b/src/documentation/content/xdocs/trans/es/hssf/hacking-hssf.xml @@ -66,7 +66,7 @@ </section> <section><title>What Else Should I Know?</title> <p>Make sure you <link href="http://jakarta.apache.org/poi/contrib.html">read the contributing section</link> - as it contains more generation information about contributing to Poi in general.</p> + as it contains more generation information about contributing to POI in general.</p> </section> </body> </document>
\ No newline at end of file diff --git a/src/documentation/content/xdocs/trans/es/hssf/how-to.xml b/src/documentation/content/xdocs/trans/es/hssf/how-to.xml index e182bb9a2c..54e45eca23 100644 --- a/src/documentation/content/xdocs/trans/es/hssf/how-to.xml +++ b/src/documentation/content/xdocs/trans/es/hssf/how-to.xml @@ -416,7 +416,7 @@ most likely fail. No big deal. </li> </ul> </section> <section><title>Logging facility</title> - <p>Poi can dynamically select it's logging implementation. Poi trys to + <p>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: </p> diff --git a/src/documentation/content/xdocs/trans/es/overview.xml b/src/documentation/content/xdocs/trans/es/overview.xml index 2c25cd1187..59d24635c2 100644 --- a/src/documentation/content/xdocs/trans/es/overview.xml +++ b/src/documentation/content/xdocs/trans/es/overview.xml @@ -65,7 +65,7 @@ </body> <footer> <legal> - Copyright (c) @year@ The Poi Project All rights reserved. + Copyright (c) @year@ The POI Project All rights reserved. $Revision$ $Date$ </legal> </footer> diff --git a/src/documentation/content/xdocs/trans/es/patches.xml b/src/documentation/content/xdocs/trans/es/patches.xml index 8681c66d9e..91e8c651b0 100644 --- a/src/documentation/content/xdocs/trans/es/patches.xml +++ b/src/documentation/content/xdocs/trans/es/patches.xml @@ -18,7 +18,7 @@ of some of the noteworthy patches that have been posted to the <code>developers</code> 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, @@ -34,7 +34,7 @@ Contributions</link>. The preferred submission method for patches is: </p> <ul> - <li>Post to Poi developers list</li> + <li>Post to POI developers list</li> <li>Describe the patch, the reason for it and (if necessary) why this is important.</li> <li>Generate the patch in <code>diff -u</code> format from CVS diff --git a/src/documentation/content/xdocs/trans/es/todo.xml b/src/documentation/content/xdocs/trans/es/todo.xml index b3617593e4..57ecf8b1a5 100644 --- a/src/documentation/content/xdocs/trans/es/todo.xml +++ b/src/documentation/content/xdocs/trans/es/todo.xml @@ -10,7 +10,7 @@ <person id="GS" name="Glen Stampoultzis" email="poi-user@jakarta.apache.org"/> <person id="MJ" name="Marc Johnson" email="mjohnson at apache dot org"/> <person id="NKB" name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> - <person id="open" name="Poi Developers" email="poi-dev@jakarta.apache.org"/> + <person id="open" name="POI Developers" email="poi-dev@jakarta.apache.org"/> </devs> <actions priority="high"> diff --git a/src/documentation/content/xdocs/trans/es/who.xml b/src/documentation/content/xdocs/trans/es/who.xml index 4086df5461..32534af8b9 100644 --- a/src/documentation/content/xdocs/trans/es/who.xml +++ b/src/documentation/content/xdocs/trans/es/who.xml @@ -2,17 +2,17 @@ <!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.1//EN" "../../dtd/document-v11.dtd"> <document> <header> - <title>Jakarta Poi - Who we are</title> + <title>Jakarta POI - Who we are</title> <authors> - <person name="Jakarta Poi Documentation Team" email="poi-dev@jakarta.apache.org"/> + <person name="Jakarta POI Documentation Team" email="poi-dev@jakarta.apache.org"/> </authors> </header> <body> - <section><title>Jakarta Poi - Who we are</title> + <section><title>Jakarta POI - Who we are</title> <p> - The Poi Project operates on a meritocracy: the more you do, the more + The POI Project operates on a meritocracy: the more you do, the more responsibility you will obtain. This page lists all of the people who have gone the extra mile and are Committers. If you would like to get involved, the first step is to join the <link href="http://jakarta.apache.org/site/mail2.html#poi">mailing lists</link>. diff --git a/src/documentation/content/xdocs/trans/guidelines.xml b/src/documentation/content/xdocs/trans/guidelines.xml index d429c00e78..84c1a8feed 100644 --- a/src/documentation/content/xdocs/trans/guidelines.xml +++ b/src/documentation/content/xdocs/trans/guidelines.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Welcome to POI -- Poi Website Translation Guildeline</title> + <title>Welcome to POI -- POI Website Translation Guildeline</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> <person id="TK" name="Tetsuya Kitahata" email="tetsuya@apache.org"/> @@ -32,8 +32,8 @@ </p> <p> To generate all of the documentation such as it would appear on the - <link href="http://jakarta.apache.org/poi/">Poi Website</link> you can execute the "site" target (optionally - preceeded by the "clean" target. See "<link href="../howtobuild.html">How to Build</link>" page for more detail (Now, Poi build uses <link href="http://xml.apache.org/forrest/">Forrest</link>). + <link href="http://jakarta.apache.org/poi/">POI Website</link> you can execute the "site" target (optionally + preceeded by the "clean" target. See "<link href="../howtobuild.html">How to Build</link>" page for more detail (Now, POI build uses <link href="http://xml.apache.org/forrest/">Forrest</link>). </p> <p> The source for POI's XML documentation is in src/documentation/content/xdocs. To edit one of these files you can use diff --git a/src/documentation/content/xdocs/trans/index.xml b/src/documentation/content/xdocs/trans/index.xml index 8e5796b2a0..cb8ff14c36 100644 --- a/src/documentation/content/xdocs/trans/index.xml +++ b/src/documentation/content/xdocs/trans/index.xml @@ -3,7 +3,7 @@ <document> <header> - <title>The Apache Jakarta Poi Documentation Translations</title> + <title>The Apache Jakarta POI Documentation Translations</title> <authors> <person id="AO" name="Andrew C. Oliver" email="acoliver@apache.org"/> </authors> diff --git a/src/documentation/content/xdocs/utils/book.xml b/src/documentation/content/xdocs/utils/book.xml index 690916bc66..58be766092 100644 --- a/src/documentation/content/xdocs/utils/book.xml +++ b/src/documentation/content/xdocs/utils/book.xml @@ -1,9 +1,9 @@ <?xml version="1.0"?> <!DOCTYPE book PUBLIC "-//APACHE//DTD Cocoon Documentation Book V1.0//EN" "../dtd/book-cocoon-v10.dtd"> -<book software="Poi Project" - title="Poi Utils" - copyright="@year@ Poi Project"> +<book software="POI Project" + title="POI Utils" + copyright="@year@ POI Project"> <menu label="Jakarta Poi"> <menu-item label="Top" href="../index.html"/> diff --git a/src/documentation/content/xdocs/utils/index.xml b/src/documentation/content/xdocs/utils/index.xml index 840d7b456e..32ef67a1df 100644 --- a/src/documentation/content/xdocs/utils/index.xml +++ b/src/documentation/content/xdocs/utils/index.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Poi Utils</title> + <title>POI Utils</title> <subtitle>Overview</subtitle> <authors> <person name="Nicola Ken Barozzi" email="barozzi@nicolaken.com"/> @@ -24,7 +24,7 @@ </p> <p> Currently, we're looking into which subprojects in the Jakarta Commons project - to donate these too. The "Poi Utils" package won't go away, as there may + to donate these too. The "POI Utils" package won't go away, as there may be later classes. The idea is that "go ahead and add it, we'll merge it or find an alternative later, just keep pounding out that poi!" </p> diff --git a/src/documentation/content/xdocs/utils/logging.xml b/src/documentation/content/xdocs/utils/logging.xml index 80751e6eaa..c733ecdfe5 100644 --- a/src/documentation/content/xdocs/utils/logging.xml +++ b/src/documentation/content/xdocs/utils/logging.xml @@ -3,7 +3,7 @@ <document> <header> - <title>Poi Utils</title> + <title>POI Utils</title> <subtitle>Overview</subtitle> <authors> <person name="Nicola Ken Barozzi" email="nicolaken@apache.org"/> diff --git a/src/documentation/content/xdocs/who.xml b/src/documentation/content/xdocs/who.xml index ecaa9179ab..4a09a53bf2 100644 --- a/src/documentation/content/xdocs/who.xml +++ b/src/documentation/content/xdocs/who.xml @@ -3,17 +3,17 @@ <document> <header> - <title>Jakarta Poi - Who we are</title> + <title>Jakarta POI - Who we are</title> <authors> - <person name="Jakarta Poi Documentation Team" email="poi-dev@jakarta.apache.org"/> + <person name="Jakarta POI Documentation Team" email="poi-dev@jakarta.apache.org"/> </authors> </header> <body> - <section><title>Jakarta Poi - Who we are</title> + <section><title>Jakarta POI - Who we are</title> <p> - The Poi Project operates on a meritocracy: the more you do, the more + The POI Project operates on a meritocracy: the more you do, the more responsibility you will obtain. This page lists all of the people who have gone the extra mile and are Committers. If you would like to get involved, the first step is to join the <link href="http://jakarta.apache.org/site/mail2.html#poi">mailing lists</link>. |