diff options
author | Yegor Kozlov <yegor@apache.org> | 2008-11-25 13:18:01 +0000 |
---|---|---|
committer | Yegor Kozlov <yegor@apache.org> | 2008-11-25 13:18:01 +0000 |
commit | 7c56a088161cb0a629788bd94680b4e31063944e (patch) | |
tree | 63f303e39b137c2cf6c1659e9c4737fb9da0ed17 | |
parent | 9de2e589183dcb1d0a6a92d350961358160e5f43 (diff) | |
download | poi-7c56a088161cb0a629788bd94680b4e31063944e.tar.gz poi-7c56a088161cb0a629788bd94680b4e31063944e.zip |
updated DOAP for POI, this file is used by projects.apache.org to manage a registry of projects housed at the ASF, also added a component map to the main index page
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | doap_POI.rdf | 31 | ||||
-rw-r--r-- | src/documentation/content/xdocs/index.xml | 69 |
2 files changed, 87 insertions, 13 deletions
diff --git a/doap_POI.rdf b/doap_POI.rdf index 89399a8058..c23ccd1568 100644 --- a/doap_POI.rdf +++ b/doap_POI.rdf @@ -3,32 +3,39 @@ <rdf:RDF xml:lang="en" xmlns="http://usefulinc.com/ns/doap#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:asfext="http:projects.apache.org/ns/asfext#"> - <Project rdf:about="http://httpd.apache.org/"> + xmlns:asfext="http://projects.apache.org/ns/asfext#" + xmlns:foaf="http://xmlns.com/foaf/0.1/"> + <Project rdf:about="http://poi.apache.org"> <created>2006-01-26</created> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" /> - <name>Apache Jakarta POI</name> - <homepage rdf:resource="http://jakarta.apache.org/poi/" /> - <asfext:pmc rdf:resource="http://jakarta.apache.org" /> + <name>Apache POI</name> + <homepage rdf:resource="http://poi.apache.org" /> + <asfext:pmc rdf:resource="http://poi.apache.org" /> <shortdesc>Java API To Access Microsoft Format Files</shortdesc> <description>APIs for manipulating various file formats based upon Microsoft's OLE 2 Compound Document format using pure Java. POI is your Java Excel solution as well as your Java Word solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.</description> <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=POI" /> - <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#POI" /> - <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/jakarta/poi/" /> + <mailing-list rdf:resource="http://poi.apache.org/mailinglists.html" /> + <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/poi/" /> <programming-language>Java</programming-language> <category rdf:resource="http://projects.apache.org/category/library" /> <release> <Version> - <name>poi-bin</name> - <created>2004-08-04</created> - <revision>2.5.1-final-20040804</revision> + <name>Apache POI 3.2</name> + <created>2008-10-19</created> + <revision>3.2</revision> </Version> </release> <repository> <SVNRepository> - <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/poi"/> - <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/poi/"/> + <location rdf:resource="http://svn.apache.org/repos/asf/poi/"/> + <browse rdf:resource="http://svn.apache.org/viewvc/poi/"/> </SVNRepository> </repository> + <maintainer> + <foaf:Person> + <foaf:name>Yegor Kozlov</foaf:name> + <foaf:mbox rdf:resource="mailto:yegor@apache.org"/> + </foaf:Person> + </maintainer> </Project> </rdf:RDF> diff --git a/src/documentation/content/xdocs/index.xml b/src/documentation/content/xdocs/index.xml index cbf9d3b3ae..150af076ad 100644 --- a/src/documentation/content/xdocs/index.xml +++ b/src/documentation/content/xdocs/index.xml @@ -165,8 +165,75 @@ href="./hpbf/index.html">the HPBF project page for more information</link>.</p> </section> + <section><title>Component map</title> + <p> + 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. + </p> + <table> + <tr> + <th>Component</th> + <th>JAR</th> + <th>Maven artifactId</th> + <th>Comment</th> + </tr> + <tr> + <td><link href="./poifs/index.html">POIFS</link></td> + <td>poi-version-yyymmdd.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</td> + <td></td> + </tr> + <tr> + <td><link href="./spreadsheet/index.html">HSSF</link></td> + <td>poi-version-yyymmdd.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</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</td> + <td></td> + </tr> + <tr> + <td><link href="./hwpf/index.html">HWPF</link></td> + <td>poi-scratchpad-version-yyymmdd.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</td> + <td></td> + </tr> + <tr> + <td><link href="./hpbf/index.html">HPBF</link></td> + <td>poi-scratchpad-version-yyymmdd.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</td> + <td></td> + </tr> + </table> + </section> </section> - <section><title>Contributing </title> <p> So you'd like to contribute to the project? Great! We need enthusiastic, hard-working, talented folks to help |