From: Nick Burch Date: Fri, 1 Jun 2007 11:39:48 +0000 (+0000) Subject: Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes X-Git-Tag: REL_3_0_1_RC1~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=196db9802e7298ff4b0592ecc267131c547d22a0;p=poi.git Lots more Jakarta POI -> Apache POI, and poi-user@jakarta -> user@poi changes git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@543466 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/getinvolved/index.xml b/src/documentation/content/xdocs/getinvolved/index.xml index 0ee102beef..1c182a508e 100644 --- a/src/documentation/content/xdocs/getinvolved/index.xml +++ b/src/documentation/content/xdocs/getinvolved/index.xml @@ -113,7 +113,7 @@ or created. Make sure you've documented your changes and altered the examples/etc to reflect them. Any new additions should have unit tests. Lastly, ensure that you've provided approriate javadoc. (see - Coding + Coding Standards). Patches that are of low quality may be rejected or the contributer may be asked to bring them up to spec.

diff --git a/src/documentation/content/xdocs/hpsf/book.xml b/src/documentation/content/xdocs/hpsf/book.xml index 165f3209f6..d3bd9bf949 100644 --- a/src/documentation/content/xdocs/hpsf/book.xml +++ b/src/documentation/content/xdocs/hpsf/book.xml @@ -23,7 +23,7 @@ title="HPSF" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/hpsf/how-to.xml b/src/documentation/content/xdocs/hpsf/how-to.xml index d492c260b6..5804bc0e8e 100644 --- a/src/documentation/content/xdocs/hpsf/how-to.xml +++ b/src/documentation/content/xdocs/hpsf/how-to.xml @@ -76,10 +76,9 @@ Please note: HPSF's writing functionality is not present in POI releases up to and including 2.5. In - order to write properties you have to download a later POI release (when - available) or retrieve the POI development version from the Subversion - repository. + order to write properties you have to download a 3.0.x POI release, + or retrieve the POI development version from the Subversion repository. diff --git a/src/documentation/content/xdocs/hpsf/index.xml b/src/documentation/content/xdocs/hpsf/index.xml index 9386b7149a..67dce1f9e0 100644 --- a/src/documentation/content/xdocs/hpsf/index.xml +++ b/src/documentation/content/xdocs/hpsf/index.xml @@ -22,7 +22,7 @@
- Jakarta POI - HPSF - Java API to Handle Microsoft Format Document + <title>Apache POI - HPSF - Java API to Handle Microsoft Format Document Properties Overview diff --git a/src/documentation/content/xdocs/hpsf/internals.xml b/src/documentation/content/xdocs/hpsf/internals.xml index 10430201e9..4f2c2f7f86 100644 --- a/src/documentation/content/xdocs/hpsf/internals.xml +++ b/src/documentation/content/xdocs/hpsf/internals.xml @@ -22,7 +22,7 @@
- Jakarta POI - HPSF Internals + Apache POI - HPSF Internals diff --git a/src/documentation/content/xdocs/hslf/book.xml b/src/documentation/content/xdocs/hslf/book.xml index 643d17c66d..0eb4f8cb18 100644 --- a/src/documentation/content/xdocs/hslf/book.xml +++ b/src/documentation/content/xdocs/hslf/book.xml @@ -23,7 +23,7 @@ title="HSSF" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/hssf/book.xml b/src/documentation/content/xdocs/hssf/book.xml index ef7a268031..015904923d 100644 --- a/src/documentation/content/xdocs/hssf/book.xml +++ b/src/documentation/content/xdocs/hssf/book.xml @@ -23,7 +23,7 @@ title="HSSF" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/hssf/chart.xml b/src/documentation/content/xdocs/hssf/chart.xml index c947542106..3dd3371287 100644 --- a/src/documentation/content/xdocs/hssf/chart.xml +++ b/src/documentation/content/xdocs/hssf/chart.xml @@ -23,7 +23,7 @@
Chart record information - +
diff --git a/src/documentation/content/xdocs/hssf/formula.xml b/src/documentation/content/xdocs/hssf/formula.xml index 7684bf076a..d8ced8fb20 100644 --- a/src/documentation/content/xdocs/hssf/formula.xml +++ b/src/documentation/content/xdocs/hssf/formula.xml @@ -99,7 +99,7 @@ org.apache.poi.hssf.record.formula.FormulaParser class. This class implements a hand written recursive descent parser.

-

Check out the javadocs for details. +

Check out the javadocs for details.

diff --git a/src/documentation/content/xdocs/hssf/hacking-hssf.xml b/src/documentation/content/xdocs/hssf/hacking-hssf.xml index 940ebab865..4bc896e0e3 100644 --- a/src/documentation/content/xdocs/hssf/hacking-hssf.xml +++ b/src/documentation/content/xdocs/hssf/hacking-hssf.xml @@ -23,7 +23,7 @@
Hacking HSSF - +
@@ -83,7 +83,7 @@ and work your way up.

