diff options
author | Yegor Kozlov <yegor@apache.org> | 2009-09-28 09:51:52 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2009-09-28 09:51:52 +0000 |
commit | 41853d1f8e88b28b9e4ea0940df31d63f32f1d9c (patch) | |
tree | b737511865e1b993dc8213207ffb27f7133db08a | |
parent | 5eeaeff15383573bf258d8b3050db41b86fd8b13 (diff) | |
download | poi-41853d1f8e88b28b9e4ea0940df31d63f32f1d9c.tar.gz poi-41853d1f8e88b28b9e4ea0940df31d63f32f1d9c.zip |
updated index.html to reflect current release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@819486 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/content/xdocs/index.xml | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index f517472d14..9c7f114ea7 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -31,39 +31,19 @@ </header> <body> - <section><title>POI 3.5 beta 6, and Office Open XML Support (2009-06-22)</title> - <p>We are currently working to support the new Office Open XML - file formats, such as XLSX and PPTX, which were introduced in - Office 2007.</p> - <p>Development for this is in a svn branch, but we are please to - announce our first preview release containing this support. - Users interested in the OOXML support should download the - <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 6</link> - the source and binaries from their - <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">local mirror</link>. + <section><title>28 September 2009 - POI 3.5-FINAL available</title> + <p>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. + </p> + <p>A full list of changes is available in the <link href="changes.html">change log</link></p> + <p>The source and binaries can be downloaded from your <link href="http://www.apache.org/dyn/closer.cgi/poi/release/">local mirror</link>. People interested should also follow the <link href="mailinglists.html">dev list</link> to track progress.</p> <p> The release is also available from the central Maven repository - under Group ID "org.apache.poi" and Version "3.5-beta6". + under Group ID "org.apache.poi" and Version "3.5-FINAL". </p> </section> - <section><title>POI 3.2-FINAL Released (2008-10-19)</title> - <p> - The POI team is pleased to announce the release of 3.2 FINAL, the latest release of Apache POI. - There have been many important bug fixes since the 3.1 release and a lot of new features. - </p><p> A full list of changes is available in - <link href="./changes.html">the changelog</link>, and - <link href="http://www.apache.org/dyn/closer.cgi/poi/release/">download</link> - the source and binaries from your - <link href="http://www.apache.org/dyn/closer.cgi/poi/release/">local mirror</link>. - </p> - <p> - The release is also available from the central Maven repository - under Group ID "org.apache.poi" and Version "3.2-FINAL". - </p> - </section> - <section><title>Purpose</title> <p> The POI project consists of APIs for manipulating various file formats |