]> git.street.me.uk Git - andy/viking.git/blame - viking.doap
Shift include of gpsmapper.h to the only place that uses it
[andy/viking.git] / viking.doap
CommitLineData
5bb1573f
GB
1<?xml version="1.0" encoding="UTF-8"?>
2<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
3 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
4 xmlns:foaf="http://xmlns.com/foaf/0.1/"
5 xmlns:gnome="http://api.gnome.org/doap-extensions#"
6 xmlns="http://usefulinc.com/ns/doap#">
7 <name xml:lang="en">viking</name>
8 <shortdesc xml:lang="en">GPS data manager</shortdesc>
9
10 <homepage rdf:resource="http://viking.sf.net/" />
11 <mailing-list rdf:resource="http://lists.sourceforge.net/mailman/listinfo/viking-devel" />
12 <download-page rdf:resource="http://sourceforge.net/projects/viking/files/" />
d8635dd9 13 <bug-database rdf:resource="https://sourceforge.net/p/viking/bugs/" />
5bb1573f
GB
14
15 <maintainer>
16 <foaf:Person>
17 <foaf:name>Guilhem Bonnefille</foaf:name>
18 <foaf:mbox rdf:resource="guilhem.bonnefille@gmail.com" />
19 </foaf:Person>
20 </maintainer>
21
6e51cf36
RN
22 <maintainer>
23 <foaf:Person>
24 <foaf:name>Rob Norris</foaf:name>
25 <foaf:mbox rdf:resource="rw_norris@hotmail.com" />
26 </foaf:Person>
27 </maintainer>
28
30de04e3
GB
29 <download-page rdf:resource="http://sourceforge.net/projects/viking/files" />
30
31 <repository>
32 <GitRepository>
d8635dd9
RN
33 <location rdf:resource="git://git.code.sf.net/p/viking/code" />
34 <browse rdf:resource="https://sourceforge.net/p/viking/code/" />
35 </GitRepository>
30de04e3 36 </repository>
5bb1573f
GB
37</Project>
38