[bugzilla-newer] Add doap file.



commit 612d682f7880edf4411d853ccdca2944f567a734
Author: Olav Vitters <olav bkor dhs org>
Date:   Mon Apr 20 16:13:19 2009 +0200

    Add doap file.
---
 bugzilla-newer.doap |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/bugzilla-newer.doap b/bugzilla-newer.doap
new file mode 100644
index 0000000..ed5c588
--- /dev/null
+++ b/bugzilla-newer.doap
@@ -0,0 +1,33 @@
+<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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">pango</name>
+  <shortdesc xml:lang="en">Customized version of Bugzilla 2.20</shortdesc>
+  <homepage rdf:resource="http://bugzilla.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/bugzilla-devel-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Olav Vitters</foaf:name>
+      <foaf:mbox rdf:resource="olav bkor dhs org" />
+      <gnome:userid>ovitters</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Elijah Newren</foaf:name>
+      <foaf:mbox rdf:resource="newren gmail com" />
+      <gnome:userid>newren</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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