summaryrefslogtreecommitdiffstats
path: root/doap_POI.rdf
blob: 82e45142a71d8fb8f3f1c33aa848d884f958d5b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<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/">
    <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" />
    <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/" />
    <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>
      </Version>
    </release>
    <repository>
      <SVNRepository>
        <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/poi"/>
        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/jakarta/poi/"/>
      </SVNRepository>
    </repository>
  </Project>
</rdf:RDF>