[libegg] Add DOAP file



commit bba9eef23010ce6d19743c5fcd5fd507d1d0c5c4
Author: Christian Persch <chpe gnome org>
Date:   Tue May 12 14:27:08 2009 +0200

    Add DOAP file
---
 MAINTAINERS |    6 ------
 Makefile.am |    2 ++
 libegg.doap |   26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+), 6 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index a130ab7..0000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,6 +0,0 @@
-# For libegg/toolbareditor:
-Christian Persch
-Email: chpe gnome org
-Userid: chpe
-
-# More people here for the other components
diff --git a/Makefile.am b/Makefile.am
index c184650..d46288c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,3 @@
 SUBDIRS = libegg doc
+
+EXTRA_DIST = libegg.doap
diff --git a/libegg.doap b/libegg.doap
new file mode 100644
index 0000000..dfd1db9
--- /dev/null
+++ b/libegg.doap
@@ -0,0 +1,26 @@
+<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">EGG library</name>
+  <shortdesc xml:lang="en">Incubator for GTK+ enhancements</shortdesc>
+
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-devel-list"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libegg"/>
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <!-- toolbar-editor -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Persch</foaf:name>
+      <foaf:mbox rdf:resource="mailto:chpe%40gnome.org"; />
+      <gnome:userid>chpe</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <!-- FIXME: add the maintainers of the other parts here! -->
+
+</Project>



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