forked from trams242/gtetrinet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
gtetrinet.doap
32 lines (30 loc) · 1.36 KB
/
gtetrinet.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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">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:[email protected]" />
</foaf:Person>
</maintainer>
<maintainer>
<foaf:Person>
<foaf:name>Ignacio Casal Quinteiro</foaf:name>
<gnome:userid>icq</gnome:userid>
<foaf:mbox rdf:resource="mailto:[email protected]" />
</foaf:Person>
</maintainer>
</Project>