[gnome-vfsmm] add doap file



commit a942c686b0abd16380bb49e38a30025ed6b10254
Author: Jonathon Jongsma <jonathon jongsma collabora co uk>
Date:   Wed Apr 22 00:05:47 2009 -0500

    add doap file
---
 MAINTAINERS      |    6 ++++++
 gnome-vfsmm.doap |   19 +++++++++++++++++++
 2 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
new file mode 100644
index 0000000..f77dfce
--- /dev/null
+++ b/MAINTAINERS
@@ -0,0 +1,6 @@
+Murray Cumming
+E-mail: murrayc murrayc com
+Userid: murrayc
+
+Please use the mailing list (gtkmm-list gnome org) instead of emailing developers directly.
+
diff --git a/gnome-vfsmm.doap b/gnome-vfsmm.doap
new file mode 100644
index 0000000..4913011
--- /dev/null
+++ b/gnome-vfsmm.doap
@@ -0,0 +1,19 @@
+<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">gnome-vfsmm</name>
+  <shortdesc xml:lang="en">C++ bindings for gnome-vfs</shortdesc>
+  <homepage rdf:resource="http://www.gtkmm.org/"; />
+  <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Murray Cumming</foaf:name>
+      <foaf:mbox rdf:resource="murrayc murrayc com" />
+      <gnome:userid>murrayc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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