Repository: zookeeper Updated Branches: refs/heads/asf-site cb8c2e5b9 -> 2b845f0c2
ZOOKEEPER-3212. Added missing doap.rdf file Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/2b845f0c Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/2b845f0c Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/2b845f0c Branch: refs/heads/asf-site Commit: 2b845f0c208e2d276564089dbf8af5cdc2e529db Parents: cb8c2e5 Author: Andor Molnar <[email protected]> Authored: Tue Dec 11 11:02:37 2018 +0100 Committer: Andor Molnar <[email protected]> Committed: Tue Dec 11 11:02:37 2018 +0100 ---------------------------------------------------------------------- content/doap.rdf | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zookeeper/blob/2b845f0c/content/doap.rdf ---------------------------------------------------------------------- diff --git a/content/doap.rdf b/content/doap.rdf new file mode 100644 index 0000000..2c37d36 --- /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://git-wip-us.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>
