You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by bu...@apache.org on 2011/02/07 07:23:27 UTC

svn commit: r784907 - /websites/staging/zookeeper/trunk/content/doap.rdf

Author: buildbot
Date: Mon Feb  7 06:23:26 2011
New Revision: 784907

Log:
Staging update by buildbot

Added:
    websites/staging/zookeeper/trunk/content/doap.rdf

Added: websites/staging/zookeeper/trunk/content/doap.rdf
==============================================================================
--- websites/staging/zookeeper/trunk/content/doap.rdf (added)
+++ websites/staging/zookeeper/trunk/content/doap.rdf Mon Feb  7 06:23:26 2011
@@ -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) 2011 The Apache Software Foundation.  
+   All rights reserved.
+
+  =======================================================================
+-->
+  <Project rdf:about="http://zookeeper.apache.org/">
+    <created>2011-02-06</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache ZooKeeper</name>
+    <homepage rdf:resource="http://zookeeper.apache.org/" />
+    <asfext:pmc rdf:resource="http://zookeeper.apache.org" />
+    <shortdesc>A distributed computing platform.</shortdesc>
+    <description>Apache ZooKeeper is an effort to develop and maintain an open-source server which enables highly reliable distributed coordination.</description>
+    <bug-database rdf:resource="http://issues.apache.org/jira/browse/ZOOKEEPER" />
+    <mailing-list rdf:resource="http://zookeeper.apache.org/lists.html" />
+    <download-page rdf:resource="http://www.apache.org/dyn/closer.cgi/zookeeper/" />
+    <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/zookeeper/"/>
+        <browse rdf:resource="http://svn.apache.org/viewcvs.cgi/zookeeper/"/>
+      </SVNRepository>
+    </repository>
+  </Project>
+</rdf:RDF>