You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

doap_POI.rdf 1.8KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl"?>
  3. <rdf:RDF xml:lang="en"
  4. xmlns="http://usefulinc.com/ns/doap#"
  5. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  6. xmlns:asfext="http:projects.apache.org/ns/asfext#">
  7. <Project rdf:about="http://httpd.apache.org/">
  8. <created>2006-01-26</created>
  9. <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
  10. <name>Apache Jakarta POI</name>
  11. <homepage rdf:resource="http://jakarta.apache.org/poi/" />
  12. <asfext:pmc rdf:resource="http://jakarta.apache.org" />
  13. <shortdesc>Java API To Access Microsoft Format Files</shortdesc>
  14. <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>
  15. <bug-database rdf:resource="http://issues.apache.org/bugzilla/buglist.cgi?product=POI" />
  16. <mailing-list rdf:resource="http://jakarta.apache.org/site/mail2.html#POI" />
  17. <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/jakarta/poi/" />
  18. <programming-language>Java</programming-language>
  19. <category rdf:resource="http://projects.apache.org/category/library" />
  20. <release>
  21. <Version>
  22. <name>poi-bin</name>
  23. <created>2004-08-04</created>
  24. <revision>2.5.1-final-20040804</revision>
  25. </Version>
  26. </release>
  27. <repository>
  28. <SVNRepository>
  29. <location rdf:resource="http://svn.apache.org/repos/asf/jakarta/poi"/>
  30. <browse rdf:resource="http://svn.apache.org/viewvc/jakarta/poi/"/>
  31. </SVNRepository>
  32. </repository>
  33. </Project>
  34. </rdf:RDF>