You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by bo...@apache.org on 2011/11/15 18:11:14 UTC

svn commit: r1202306 - /incubator/rat/main/doap_RAT.rdf

Author: bodewig
Date: Tue Nov 15 17:11:14 2011
New Revision: 1202306

URL: http://svn.apache.org/viewvc?rev=1202306&view=rev
Log:
Basic DOAP file for RAT

Added:
    incubator/rat/main/doap_RAT.rdf   (with props)

Added: incubator/rat/main/doap_RAT.rdf
URL: http://svn.apache.org/viewvc/incubator/rat/main/doap_RAT.rdf?rev=1202306&view=auto
==============================================================================
--- incubator/rat/main/doap_RAT.rdf (added)
+++ incubator/rat/main/doap_RAT.rdf Tue Nov 15 17:11:14 2011
@@ -0,0 +1,60 @@
+<?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://incubator.apache.org/rat/">
+    <created>2011-11-15</created>
+    <license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
+    <name>Apache RAT</name>
+    <homepage rdf:resource="http://incubator.apache.org/rat/" />
+    <asfext:pmc rdf:resource="http://incubator.apache.org" />
+    <shortdesc>Apache Release Audit Tool (RAT) is a tool to improve accuracy and efficiency when checking releases.</shortdesc>
+    <description>Release Audit Tool (RAT) is a tool to improve accuracy and efficiency when checking releases. It is heuristic in nature: making guesses about possible problems. It will produce false positives and cannot find every possible issue with a release. It's reports require interpretation.
+
+RAT was developed in response to a need felt in the Apache Incubator to be able to review releases for the most common faults less labour intensively. It is therefore highly tuned to the Apache style of releases.</description>
+    <bug-database rdf:resource="https://issues.apache.org/jira/browse/RAT" />
+    <mailing-list rdf:resource="http://incubator.apache.org/rat/mail-lists.html" />
+    <download-page rdf:resource="http://incubator.apache.org/rat/downloads.html" />
+    <programming-language>Java</programming-language>
+    <category rdf:resource="http://projects.apache.org/category/build-management" />
+    <repository>
+      <SVNRepository>
+        <location rdf:resource="http://svn.apache.org/repos/asf/incubator/rat/main/trunk/"/>
+        <browse rdf:resource="http://svn.apache.org/viewvc/incubator/rat/main/trunk/"/>
+      </SVNRepository>
+    </repository>
+    <release>
+      <Version>
+        <name>Apache RAT Incubating 0.7</name>
+        <created>2010-08-10</created>
+        <revision>0.7</revision>
+      </Version>
+    </release>
+    <release>
+      <Version>
+        <name>Apache RAT Incubating 0.8</name>
+        <created>2011-11-15</created>
+        <revision>0.8</revision>
+      </Version>
+    </release>
+  </Project>
+</rdf:RDF>

Propchange: incubator/rat/main/doap_RAT.rdf
------------------------------------------------------------------------------
    svn:eol-style = native