doap.rdf 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. xmlns:foaf="http://xmlns.com/foaf/0.1/">
  8. <!--
  9. =======================================================================
  10. Copyright (c) 2006 The Apache Software Foundation.
  11. All rights reserved.
  12. =======================================================================
  13. -->
  14. <Project rdf:about="http://lucene.apache.org/hadoop/">
  15. <created>2006-02-28</created>
  16. <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
  17. <name>Apache Hadoop</name>
  18. <homepage rdf:resource="http://lucene.apache.org/hadoop/" />
  19. <asfext:pmc rdf:resource="http://lucene.apache.org" />
  20. <shortdesc>A distributed computing platform.</shortdesc>
  21. <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>
  22. <bug-database rdf:resource="http://nagoya.apache.org/jira/browse/HADOOP" />
  23. <mailing-list rdf:resource="http://lucene.apache.org/hadoop/mailing_lists.html" />
  24. <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/lucene/hadoop/" />
  25. <programming-language>Java</programming-language>
  26. <category rdf:resource="http://projects.apache.org/category/database" />
  27. <release>
  28. <Version>
  29. <branch>branch-0.1</branch>
  30. <name>nutch-0.1.1</name>
  31. <created>2006-04-07</created>
  32. <revision>0.1.1</revision>
  33. </Version>
  34. </release>
  35. <repository>
  36. <SVNRepository>
  37. <location rdf:resource="http://svn.apache.org/repos/asf/lucene/hadoop/"/>
  38. <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/lucene/hadoop/"/>
  39. </SVNRepository>
  40. </repository>
  41. </Project>
  42. </rdf:RDF>