[bugzilla-gnome-org-extensions] Add a MAINTAINERS file and DOAP file



commit b31a7e694f6b0974df5009c8724e32e32245ceb2
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Mon Oct 12 18:05:06 2009 -0400

    Add a MAINTAINERS file and DOAP file
    
    Add files to describe maintainership to git.gnome.org infrastructure.

 MAINTAINERS   |    3 +++
 splinter.doap |   21 +++++++++++++++++++++
 2 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..d945e48
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,3 @@
+Owen Taylor
+E-mail: otaylor fishsoup net
+Userid: otaylor
diff --git a/splinter.doap b/splinter.doap
new file mode 100644
index 0000000..aa36c50
--- /dev/null
+++ b/splinter.doap
@@ -0,0 +1,21 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";
+         xmlns:gnome="http://api.gnome.org/doap-extensions#";
+         xmlns="http://usefulinc.com/ns/doap#";>
+
+  <name xml:lang="en">Splinter</name>
+  <shortdesc xml:lang="en">Patch review add-on for Bugzilla</shortdesc>
+  <homepage rdf:resource="http://fishsoup.net/software/splinter"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=splinter"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Owen Taylor</foaf:name>
+      <foaf:mbox rdf:resource="mailto:otaylor fishsoup net" />
+      <gnome:userid>otaylor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]