You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2010/05/08 19:53:59 UTC

svn commit: r942424 - /lucene/tika/site/src/site/resources/doap.rdf

Author: mattmann
Date: Sat May  8 17:53:59 2010
New Revision: 942424

URL: http://svn.apache.org/viewvc?rev=942424&view=rev
Log:
- fix for TIKA-421 DOAP file to recognize Tika on projects.a.o

Added:
    lucene/tika/site/src/site/resources/doap.rdf

Added: lucene/tika/site/src/site/resources/doap.rdf
URL: http://svn.apache.org/viewvc/lucene/tika/site/src/site/resources/doap.rdf?rev=942424&view=auto
==============================================================================
--- lucene/tika/site/src/site/resources/doap.rdf (added)
+++ lucene/tika/site/src/site/resources/doap.rdf Sat May  8 17:53:59 2010
@@ -0,0 +1,79 @@
+<?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/">
+<!--
+  =======================================================================
+
+   Copyright (c) 2010 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://tika.apache.org">
+    <created>2007-03-22</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache Tika</name>
+    <homepage rdf:resource="http://tika.apache.org" />
+    <asfext:pmc rdf:resource="http://tika.apache.org" />
+    <shortdesc>Apache Tika is a toolkit for detecting and extracting metadata and structured 
+    text content from various documents using existing parser libraries. 
+    </shortdesc>
+    <description>Apache Tika is an ASFv2 licensed open source toolkit for extracting information 
+    from digital documents. Tika allows search engines, content management systems and other 
+    applications that work with various kinds of digital documents to easily detect and extract 
+    metadata and content from all major file formats.
+    </description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/TIKA" />
+    <mailing-list rdf:resource="http://tika.apache.org/mail-lists.html" />
+    <download-page rdf:resource="http://tika.apache.org/download.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/library" />
+    <release>
+      <Version>
+        <name>Apache Tika 0.7</name>
+        <created>2009-04-02</created>
+        <revision>0.7</revision>
+      </Version>
+      <Version>
+        <name>Apache Tika 0.6</name>
+        <created>2010-01-30</created>
+        <revision>0.6</revision>
+      </Version>      
+      <Version>
+        <name>Apache Tika 0.5</name>
+        <created>2009-11-10</created>
+        <revision>0.5</revision>
+      </Version> 
+      <Version>
+        <name>Apache Tika 0.4</name>
+        <created>2009-07-29</created>
+        <revision>0.4</revision>
+      </Version>              	
+      <Version>
+        <name>Apache Tika 0.3</name>
+        <created>2009-03-19</created>
+        <revision>0.3</revision>
+      </Version>              	
+      <Version>
+        <name>Apache Tika 0.2</name>
+        <created>2008-12-09</created>
+        <revision>0.2</revision>
+      </Version>
+      <Version>
+        <name>Apache Tika 0.1-incubating</name>
+        <created>2007-12-27</created>
+        <revision>0.1-incubating</revision>
+      </Version>
+    </release>
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/tika/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/tika/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>