[gtetrinet] Add a .doap file and drop obsolete MAINTAINERS list.



commit a94ece8edc11a15c7602406b2faec3befca2ded7
Author: Jordi Mallach <jordi sindominio net>
Date:   Sun May 1 21:16:23 2011 +0200

    Add a .doap file and drop obsolete MAINTAINERS list.

 MAINTAINERS    |    5 -----
 gtetrinet.doap |   25 +++++++++++++++++++++++++
 2 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/gtetrinet.doap b/gtetrinet.doap
new file mode 100644
index 0000000..3634612
--- /dev/null
+++ b/gtetrinet.doap
@@ -0,0 +1,25 @@
+<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">GTetrinet</name>
+  <shortdesc xml:lang="en">The Tetrinet client for GNOME</shortdesc>
+  <description xml:lang="en">GTetrinet is a clone of Tetrinet, a
+multiplayer tetris variant for Windows. It is compatible with the
+original tetrinet, although you need a separate tetrinet server to create
+your own games.</description>
+  <homepage rdf:resource="http://gtetrinet.sourceforge.net/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtetrinet-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gtetrinet/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gtetrinet"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jordi Mallach</foaf:name>
+      <gnome:userid>jordim</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:jordi sindominio net" />
+    </foaf:Person>
+  </maintainer>
+</Project>



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