[gnome-games-extra-data] Add DOAP file



commit d401205c05cbb0c594c76a04aaf17a0f888f772e
Author: Christian Persch <chpe gnome org>
Date:   Mon May 11 15:55:01 2009 +0200

    Add DOAP file
---
 MAINTAINERS                 |   22 ----------------------
 Makefile.am                 |    1 +
 gnome-games-extra-data.doap |   35 +++++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 22 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644
index 8d996e7..0000000
--- a/MAINTAINERS
+++ /dev/null
@@ -1,22 +0,0 @@
-## 
-# Please note that this file is in a special format required by the SVN administration team.
-##
-# The current maintainers for gnome-games are:
-#
-
-Thomas H.P. Andersen
-E-mail: phomes gmail com
-Userid: thomashpa 
-
-Jason D. Clinton 
-E-mail: me jasonclinton com
-Userid: jclinton
-
-##
-# Past maintainers of gnome-games are:
-##
-# Callum McKenzie <callum spooky-possum org> (versions 2.3 to 2.16)
-# Andreas Røsdal <andreasr gnome org>  (versions 2.16 to 2.19)
-#
-# If blackjack breaks you should probably talk to:
-# William Jon McCann  <mccann jhu edu>
diff --git a/Makefile.am b/Makefile.am
index bc7de10..e9f5a09 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ EXTRA_DIST = \
 	MAINTAINERS	\
 	AUTHORS		\
 	ChangeLog.pre-2-24 \
+	gnome-games-extra-data.doap \
 	$(NULL)
 
 DISTCHECK_CONFIGURE_FLAGS =
diff --git a/gnome-games-extra-data.doap b/gnome-games-extra-data.doap
new file mode 100644
index 0000000..aef8635
--- /dev/null
+++ b/gnome-games-extra-data.doap
@@ -0,0 +1,35 @@
+<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-games-extra-data</name>
+  <shortdesc xml:lang="en">Extra theme art for the GNOME Games collection</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/GnomeGames"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-games/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-games&amp;component=general"; />
+
+  <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>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Thomas H.P. Andersen</foaf:name>
+      <foaf:mbox rdf:resource="mailto:phomes gmail com" />
+      <gnome:userid>thomashpa</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jason D. Clinton</foaf:name>
+      <foaf:mbox rdf:resource="mailto:me jasonclinton com" />
+      <gnome:userid>jclinton</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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