]> hydra-www.ietfng.org Git - gtetrinet/commitdiff
Add a .doap file and drop obsolete MAINTAINERS list.
authorJordi Mallach <jordi@sindominio.net>
Sun, 1 May 2011 19:16:23 +0000 (21:16 +0200)
committerJordi Mallach <jordi@sindominio.net>
Sun, 1 May 2011 22:39:53 +0000 (00:39 +0200)
MAINTAINERS [deleted file]
gtetrinet.doap [new file with mode: 0644]

diff --git a/MAINTAINERS b/MAINTAINERS
deleted file mode 100644 (file)
index dc84d57..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-Dani Carbonell
-Email: bocata@panete.net
-
-Jordi Mallach
-Email: jordi@sindominio.net
diff --git a/gtetrinet.doap b/gtetrinet.doap
new file mode 100644 (file)
index 0000000..3634612
--- /dev/null
@@ -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>