Author: hwright
Date: Mon Jul 26 16:48:46 2010
New Revision: 979359
URL: http://svn.apache.org/viewvc?rev=979359&view=rev
Log:
Add the Mouse doap.rdf.
Added:
labs/mouse/doap.rdf
Added: labs/mouse/doap.rdf
URL: http://svn.apache.org/viewvc/labs/mouse/doap.rdf?rev=979359&view=auto
==============================================================================
--- labs/mouse/doap.rdf (added)
+++ labs/mouse/doap.rdf Mon Jul 26 16:48:46 2010
@@ -0,0 +1,35 @@
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns="http://usefulinc.com/ns/doap#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:labs="http://labs.apache.org/doap-ext/1.0#"
+ xmlns:projects="http://projects.apache.org/ns/asfext#">
+<Project rdf:about="http://labs.apache.org/labs#mouse">
+ <name>Mouse</name>
+ <shortname>mouse</shortname>
+ <shortdesc xml:lang="en">A light-weight version of the Apache Release
+Audit Tool (RAT)</shortdesc>
+ <description xml:lang="en">Mouse is a python implementation of the
+Release Audit Tool. As a python script, it doesn't carry the baggage
+of a large set of Java dependencies. The end goal is to create a tool
+which will easily run from a post-commit hook to help evaluate license
+compliance.</description>
+ <homepage rdf:resource="http://labs.apache.org/mouse/"/>
+ <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
+ <created>2010-7-22</created>
+ <labs:status>active</labs:status>
+ <maintainer>
+ <foaf:Person rdf:about="http://people.apache.org/~hwright/#me">
+ <foaf:name>Hyrum Wright</foaf:name>
+ <foaf:homepage rdf:resource="http://people.apache.org/~hwright/"/>
+
<foaf:mbox_sha1sum>765a13ee2323a3d9fec5d3fec268e08a4f81f415</foaf:mbox_sha1sum>
+ </foaf:Person>
+ </maintainer>
+ <repository>
+ <SVNRepository>
+ <location rdf:resource="http://svn.apache.org/repos/asf/labs/mouse/"/>
+ <browse rdf:resource="http://svn.apache.org/viewvc/labs/mouse/"/>
+ </SVNRepository>
+ </repository>
+ <programming-language>python</programming-language>
+</Project>
+</rdf:RDF>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]