-
Notifications
You must be signed in to change notification settings - Fork 1
/
gdx.doap
22 lines (20 loc) · 1.1 KB
/
gdx.doap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
<name>Gdx</name>
<shortname>gdx</shortname>
<shortdesc>Dx cluster client</shortdesc>
<description>A DX Cluster telnet client for gnome</description>
<homepage rdf:resource="https://github.com/phastmike/gdx" />
<wiki rdf:resource="https://github.com/phastmike/gdx/wiki" />
<download-page rdf:resource="https://github.com/phastmike/gdx/releases" />
<bug-database rdf:resource="https://github.com/phastmike/gdx/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#apps" />
<programming-language>Vala</programming-language>
<license rdf:resource="http://usefulinc.com/doap/licenses/mit" />
<maintainer>
<foaf:Person>
<foaf:name>José Miguel Fonte</foaf:name>
<foaf:homepage rdf:resource="https://github.com/phastmike/"/>
<foaf:mbox_sha1sum>00ec9c229b56561a96421635c133102cf2c16353</foaf:mbox_sha1sum>
</foaf:Person>
</maintainer>
</Project>