aboutsummaryrefslogtreecommitdiffstats
path: root/doap_POI.rdf
blob: e0123c2a84b5b513b5c2451527c6609f71c9a6f5 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<?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#"
         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 POI</name>
    <homepage rdf:resource="http://poi.apache.org" />
    <asfext:pmc rdf:resource="http://poi.apache.org" />
    <shortdesc>Java API To Access Microsoft Document File Formats</shortdesc>
    <description>APIs for manipulating various file formats based upon Open Office XML (ECMA-376) and Microsoft's OLE 2 Compound Document formats using pure Java. Apache POI is your Java Excel, Word and PowerPoint solution. We have a complete API for porting other OOXML and 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://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/content" />
    <category rdf:resource="http://projects.apache.org/category/library" />
    <release>
      <Version>
        <name>Apache POI 3.9</name>
        <created>2012-12-03</created>
        <revision>3.9</revision>
      </Version>
      <Version>
        <name>Apache POI 3.8</name>
        <created>2012-03-26</created>
        <revision>3.8</revision>
      </Version>
      <Version>
        <name>Apache POI 3.7</name>
        <created>2010-10-29</created>
        <revision>3.7</revision>
      </Version>
      <Version>
        <name>Apache POI 3.6</name>
        <created>2009-12-14</created>
        <revision>3.6</revision>
      </Version>
    </release>
    <release>
      <Version>
        <name>Apache POI 3.5</name>
        <created>2009-09-28</created>
        <revision>3.5</revision>
      </Version>
    </release>
    <release>
      <Version>
        <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/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>