From 982819c470c492f4b8975579c4e76cf1e132b567 Mon Sep 17 00:00:00 2001 From: Yegor Kozlov Date: Fri, 6 Nov 2009 00:00:35 +0000 Subject: [PATCH] reorganized TOC, removed obsolete pages git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@833248 13f79535-47bb-0310-9956-ffa450edef68 --- src/documentation/content/xdocs/book.xml | 69 ++++------ .../content/xdocs/casestudies.xml | 5 +- src/documentation/content/xdocs/download.xml | 125 ++++++++++++++++++ src/documentation/content/xdocs/index.xml | 27 +--- src/documentation/content/xdocs/status.xml | 1 + .../content/xdocs/subversion.xml | 2 +- 6 files changed, 160 insertions(+), 69 deletions(-) create mode 100755 src/documentation/content/xdocs/download.xml diff --git a/src/documentation/content/xdocs/book.xml b/src/documentation/content/xdocs/book.xml index ec3206526..37d664d29 100644 --- a/src/documentation/content/xdocs/book.xml +++ b/src/documentation/content/xdocs/book.xml @@ -25,14 +25,13 @@ xmlns:xlink="http://www.w3.org/1999/xlink"> - + + + + - - - - - + @@ -44,50 +43,34 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/documentation/content/xdocs/casestudies.xml b/src/documentation/content/xdocs/casestudies.xml index 721f08334..6b3b4e5c9 100644 --- a/src/documentation/content/xdocs/casestudies.xml +++ b/src/documentation/content/xdocs/casestudies.xml @@ -44,10 +44,7 @@ Submitting a Case Study

We are actively seeking case studies for this page (after all it - just started). Andrew C. Oliver (acoliver at apache dot org) has - agreed to have a few T-Shirts printed with the POI logo (once its - chosen) for the first - few best submissions. To submit a case study, either + just started). To submit a case study, either submit a patch for this page or email it to the mailing list diff --git a/src/documentation/content/xdocs/download.xml b/src/documentation/content/xdocs/download.xml new file mode 100755 index 000000000..df54967a9 --- /dev/null +++ b/src/documentation/content/xdocs/download.xml @@ -0,0 +1,125 @@ + + + + + +

+ Apache POI - Download +
+ + +
Downloads +

+ Use the links below to download Apache POI releases from one of our mirrors. + You should verify the integrity + of the files using the signatures and checksums available from this page. +

+
    +
  • Latest stable release: Apache POI 3.5
  • +
  • Release Archive
  • +
+

+ Apache POI releases are available under the Apache License, Version 2.0. + See the NOTICE file contained in each release artifact for applicable copyright attribution notices. +

+
+
28 September 2009 - POI 3.5-FINAL available + +

The Apache POI team is pleased to announce the release of 3.5 FINAL. + This release brings many improvements including support for the new OOXML formats introduced in Office 2007, such as XLSX and DOCX. +

+

A full list of changes is available in the change log. + People interested should also follow the dev list to track progress.

+

+ The POI source release as well as the pre-built binary deployment packages are listed below. + Pre-built versions of all POI components are available in the central Maven repository + under Group ID "org.apache.poi" and Version "3.5-FINAL". +

+
Binary Distribution +
    +
  • poi-bin-3.5-FINAL-20090928.tar.gz ( + 19MB, signed) +
    + MD5 checksum: 8cdf715caca82ef55be8de8ed0fc5a13 +
  • +
  • poi-bin-3.5-FINAL-20090928.zip ( + 26MB, signed) +
    + MD5 checksum: a53fa84cb24c7d4750e77c2bbb2b1d8e +
  • +
+
+
Source Distribution +
    +
  • poi-src-3.5-FINAL-20090928.tar.gz ( + 41MB, signed) +
    + MD5 checksum: 0919fe59b96b8fb852cdcf9b6a627d61 +
  • +
  • poi-src-3.5-FINAL-20090928.zip ( + 51MB, signed) +
    + MD5 checksum: 343a78b54d2ed36093cc0870b167b0f8 +
  • +
