This is an automated email from the ASF dual-hosted git repository.
anmolnar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 6d6ae51ed ZOOKEEPER-5065: Preserve doap.rdf in website builds
6d6ae51ed is described below
commit 6d6ae51edb9741e02869f3b3bd4d5c4090dae574
Author: Yurii Palamarchuk <[email protected]>
AuthorDate: Tue Jul 7 18:23:45 2026 +0200
ZOOKEEPER-5065: Preserve doap.rdf in website builds
Reviewers: anmolnar, PDavid
Author: yuriipalam
Closes #2416 from yuriipalam/ZOOKEEPER-5065
---
zookeeper-website/public/doap.rdf | 54 +++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/zookeeper-website/public/doap.rdf
b/zookeeper-website/public/doap.rdf
new file mode 100644
index 000000000..c37e58084
--- /dev/null
+++ b/zookeeper-website/public/doap.rdf
@@ -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:[email protected]"/>
+ </foaf:Person>
+ </maintainer>
+
+ </Project>
+</rdf:RDF>