[bug-buddy] Add DOAP file



commit c75c31004815a363012cb183fa4bbb69155bf1d4
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 18:25:30 2009 +0200

    Add DOAP file
---
 bug-buddy.doap |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/bug-buddy.doap b/bug-buddy.doap
new file mode 100644
index 0000000..b65447b
--- /dev/null
+++ b/bug-buddy.doap
@@ -0,0 +1,27 @@
+<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">bug-buddy</name>
+  <shortdesc xml:lang="en">Utility to ease the reporting of bugs</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/bug-buddy/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=bug-buddy"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Fernando Herrera</foaf:name>
+      <foaf:mbox rdf:resource="fherrera onirica com" />
+      <gnome:userid>fherrera</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Cosimo Cecchi</foaf:name>
+      <foaf:mbox rdf:resource="cosimoc gnome org" />
+      <gnome:userid>cosimoc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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