What Else Should I Know? -

Make sure you read the contributing section +

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

diff --git a/src/documentation/content/xdocs/hssf/how-to.xml b/src/documentation/content/xdocs/hssf/how-to.xml index b77e017512..03c359ffce 100644 --- a/src/documentation/content/xdocs/hssf/how-to.xml +++ b/src/documentation/content/xdocs/hssf/how-to.xml @@ -24,7 +24,7 @@ The New Halloween Document - + @@ -275,7 +275,7 @@ method (sheet.removeRow(hssfrow)) and create objects just as you would if creating a new xls. When you are done modifying cells just call workbook.write(outputstream) just as you did above.

An example of this can be seen in -org.apache.poi.hssf.dev.HSSF.

+org.apache.poi.hssf.dev.HSSF.

diff --git a/src/documentation/content/xdocs/hssf/limitations.xml b/src/documentation/content/xdocs/hssf/limitations.xml index 69f2cc525b..8dad71e172 100644 --- a/src/documentation/content/xdocs/hssf/limitations.xml +++ b/src/documentation/content/xdocs/hssf/limitations.xml @@ -23,7 +23,7 @@
Limitations - +
diff --git a/src/documentation/content/xdocs/hssf/quick-guide.xml b/src/documentation/content/xdocs/hssf/quick-guide.xml index 224b458c7f..f5e396036b 100644 --- a/src/documentation/content/xdocs/hssf/quick-guide.xml +++ b/src/documentation/content/xdocs/hssf/quick-guide.xml @@ -23,7 +23,7 @@
Busy Developers' Guide to HSSF Features - +
diff --git a/src/documentation/content/xdocs/hssf/record-generator.xml b/src/documentation/content/xdocs/hssf/record-generator.xml index 281d718247..8ce8fe5d89 100644 --- a/src/documentation/content/xdocs/hssf/record-generator.xml +++ b/src/documentation/content/xdocs/hssf/record-generator.xml @@ -23,7 +23,7 @@
Record Generator HOWTO - +
diff --git a/src/documentation/content/xdocs/hwpf/book.xml b/src/documentation/content/xdocs/hwpf/book.xml index c45aa7f48c..05eac510f0 100644 --- a/src/documentation/content/xdocs/hwpf/book.xml +++ b/src/documentation/content/xdocs/hwpf/book.xml @@ -19,7 +19,7 @@ --> - + diff --git a/src/documentation/content/xdocs/hwpf/docoverview.xml b/src/documentation/content/xdocs/hwpf/docoverview.xml index 3a58556c18..0e9a0bb0f4 100644 --- a/src/documentation/content/xdocs/hwpf/docoverview.xml +++ b/src/documentation/content/xdocs/hwpf/docoverview.xml @@ -21,7 +21,7 @@
- Jakarta POI - HWPF - Java API to Handle Microsoft Word Files + Apache POI - HWPF - Java API to Handle Microsoft Word Files Word File Format diff --git a/src/documentation/content/xdocs/hwpf/index.xml b/src/documentation/content/xdocs/hwpf/index.xml index bab314fbf6..1268facbee 100644 --- a/src/documentation/content/xdocs/hwpf/index.xml +++ b/src/documentation/content/xdocs/hwpf/index.xml @@ -21,7 +21,7 @@
- Jakarta POI - HWPF - Java API to Handle Microsoft Word Files + Apache POI - HWPF - Java API to Handle Microsoft Word Files Overview diff --git a/src/documentation/content/xdocs/hwpf/projectplan.xml b/src/documentation/content/xdocs/hwpf/projectplan.xml index e2fb763d70..913d49a2c8 100644 --- a/src/documentation/content/xdocs/hwpf/projectplan.xml +++ b/src/documentation/content/xdocs/hwpf/projectplan.xml @@ -21,7 +21,7 @@
- Jakarta POI - HWPF - Java API to Handle Microsoft Word Files + Apache POI - HWPF - Java API to Handle Microsoft Word Files Project Plan diff --git a/src/documentation/content/xdocs/news/logocontest.xml b/src/documentation/content/xdocs/news/logocontest.xml index 85bc9317f1..a8c9e4b7de 100644 --- a/src/documentation/content/xdocs/news/logocontest.xml +++ b/src/documentation/content/xdocs/news/logocontest.xml @@ -24,7 +24,7 @@ - +
diff --git a/src/documentation/content/xdocs/plan/POI20Vision.xml b/src/documentation/content/xdocs/plan/POI20Vision.xml index 3725c81f5d..60a8013d23 100644 --- a/src/documentation/content/xdocs/plan/POI20Vision.xml +++ b/src/documentation/content/xdocs/plan/POI20Vision.xml @@ -25,7 +25,7 @@ - +
diff --git a/src/documentation/content/xdocs/plan/book.xml b/src/documentation/content/xdocs/plan/book.xml index ab6f727b88..b666aeab2a 100644 --- a/src/documentation/content/xdocs/plan/book.xml +++ b/src/documentation/content/xdocs/plan/book.xml @@ -23,7 +23,7 @@ title="POI Project planning" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/poifs/book.xml b/src/documentation/content/xdocs/poifs/book.xml index 1bc7528262..c96a71eeef 100644 --- a/src/documentation/content/xdocs/poifs/book.xml +++ b/src/documentation/content/xdocs/poifs/book.xml @@ -23,7 +23,7 @@ title="POIFS" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/poifs/index.xml b/src/documentation/content/xdocs/poifs/index.xml index 024d95e5a8..4b693475b6 100644 --- a/src/documentation/content/xdocs/poifs/index.xml +++ b/src/documentation/content/xdocs/poifs/index.xml @@ -20,7 +20,7 @@
- Jakarta POI - POIFS - Java implementation of the OLE 2 Compound Document format + Apache 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 c0a3bb3e84..f7ebc038a3 100644 --- a/src/documentation/content/xdocs/references/book.xml +++ b/src/documentation/content/xdocs/references/book.xml @@ -24,7 +24,7 @@ copyright="@year@ POI Project" xmlns:xlink="http://www.w3.org/1999/xlink"> - + diff --git a/src/documentation/content/xdocs/references/index.xml b/src/documentation/content/xdocs/references/index.xml index fbc4a6b395..fdfa382b76 100644 --- a/src/documentation/content/xdocs/references/index.xml +++ b/src/documentation/content/xdocs/references/index.xml @@ -27,7 +27,7 @@ - +
diff --git a/src/documentation/content/xdocs/resolutions/book.xml b/src/documentation/content/xdocs/resolutions/book.xml index 82a55b2a04..8cd5b8d0c0 100644 --- a/src/documentation/content/xdocs/resolutions/book.xml +++ b/src/documentation/content/xdocs/resolutions/book.xml @@ -23,7 +23,7 @@ title="Resolutions" copyright="@year@ POI Project"> - + diff --git a/src/documentation/content/xdocs/resolutions/index.xml b/src/documentation/content/xdocs/resolutions/index.xml index 136503c6fb..fbec750616 100644 --- a/src/documentation/content/xdocs/resolutions/index.xml +++ b/src/documentation/content/xdocs/resolutions/index.xml @@ -31,7 +31,7 @@
About Resolutions

