gnome-chess/gnome-chess.doap
2024-06-11 16:01:44 +00:00

30 lines
1.4 KiB
Text

<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-chess</name>
<shortdesc xml:lang="en">Play the classic two-player boardgame of chess</shortdesc>
<description xml:lang="en">Play the classic two-player boardgame of chess</description>
<homepage rdf:resource="https://gitlab.gnome.org/GNOME/gnome-chess" />
<support-forum rdf:resource="https://discourse.gnome.org/tag/games" />
<download-page rdf:resource="http://download.gnome.org/sources/gnome-chess/" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-chess/issues/" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Vala</programming-language>
<maintainer>
<foaf:Person>
<foaf:name>Michael Catanzaro</foaf:name>
<foaf:mbox rdf:resource="mailto:mcatanzaro@gnome.org" />
<gnome:userid>mcatanzaro</gnome:userid>
<foaf:account>
<foaf:OnlineAccount>
<foaf:accountServiceHomepage rdf:resource="https://gitlab.gnome.org"/>
<foaf:accountName>mcatanzaro</foaf:accountName>
</foaf:OnlineAccount>
</foaf:account>
</foaf:Person>
</maintainer>
</Project>