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

humbedooh pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kibble-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 6be7a4f  add a DOAP file
6be7a4f is described below

commit 6be7a4f1917830b61c771ee37574738b31b8ee44
Author: Daniel Gruno <humbed...@apache.org>
AuthorDate: Mon Mar 19 11:43:29 2018 +0100

    add a DOAP file
---
 content/doap.rdf | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/content/doap.rdf b/content/doap.rdf
new file mode 100644
index 0000000..59b33d9
--- /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/";>
+<!--
+    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://kibble.apache.org";>
+    <created>2018-03-19</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0"; />
+    <name>Apache Kibble</name>
+    <homepage rdf:resource="https://kibble.apache.org"; />
+    <asfext:pmc rdf:resource="https://kibble.apache.org"; />
+    <shortdesc>Apache Kibble is a suite of tools for collecting, aggregating 
and visualizing activity in software projects. </shortdesc>
+    <description>Apache Kibble is a suite of tools for collecting, aggregating 
and visualizing activity in software projects. </description>
+    <bug-database rdf:resource="https://github.com/apache/kibble/issues"; />
+    <mailing-list 
rdf:resource="https://lists.apache.org/list.html?d...@kibble.apache.org"; />
+    <download-page 
rdf:resource="https://kibble.apache.org/docs/downloads.html"; />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/big-data"; />
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://github.com/apache/kibble.git"/>
+        <browse rdf:resource="https://github.com/apache/kibble"/>
+      </GitRepository>
+    </repository>
+  </Project>
+</rdf:RDF>
+

-- 
To stop receiving notification emails like this one, please contact
humbed...@apache.org.

Reply via email to