diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-12-04 07:29:58 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-12-04 07:29:58 +0000 |
commit | 5f02a46753c8757cb60e29c7421de4c6daae0921 (patch) | |
tree | 9e919c7761ad17a14435ea699ea904ce70941655 /src/documentation | |
parent | fa802fe23c1136258f049b9926af1ddede61c083 (diff) | |
download | poi-5f02a46753c8757cb60e29c7421de4c6daae0921.tar.gz poi-5f02a46753c8757cb60e29c7421de4c6daae0921.zip |
updated status on the index page, also added a script to upload signatures for maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@723232 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/documentation')
-rw-r--r-- | src/documentation/content/xdocs/index.xml | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index 150af076ad..572c29a463 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -31,18 +31,22 @@ </header> <body> - <section><title>POI 3.5 beta 3, and Office Open XML Support (2008-07-18)</title> + <section><title>POI 3.5 beta 4, and Office Open XML Support (2008-12-01)</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 3</link> + <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">POI 3.5 beta 4</link> the source and binaries from their <link href="http://www.apache.org/dyn/closer.cgi/poi/dev/">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-beta4". + </p> </section> <section><title>POI 3.2-FINAL Released (2008-10-19)</title> <p> @@ -179,55 +183,55 @@ </tr> <tr> <td><link href="./poifs/index.html">POIFS</link></td> - <td>poi-version-yyymmdd.jar</td> + <td>poi-version-yyyymmdd.jar</td> <td>poi</td> <td></td> </tr> <tr> <td><link href="./hpsf/index.html">HPSF</link></td> - <td>poi-version-yyymmdd.jar</td> + <td>poi-version-yyyymmdd.jar</td> <td>poi</td> <td></td> </tr> <tr> <td><link href="./spreadsheet/index.html">HSSF</link></td> - <td>poi-version-yyymmdd.jar</td> + <td>poi-version-yyyymmdd.jar</td> <td>poi</td> <td></td> </tr> <tr> <td><link href="./spreadsheet/index.html">XSSF</link></td> - <td>poi-ooxml-version-yyymmdd.jar</td> + <td>poi-ooxml-version-yyyymmdd.jar</td> <td>poi-ooxml</td> <td>since 3.5-beta4</td> </tr> <tr> <td><link href="./slideshow/index.html">HLSF</link></td> - <td>poi-scratchpad-version-yyymmdd.jar</td> + <td>poi-scratchpad-version-yyyymmdd.jar</td> <td>poi-scratchpad</td> <td></td> </tr> <tr> <td><link href="./hwpf/index.html">HWPF</link></td> - <td>poi-scratchpad-version-yyymmdd.jar</td> + <td>poi-scratchpad-version-yyyymmdd.jar</td> <td>poi-scratchpad</td> <td></td> </tr> <tr> <td><link href="./hdgf/index.html">HDGF</link></td> - <td>poi-scratchpad-version-yyymmdd.jar</td> + <td>poi-scratchpad-version-yyyymmdd.jar</td> <td>poi-scratchpad</td> <td></td> </tr> <tr> <td><link href="./hpbf/index.html">HPBF</link></td> - <td>poi-scratchpad-version-yyymmdd.jar</td> + <td>poi-scratchpad-version-yyyymmdd.jar</td> <td>poi-scratchpad</td> <td></td> </tr> <tr> <td><link href="./hsmf/index.html">HSMF</link></td> - <td>poi-scratchpad-version-yyymmdd.jar</td> + <td>poi-scratchpad-version-yyyymmdd.jar</td> <td>poi-scratchpad</td> <td></td> </tr> |