This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 0617f9ddd Add back accidentally deleted doap.rdf
0617f9ddd is described below

commit 0617f9dddbd3f508a5d09bd935e2d75a55294d0f
Author: Andor Molnar <[email protected]>
AuthorDate: Wed Jun 24 10:24:38 2026 -0500

    Add back accidentally deleted doap.rdf
---
 content/doap.rdf | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/content/doap.rdf b/content/doap.rdf
new file mode 100644
index 000000000..b7e77626e
--- /dev/null
+++ b/content/doap.rdf
@@ -0,0 +1,45 @@
+<?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="https://zookeeper.apache.org/";>
+    <created>2011-02-06</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"; />
+    <name>Apache ZooKeeper</name>
+    <homepage rdf:resource="https://zookeeper.apache.org/"; />
+    <asfext:pmc rdf:resource="https://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="https://issues.apache.org/jira/browse/ZOOKEEPER"; />
+    <mailing-list rdf:resource="https://zookeeper.apache.org/lists.html"; />
+    <download-page 
rdf:resource="https://www.apache.org/dyn/closer.cgi/zookeeper/"; />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="https://projects.apache.org/category/database"; />
+
+    <repository>
+      <GitRepository>
+        <location 
rdf:resource="https://gitbox.apache.org/repos/asf/zookeeper.git"/>
+        <browse rdf:resource="https://github.com/apache/zookeeper"/>
+      </GitRepository>
+    </repository>
+    
+    <maintainer>
+      <foaf:Person>
+        <foaf:name>Apache ZooKeeper Community</foaf:name>
+        <foaf:mbox rdf:resource="mailto:[email protected]"/>
+      </foaf:Person>
+    </maintainer>
+
+  </Project>
+</rdf:RDF>

Reply via email to