[gnome-games-deprecated] Add DOAP file
- From: Christian Persch <chpe src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-games-deprecated] Add DOAP file
- Date: Mon, 11 May 2009 09:59:21 -0400 (EDT)
commit 879729aa8d1832d8199184a894b46f0f0fc02bd4
Author: Christian Persch <chpe gnome org>
Date: Mon May 11 15:58:47 2009 +0200
Add DOAP file
---
MAINTAINERS | 22 ----------------------
Makefile.am | 3 ++-
gnome-games-deprecated.doap | 32 ++++++++++++++++++++++++++++++++
3 files changed, 34 insertions(+), 23 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 4bcd042..afcc3b0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ EXTRA_DIST = \
autogen.sh \
COPYING-DOCS \
MAINTAINERS \
- HACKING
+ HACKING \
+ gnome-games-deprecated.doap
# sgmldocs.make
# game-docs.make
diff --git a/gnome-games-deprecated.doap b/gnome-games-deprecated.doap
new file mode 100644
index 0000000..7e7ab64
--- /dev/null
+++ b/gnome-games-deprecated.doap
@@ -0,0 +1,32 @@
+<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-deprecated</name>
+ <shortdesc xml:lang="en">Graveyard for obsolete games from the GNOME Games collection</shortdesc>
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list" />
+
+ <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]