You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by yu...@apache.org on 2014/04/11 04:05:01 UTC

svn commit: r1586532 - /ambari/site/doap.rdf

Author: yusaku
Date: Fri Apr 11 02:05:01 2014
New Revision: 1586532

URL: http://svn.apache.org/r1586532
Log:
Added DOAP file.

Added:
    ambari/site/doap.rdf

Added: ambari/site/doap.rdf
URL: http://svn.apache.org/viewvc/ambari/site/doap.rdf?rev=1586532&view=auto
==============================================================================
--- ambari/site/doap.rdf (added)
+++ ambari/site/doap.rdf Fri Apr 11 02:05:01 2014
@@ -0,0 +1,58 @@
+<?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="http://ambari.apache.org">
+        <created>2014-04-10</created>
+        <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+        <name>Apache Ambari</name>
+        <homepage rdf:resource="http://ambari.apache.org" />
+        <asfext:pmc rdf:resource="http://ambari.apache.org" />
+        <description>Apache Ambari makes Hadoop cluster provisioning, managing, and monitoring dead simple.</description>
+        <bug-database rdf:resource="https://issues.apache.org/jira/browse/AMBARI" />
+        <mailing-list rdf:resource="http://ambari.apache.org/mail-lists.html" />
+        <programming-language>Java</programming-language>
+        <programming-language>Python</programming-language>
+        <programming-language>JavaScript</programming-language>
+        <category rdf:resource="http://projects.apache.org/category/database" />
+        <release>
+            <Version>
+                <name>Apache Ambari</name>
+                <created>2014-04-08</created>
+                <revision>1.5.0</revision>
+            </Version>
+        </release>
+        <repository>
+            <GitRepository>
+                <location rdf:resource="https://git-wip-us.apache.org/repos/asf/ambari.git"/>
+                <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=ambari.git"/>
+            </GitRepository>
+        </repository>
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>Yusaku Sako</foaf:name>
+                <foaf:mbox rdf:resource="mailto:yusaku@apache.org"/>
+            </foaf:Person>
+        </maintainer>
+    </Project>
+</rdf:RDF>
+