Repository: kudu
Updated Branches:
  refs/heads/gh-pages 875f4cd09 -> ff77a646a


[site] Add DOAP file to web root

DOAP is a "Description of a Project" file in RDF format[1] that might
not be as widely used as originally intended, but it's still nice to
have for some tools that still use it

[1] https://projects.apache.org/doap.html

Change-Id: Ie5131a0d88e37930f9b8065223a5f1b3c3262323
Reviewed-on: http://gerrit.cloudera.org:8080/11233
Reviewed-by: Grant Henke <granthe...@apache.org>
Tested-by: Grant Henke <granthe...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu/commit/ff77a646
Tree: http://git-wip-us.apache.org/repos/asf/kudu/tree/ff77a646
Diff: http://git-wip-us.apache.org/repos/asf/kudu/diff/ff77a646

Branch: refs/heads/gh-pages
Commit: ff77a646a2e9236ff26eb1214e566560bed14eaa
Parents: 875f4cd
Author: Attila Bukor <abu...@apache.org>
Authored: Wed Aug 15 19:22:15 2018 +0200
Committer: Attila Bukor <abu...@apache.org>
Committed: Wed Aug 15 17:50:39 2018 +0000

----------------------------------------------------------------------
 doap_Kudu.rdf | 43 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu/blob/ff77a646/doap_Kudu.rdf
----------------------------------------------------------------------
diff --git a/doap_Kudu.rdf b/doap_Kudu.rdf
new file mode 100644
index 0000000..8736043
--- /dev/null
+++ b/doap_Kudu.rdf
@@ -0,0 +1,43 @@
+<?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://kudu.apache.org";>
+    <created>2018-08-15</created>
+    <license rdf:resource="https://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Kudu</name>
+    <homepage rdf:resource="https://kudu.apache.org"; />
+    <asfext:pmc rdf:resource="https://kudu.apache.org"; />
+    <bug-database 
rdf:resource="https://issues.apache.org/jira/projects/KUDU/issues"; />
+    <mailing-list rdf:resource="https://kudu.apache.org/community.html"; />
+    <download-page rdf:resource="https://kudu.apache.org/releases/"; />
+    <programming-language>C++</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"; />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="git://git.apache.org/kudu.git"/>
+        <browse rdf:resource="https://github.com/apache/kudu"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
+

Reply via email to