- Every project on Jakarta has resolutions that they vote on. + Every project in Apache has resolutions that they vote on. Decisions are made, etc. But what happens once those decisions are made? They are archived in the mail list archive never to be read again (once its not in the top 10 or so posts). So they diff --git a/src/documentation/content/xdocs/trans/guidelines.xml b/src/documentation/content/xdocs/trans/guidelines.xml index 26eccaf6b3..1d789f20d1 100644 --- a/src/documentation/content/xdocs/trans/guidelines.xml +++ b/src/documentation/content/xdocs/trans/guidelines.xml @@ -50,7 +50,7 @@

To generate all of the documentation such as it would appear on the - POI Website you can execute the "site" target (optionally + POI Website you can execute the "site" target (optionally preceeded by the "clean" target. See "How to Build" page for more detail (Now, POI build uses Forrest).

@@ -68,7 +68,7 @@ requesting it be translated) into English and applied to the master before being applied to a translation.

- We prefer you donate translations directly to the Jakarta POI + We prefer you donate translations directly to the Apache POI project rather than hosting them offsite. We will make every effort to accomidate you as we greatly appreciate your efforts. However, we understand that sites located within a country are the fastest and most searchable. Therefore, we recommend and welcome folks mirroring the POI site and making the translated page the home page. You can do this @@ -80,7 +80,7 @@

Submitting translations is simple, you follow the same - instructions as you would for submitting a code patch. + instructions as you would for submitting a code patch. Remeber to always generate patchs in diff -u format preserving the context relative to the jakarta-poi directory. Also remember to submit any new files in a directory preserving archive format. Never post these to the list, always use Bugzilla diff --git a/src/documentation/content/xdocs/trans/index.xml b/src/documentation/content/xdocs/trans/index.xml index 448f0ea31f..3d692ef6db 100644 --- a/src/documentation/content/xdocs/trans/index.xml +++ b/src/documentation/content/xdocs/trans/index.xml @@ -21,7 +21,7 @@

- The Apache Jakarta POI Documentation Translations + The Apache POI Documentation Translations diff --git a/src/documentation/content/xdocs/utils/book.xml b/src/documentation/content/xdocs/utils/book.xml index f2c92fbd93..76f305c53c 100644 --- a/src/documentation/content/xdocs/utils/book.xml +++ b/src/documentation/content/xdocs/utils/book.xml @@ -23,7 +23,7 @@ title="POI Utils" copyright="@year@ POI Project"> - +