]> source.dussan.org Git - poi.git/commitdiff
updated DOAP for POI, this file is used by projects.apache.org to manage a registry...
authorYegor Kozlov <yegor@apache.org>
Tue, 25 Nov 2008 13:18:01 +0000 (13:18 +0000)
committerYegor Kozlov <yegor@apache.org>
Tue, 25 Nov 2008 13:18:01 +0000 (13:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@720488 13f79535-47bb-0310-9956-ffa450edef68

doap_POI.rdf
src/documentation/content/xdocs/index.xml

index 89399a8058bda59dd50e11dba12f4917b9c00b5b..c23ccd156855c47b4079668a3545b8b069c31a37 100644 (file)
@@ -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>
index cbf9d3b3aecadb6294566c1daf18c5a7d9e8991d..150af076ad0cb782df6158b723a437de9940200c 100644 (file)
            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