-
Notifications
You must be signed in to change notification settings - Fork 51
/
Copy pathxiphos.doap.rdf
34 lines (34 loc) · 1.84 KB
/
xiphos.doap.rdf
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
33
34
<?xml version="1.0" encoding="iso-8859-15"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/1999/PR-rdf-schema-19990303#"
xmlns:doap="http://usefulinc.com/ns/doap#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xml:lang="en">
<doap:Project>
<doap:name>Xiphos</doap:name>
<doap:shortname>Xiphos</doap:shortname>
<doap:homepage rdf:resource="https://github.com/crosswire/xiphos"/>
<doap:created>2000-09-05</doap:created>
<doap:description>Xiphos is a Bible study application for GNOME. It is based on SWORD by the CrossWire Bible Society, a framework providing the possibility to study the Bible and additional information like commentaries, dictionaries and other texts using your computer. Xiphos lets you read, search, add formatted notes to verses, bookmark passages, and reference commentary and lexicon modules.</doap:description>
<doap:shortdesc>Xiphos is a Bible study application for GNOME.</doap:shortdesc>
<doap:bug-database rdf:resource="https://github.com/crosswire/xiphos/issues"/>
<doap:mailing-list rdf:resource="https://crosswire.org/mailman/listinfo"/>
<doap:screenshots rdf:resource="http://xiphos.org"/>
<doap:programming-language>C</doap:programming-language>
<doap:programming-language>C++</doap:programming-language>
<doap:license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
<doap:download-page rdf:resource="https://github.com/crosswire/xiphos/releases"/>
<doap:maintainer>
<foaf:Person>
<foaf:name>Karl Kleinpaste</foaf:name>
<foaf:nick>karlkleinpaste</foaf:nick>
</foaf:Person>
</doap:maintainer>
<doap:repository>
<doap:GITRepository>
<doap:browse rdf:resource="https://github.com/crosswire/xiphos/"/>
</doap:CVSRepository>
</doap:repository>
</doap:Project>
</rdf:RDF>