Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions zookeeper-website/public/doap.rdf
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<?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/">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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:dev@zookeeper.apache.org"/>
</foaf:Person>
</maintainer>

</Project>
</rdf:RDF>
Loading