You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cu...@apache.org on 2006/02/28 18:20:10 UTC

svn commit: r381714 - /lucene/hadoop/trunk/site/doap.rdf

Author: cutting
Date: Tue Feb 28 09:20:07 2006
New Revision: 381714

URL: http://svn.apache.org/viewcvs?rev=381714&view=rev
Log:
Add a DOAP description for hadoop.

Added:
    lucene/hadoop/trunk/site/doap.rdf

Added: lucene/hadoop/trunk/site/doap.rdf
URL: http://svn.apache.org/viewcvs/lucene/hadoop/trunk/site/doap.rdf?rev=381714&view=auto
==============================================================================
--- lucene/hadoop/trunk/site/doap.rdf (added)
+++ lucene/hadoop/trunk/site/doap.rdf Tue Feb 28 09:20:07 2006
@@ -0,0 +1,36 @@
+<?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) 2006 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://Hadooop.rdf.apache.org/">
+    <created>2006-02-28</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>http://Hadooop</name>
+    <homepage rdf:resource="http://lucene.apache.org/hadoop/" />
+    <asfext:pmc rdf:resource="http://lucene.apache.org" />
+    <shortdesc>A distributed computing platform.</shortdesc>
+    <description>Hadoop is a Lucene sub-project that contains the distributed computing platform that was formerly a part of Nutch. This includes the Hadoop Distributed Filesystem (HDFS) and an implementation of MapReduce.</description>
+    <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
+    <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
+    <download-page rdf:resource="http://cvs.apache.org/dist/lucene/hadoop/nightly/" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/database" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>