From d53e38e6b60ba6735091c414d5fe7e3da5f1069e Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Thu, 20 Mar 2008 22:31:15 +0000
Subject: [PATCH] Update a lot of the site to apache documentation format 1.3,
from 1.1. Also, put note about apachecon on the homepage
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@639487 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/3rdparty.xml | 2 +-
.../content/xdocs/casestudies.xml | 2 +-
src/documentation/content/xdocs/changes.xml | 2 +-
.../content/xdocs/dtd/changes-v11.mod | 71 +++
.../content/xdocs/dtd/changes-v13.dtd | 95 ++++
.../content/xdocs/dtd/common-charents-v10.mod | 74 +++
.../content/xdocs/dtd/common-elems-v10.mod | 68 +++
.../content/xdocs/dtd/document-v13.dtd | 145 ++++++
.../content/xdocs/dtd/document-v13.mod | 432 ++++++++++++++++++
.../content/xdocs/dtd/faq-v12.mod | 69 +++
.../content/xdocs/dtd/faq-v13.dtd | 86 ++++
.../content/xdocs/dtd/todo-v11.dtd | 87 ++--
.../content/xdocs/dtd/todo-v11.mod | 76 +++
.../content/xdocs/dtd/todo-v13.dtd | 99 ++++
.../content/xdocs/entity/ISOdia.pen | 34 ++
.../content/xdocs/entity/ISOgrk1.pen | 74 +++
.../content/xdocs/entity/ISOlat1.pen | 79 ++++
.../content/xdocs/entity/ISOnum.pen | 109 +++++
.../content/xdocs/entity/ISOpub.pen | 110 +++++
.../content/xdocs/entity/ISOtech.pen | 85 ++++
src/documentation/content/xdocs/faq.xml | 2 +-
.../content/xdocs/historyandfuture.xml | 2 +-
.../content/xdocs/howtobuild.xml | 2 +-
src/documentation/content/xdocs/index.xml | 16 +-
src/documentation/content/xdocs/legal.xml | 2 +-
.../content/xdocs/mailinglists.xml | 2 +-
src/documentation/content/xdocs/mirrors.xml | 2 +-
src/documentation/content/xdocs/news.xml | 2 +-
src/documentation/content/xdocs/overview.xml | 2 +-
src/documentation/content/xdocs/patches.xml | 2 +-
src/documentation/content/xdocs/poi-ruby.xml | 2 +-
.../content/xdocs/subversion.xml | 2 +-
src/documentation/content/xdocs/todo.xml | 2 +-
src/documentation/content/xdocs/who.xml | 2 +-
.../resources/images/ApacheConEu08.jpg | Bin 0 -> 9021 bytes
src/documentation/skins/poi-site/css/site.css | 6 +-
36 files changed, 1785 insertions(+), 62 deletions(-)
create mode 100644 src/documentation/content/xdocs/dtd/changes-v11.mod
create mode 100644 src/documentation/content/xdocs/dtd/changes-v13.dtd
create mode 100644 src/documentation/content/xdocs/dtd/common-charents-v10.mod
create mode 100644 src/documentation/content/xdocs/dtd/common-elems-v10.mod
create mode 100644 src/documentation/content/xdocs/dtd/document-v13.dtd
create mode 100644 src/documentation/content/xdocs/dtd/document-v13.mod
create mode 100644 src/documentation/content/xdocs/dtd/faq-v12.mod
create mode 100644 src/documentation/content/xdocs/dtd/faq-v13.dtd
create mode 100644 src/documentation/content/xdocs/dtd/todo-v11.mod
create mode 100644 src/documentation/content/xdocs/dtd/todo-v13.dtd
create mode 100644 src/documentation/content/xdocs/entity/ISOdia.pen
create mode 100644 src/documentation/content/xdocs/entity/ISOgrk1.pen
create mode 100644 src/documentation/content/xdocs/entity/ISOlat1.pen
create mode 100644 src/documentation/content/xdocs/entity/ISOnum.pen
create mode 100644 src/documentation/content/xdocs/entity/ISOpub.pen
create mode 100644 src/documentation/content/xdocs/entity/ISOtech.pen
create mode 100644 src/documentation/resources/images/ApacheConEu08.jpg
diff --git a/src/documentation/content/xdocs/3rdparty.xml b/src/documentation/content/xdocs/3rdparty.xml
index ada6da4d3c..b627e26fdb 100644
--- a/src/documentation/content/xdocs/3rdparty.xml
+++ b/src/documentation/content/xdocs/3rdparty.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml
index 498f5cbbfc..e10d90e0eb 100644
--- a/src/documentation/content/xdocs/casestudies.xml
+++ b/src/documentation/content/xdocs/casestudies.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 9d335d7662..b1504a7023 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
History of Changes
diff --git a/src/documentation/content/xdocs/dtd/changes-v11.mod b/src/documentation/content/xdocs/dtd/changes-v11.mod
new file mode 100644
index 0000000000..f9cd5cd835
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/changes-v11.mod
@@ -0,0 +1,71 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/changes-v13.dtd b/src/documentation/content/xdocs/dtd/changes-v13.dtd
new file mode 100644
index 0000000000..8ffed7b69e
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/changes-v13.dtd
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+%document;
+
+
+
+
+
+
+%common-charents;
+
+
+
+
+
+
+%common;
+
+
+
+
+
+
+%changes;
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/common-charents-v10.mod b/src/documentation/content/xdocs/dtd/common-charents-v10.mod
new file mode 100644
index 0000000000..d495c1daa3
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/common-charents-v10.mod
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+%ISOlat1;
+
+
+%ISOpub;
+
+
+%ISOtech;
+
+
+%ISOnum;
+
+
+%ISOdia;
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/common-elems-v10.mod b/src/documentation/content/xdocs/dtd/common-elems-v10.mod
new file mode 100644
index 0000000000..ba7581cba6
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/common-elems-v10.mod
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/document-v13.dtd b/src/documentation/content/xdocs/dtd/document-v13.dtd
new file mode 100644
index 0000000000..801a317f51
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/document-v13.dtd
@@ -0,0 +1,145 @@
+
+
+
+
+
+
+
+
+
+%common-charents;
+
+
+
+
+
+
+%document;
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/document-v13.mod b/src/documentation/content/xdocs/dtd/document-v13.mod
new file mode 100644
index 0000000000..4c60b803bc
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/document-v13.mod
@@ -0,0 +1,432 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/faq-v12.mod b/src/documentation/content/xdocs/dtd/faq-v12.mod
new file mode 100644
index 0000000000..3065a804d3
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/faq-v12.mod
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/faq-v13.dtd b/src/documentation/content/xdocs/dtd/faq-v13.dtd
new file mode 100644
index 0000000000..2588ea8d45
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/faq-v13.dtd
@@ -0,0 +1,86 @@
+
+
+
+
+
+
+
+
+%document;
+
+
+
+
+
+
+%common-charents;
+
+
+
+
+
+
+%faq;
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/todo-v11.dtd b/src/documentation/content/xdocs/dtd/todo-v11.dtd
index 3aaaa14dbd..476395d9a2 100644
--- a/src/documentation/content/xdocs/dtd/todo-v11.dtd
+++ b/src/documentation/content/xdocs/dtd/todo-v11.dtd
@@ -1,25 +1,40 @@
+
@@ -55,39 +60,37 @@ COPYRIGHT:
+ "-//APACHE//ENTITIES Documentation V1.1//EN"
+ "document-v11.mod">
%document;
-
-
+
-
-
-
+
+%common-charents;
-
+
-
-
+
+%common;
-
-
+
+
+
-
-
+
+%todo;
-
-
-
diff --git a/src/documentation/content/xdocs/dtd/todo-v11.mod b/src/documentation/content/xdocs/dtd/todo-v11.mod
new file mode 100644
index 0000000000..102fca01f3
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/todo-v11.mod
@@ -0,0 +1,76 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/dtd/todo-v13.dtd b/src/documentation/content/xdocs/dtd/todo-v13.dtd
new file mode 100644
index 0000000000..9c28ec853d
--- /dev/null
+++ b/src/documentation/content/xdocs/dtd/todo-v13.dtd
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+%document;
+
+
+
+
+
+
+%common-charents;
+
+
+
+
+
+
+%common;
+
+
+
+
+
+
+%todo;
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOdia.pen b/src/documentation/content/xdocs/entity/ISOdia.pen
new file mode 100644
index 0000000000..df5c05d2ed
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOdia.pen
@@ -0,0 +1,34 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOgrk1.pen b/src/documentation/content/xdocs/entity/ISOgrk1.pen
new file mode 100644
index 0000000000..cdab380fc3
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOgrk1.pen
@@ -0,0 +1,74 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOlat1.pen b/src/documentation/content/xdocs/entity/ISOlat1.pen
new file mode 100644
index 0000000000..6222e2f929
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOlat1.pen
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOnum.pen b/src/documentation/content/xdocs/entity/ISOnum.pen
new file mode 100644
index 0000000000..02605bfb58
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOnum.pen
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+" >
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOpub.pen b/src/documentation/content/xdocs/entity/ISOpub.pen
new file mode 100644
index 0000000000..04a5732b45
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOpub.pen
@@ -0,0 +1,110 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/entity/ISOtech.pen b/src/documentation/content/xdocs/entity/ISOtech.pen
new file mode 100644
index 0000000000..b3b39f9f1b
--- /dev/null
+++ b/src/documentation/content/xdocs/entity/ISOtech.pen
@@ -0,0 +1,85 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/documentation/content/xdocs/faq.xml b/src/documentation/content/xdocs/faq.xml
index e74b6f0901..9a54320403 100644
--- a/src/documentation/content/xdocs/faq.xml
+++ b/src/documentation/content/xdocs/faq.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/historyandfuture.xml b/src/documentation/content/xdocs/historyandfuture.xml
index cf2afc53b3..8c1355d32d 100644
--- a/src/documentation/content/xdocs/historyandfuture.xml
+++ b/src/documentation/content/xdocs/historyandfuture.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/howtobuild.xml b/src/documentation/content/xdocs/howtobuild.xml
index 587cac556d..af45effa89 100644
--- a/src/documentation/content/xdocs/howtobuild.xml
+++ b/src/documentation/content/xdocs/howtobuild.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml
index ac5e23e193..aa380620ec 100644
--- a/src/documentation/content/xdocs/index.xml
+++ b/src/documentation/content/xdocs/index.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
@@ -43,12 +43,22 @@
The release is also available from the central Maven repository
under Group ID "org.apache.poi" and Version "3.0.2-FINAL".
- We would also like to confirm that verions 3.0 and 3.0.1 of Apache
- POI do
+
We would also like to confirm that versions 3.0.1 and 3.0.2 of
+ Apache POI do
not contain any viruses. Users of broken virus checkers
which do detect a 94 byte file, sci_cec.db, as containing one are
advised to contact their vendor for a fix.
+ ApacheCon Europe Coming Soon
+
+ ApacheCon Europe 2008 will once again be held at the Mövenpick
+ Hotel in Amsterdam, April 7-11. This year, there will be a number
+ of POI sessions, including a tutorial covering the new Office Open
+ XML support.
+ For further information, see the ApacheCon Europe Web site at
+ www.eu.apachecon.com
+
Office Open XML Support
We are currently working to support the new Office Open XML
file formats, such as XLSX and PPTX, which were introduced in
diff --git a/src/documentation/content/xdocs/legal.xml b/src/documentation/content/xdocs/legal.xml
index bc24156b90..8b8d273d30 100644
--- a/src/documentation/content/xdocs/legal.xml
+++ b/src/documentation/content/xdocs/legal.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/mailinglists.xml b/src/documentation/content/xdocs/mailinglists.xml
index 6f2b68c98d..b984399370 100644
--- a/src/documentation/content/xdocs/mailinglists.xml
+++ b/src/documentation/content/xdocs/mailinglists.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/mirrors.xml b/src/documentation/content/xdocs/mirrors.xml
index e133fa4339..1db26641d9 100644
--- a/src/documentation/content/xdocs/mirrors.xml
+++ b/src/documentation/content/xdocs/mirrors.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/news.xml b/src/documentation/content/xdocs/news.xml
index ddfe1e0d54..bd2c0cda9f 100644
--- a/src/documentation/content/xdocs/news.xml
+++ b/src/documentation/content/xdocs/news.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/overview.xml b/src/documentation/content/xdocs/overview.xml
index 984449b5ac..036a328cb7 100644
--- a/src/documentation/content/xdocs/overview.xml
+++ b/src/documentation/content/xdocs/overview.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/patches.xml b/src/documentation/content/xdocs/patches.xml
index ad599c9905..754a288e50 100644
--- a/src/documentation/content/xdocs/patches.xml
+++ b/src/documentation/content/xdocs/patches.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/poi-ruby.xml b/src/documentation/content/xdocs/poi-ruby.xml
index 18b723a036..6fe4e407e8 100644
--- a/src/documentation/content/xdocs/poi-ruby.xml
+++ b/src/documentation/content/xdocs/poi-ruby.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/subversion.xml b/src/documentation/content/xdocs/subversion.xml
index 2e8b1b1d82..1bfd75e0df 100644
--- a/src/documentation/content/xdocs/subversion.xml
+++ b/src/documentation/content/xdocs/subversion.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+
diff --git a/src/documentation/content/xdocs/todo.xml b/src/documentation/content/xdocs/todo.xml
index 5ecc37a5e0..2ec7f44bde 100644
--- a/src/documentation/content/xdocs/todo.xml
+++ b/src/documentation/content/xdocs/todo.xml
@@ -18,7 +18,7 @@
====================================================================
-->
-
+
Things To Do for Poi
diff --git a/src/documentation/content/xdocs/who.xml b/src/documentation/content/xdocs/who.xml
index 2812966f73..79b3b19484 100644
--- a/src/documentation/content/xdocs/who.xml
+++ b/src/documentation/content/xdocs/who.xml
@@ -17,7 +17,7 @@
limitations under the License.
====================================================================
-->
-
+