~ubuntu-branches/ubuntu/oneiric/xiphos/oneiric

« back to all changes in this revision

Viewing changes to xiphos.doap.rdf

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101125212648-mc64wvs0nw3xp7bx
Tags: 3.1.4-1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-15"?>
 
2
<rdf:RDF 
 
3
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
 
4
  xmlns:rdfs="http://www.w3.org/1999/PR-rdf-schema-19990303#" 
 
5
  xmlns:doap="http://usefulinc.com/ns/doap#" 
 
6
  xmlns:foaf="http://xmlns.com/foaf/0.1/" 
 
7
  xml:lang="en">
 
8
  <doap:Project>
 
9
    <doap:name>Xiphos</doap:name>
 
10
    <doap:shortname>Xiphos</doap:shortname>
 
11
    <doap:homepage rdf:resource="http://xiphos.sourceforge.net"/>
 
12
    <doap:created>2000-09-05</doap:created>
 
13
    <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>
 
14
    <doap:shortdesc>Xiphos is a Bible study application for GNOME.</doap:shortdesc>
 
15
    <doap:bug-database rdf:resource="http://sourceforge.net/tracker/?group_id=5528&amp;atid=105528"/>
 
16
    <doap:mailing-list rdf:resource="http://sourceforge.net/mail/?group_id=5528"/>
 
17
    <doap:screenshots rdf:resource="http://xiphos.sourceforge.net/about.html"/>
 
18
    <doap:programming-language>C</doap:programming-language>
 
19
    <doap:programming-language>C++</doap:programming-language>
 
20
    <doap:license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
 
21
    <doap:download-page rdf:resource="http://sourceforge.net/project/showfiles.php?group_id=5528"/>
 
22
    <doap:maintainer>
 
23
      <foaf:Person>
 
24
        <foaf:name>Andy Piper</foaf:name>
 
25
        <foaf:nick>andyp</foaf:nick>
 
26
        <foaf:mbox_sha1sum>c1d6a5b08664987f6273b820343dbd56fa4019a0</foaf:mbox_sha1sum>
 
27
        <rdfs:seeAlso rdf:resource="http://jumpgate.homelinux.net/foaf.rdf"/>
 
28
      </foaf:Person>
 
29
    </doap:maintainer>
 
30
    <doap:maintainer>
 
31
      <foaf:Person>
 
32
        <foaf:name>Terry Biggs</foaf:name>
 
33
        <foaf:nick>tee</foaf:nick>
 
34
        <foaf:mbox_sha1sum>ec2106517a9e11c45552eb8ef5451185133d98d1</foaf:mbox_sha1sum>
 
35
      </foaf:Person>
 
36
    </doap:maintainer>
 
37
    <doap:repository>
 
38
      <doap:CVSRepository>
 
39
        <doap:anon-root>:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xiphos</doap:anon-root>
 
40
        <doap:module>xiphos1</doap:module>
 
41
        <doap:browse rdf:resource="http://cvs.sourceforge.net/viewcvs.py/xiphos/"/>
 
42
      </doap:CVSRepository>
 
43
    </doap:repository>
 
44
  </doap:Project>
 
45
</rdf:RDF>