+
+
+
Release Archive + +

+ Only current recommended releases are available on the main distribution site and its mirrors. + Older releases are available from the + archive + download site. +

+
+
Verify + +

+ It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. + Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases. +

+

+ The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files + for the relevant release packages. Make sure you get these files from the main distribution directory, + rather than from a mirror. Then verify the signatures using +

+ + % pgpk -a KEYS + % pgpv poi-X.Y.Z.jar.asc + +

or

+ + % pgp -ka KEYS + % pgp poi-X.Y.Z.jar.asc + +

or

+ + % gpg --import KEYS + % gpg --verify poi-X.Y.Z.jar.asc + +
+ +
+ + Copyright (c) @year@ The Apache Software Foundation. All rights reserved. + +
+ diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 9c7f114ea..7532599e1 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -35,14 +35,9 @@

The Apache POI team is pleased to announce the release of 3.5 FINAL. This release brings many improvements including support for the new OOXML formats introduced in Office 2007, such as XLSX and DOCX.

-

A full list of changes is available in the change log

-

The source and binaries can be downloaded from your local mirror. - People interested should also follow the - dev list to track progress.

-

- The release is also available from the central Maven repository - under Group ID "org.apache.poi" and Version "3.5-FINAL". -

+

A full list of changes is available in the change log. + People interested should also follow the dev list to track progress.

+

See the downloads page for more details.

Purpose

@@ -150,6 +145,7 @@ information.

Component map +

The POI distribution consists of several JAR files. Not all of them are needed in every case. The following table shows the relationships between POI components and the JAR files. @@ -159,61 +155,51 @@ Component JAR Maven artifactId - Comment POIFS poi-version-yyyymmdd.jar poi - HPSF poi-version-yyyymmdd.jar poi - HSSF poi-version-yyyymmdd.jar poi - XSSF poi-ooxml-version-yyyymmdd.jar poi-ooxml - since 3.5-beta4 HLSF poi-scratchpad-version-yyyymmdd.jar poi-scratchpad - HWPF poi-scratchpad-version-yyyymmdd.jar poi-scratchpad - HDGF poi-scratchpad-version-yyyymmdd.jar poi-scratchpad - HPBF poi-scratchpad-version-yyyymmdd.jar poi-scratchpad - HSMF poi-scratchpad-version-yyyymmdd.jar poi-scratchpad -

@@ -223,9 +209,8 @@ So you'd like to contribute to the project? Great! We need enthusiastic, hard-working, talented folks to help us on the project in several areas. The first is bug reports and feature requests! The second is documentation - we'll be at your every beck and call if you've got a critique or you'd like to contribute or otherwise improve - the documentation. We could especially use some help documenting the HSSF file format! Last, but not least, we - could use some binary crunching Java coders to chew through the complexity that characterizes Microsoft's file - formats and help us port new ones to a superior Java platform! + the documentation. Last, but not least, we could use some binary crunching Java coders to chew through the + complexity that characterizes Microsoft's file formats and help us port new ones to a superior Java platform!

So if you're motivated, ready, and have the time, join the mail lists and we'll be happy to help you get started on the project! diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml index 7185c3e01..f30245e36 100644 --- a/src/documentation/content/xdocs/status.xml +++ b/src/documentation/content/xdocs/status.xml @@ -34,6 +34,7 @@ + 48087 - avoid NPE in XSSFChartSheet when calling methods of the superclass 48038 - handle reading HWPF stylesheets from non zero offsets When running the "compile-ooxml-xsds" ant task, also generate the source jar for the OOXML Schemas 45672 - improve handling by MissingRecordAwareHSSFListener of records that cover multiple cells (MulBlankRecord and MulRKRecord) diff --git a/src/documentation/content/xdocs/subversion.xml b/src/documentation/content/xdocs/subversion.xml index 9c79be7ff..9f703505d 100644 --- a/src/documentation/content/xdocs/subversion.xml +++ b/src/documentation/content/xdocs/subversion.xml @@ -21,7 +21,7 @@

- Subversion - Source Code Repository + Source Code Repository