You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2014/06/13 20:28:28 UTC

svn commit: r1602486 - /allura/doap_Allura.rdf

Author: brondsem
Date: Fri Jun 13 18:28:28 2014
New Revision: 1602486

URL: http://svn.apache.org/r1602486
Log:
add DOAP file for projects.apache.org

Added:
    allura/doap_Allura.rdf

Added: allura/doap_Allura.rdf
URL: http://svn.apache.org/viewvc/allura/doap_Allura.rdf?rev=1602486&view=auto
==============================================================================
--- allura/doap_Allura.rdf (added)
+++ allura/doap_Allura.rdf Fri Jun 13 18:28:28 2014
@@ -0,0 +1,42 @@
+<?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/"
+         xmlns:owl="http://www.w3.org/2002/07/owl#"
+         >
+<!--
+    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://allura.apache.org">
+    <created>2014-06-13</created>
+    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
+    <name>Apache Allura</name>
+    <homepage rdf:resource="http://allura.apache.org" />
+    <asfext:pmc rdf:resource="http://allura.apache.org" />
+    <shortdesc>Forge software for hosting software projects</shortdesc>
+    <description>Apache Allura is an open source implementation of a software "forge", a web site that manages source code repositories, bug reports, discussions, wiki pages, blogs and more for any number of individual projects.</description>
+    <bug-database rdf:resource="https://sourceforge.net/p/allura/tickets/" />
+    <mailing-list rdf:resource="http://mail-archives.apache.org/mod_mbox/allura-dev/" />
+    <download-page rdf:resource="http://allura.apache.org/" />
+    <programming-language>Python</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/content" />
+
+    <owl:sameAs rdf:resource="https://forge-allura.apache.org/rest/p/allura?doap#"/>
+  </Project>
+</rdf:RDF>