-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathastrognome.doap
More file actions
17 lines (17 loc) · 856 Bytes
/
astrognome.doap
File metadata and controls
17 lines (17 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Astrognome</name>
<shortdesc xml:lang="en">Astrologers’ software</shortdesc>
<homepage rdf:resource="http://gergely.polonkai.eu/astrognome/" />
<!--mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/evince-list" /-->
<download-page rdf:resource="http://gergely.polonkai.eu/astrognome/download/" />
<bug-database rdf:resource="https://github.com/gergelypolonkai/astrognome/issues" />
<category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
<maintainer>
<foaf:Person>
<foaf:name>Gergely Polonkai</foaf:name>
<foaf:mbox rdf:resource="mailto:gergely@polonkai.eu" />
</foaf:Person>
</maintainer>
</Project>