diff --git a/src/documentation/content/xdocs/getinvolved/index.xml b/src/documentation/content/xdocs/getinvolved/index.xml index 0ee102bee..1c182a508 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 165f3209f..d3bd9bf94 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 d492c260b..5804bc0e8 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 9386b7149..67dce1f9e 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 10430201e..4f2c2f7f8 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 643d17c66..0eb4f8cb1 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 ef7a26803..015904923 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 c94754210..3dd337128 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 7684bf076..d8ced8fb2 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 940ebab86..4bc896e0e 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 b77e01751..03c359ffc 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 69f2cc525..8dad71e17 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 224b458c7..f5e396036 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 281d71824..8ce8fe5d8 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 c45aa7f48..05eac510f 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 3a58556c1..0e9a0bb0f 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 bab314fbf..1268facbe 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 e2fb763d7..913d49a2c 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 85bc9317f..a8c9e4b7d 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 3725c81f5..60a8013d2 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 ab6f727b8..b666aeab2 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 1bc752826..c96a71eee 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 024d95e5a..4b693475b 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 c0a3bb3e8..f7ebc038a 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 fbc4a6b39..fdfa382b7 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 82a55b2a0..8cd5b8d0c 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 136503c6f..fbec75061 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 26eccaf6b..1d789f20d 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 448f0ea31..3d692ef6d 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 f2c92fbd9..76f305c53 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"> - +