]> git.street.me.uk Git - andy/viking.git/blob - viking.doap
Threading rewrite to remove use of unsupported cross platform threading update of...
[andy/viking.git] / viking.doap
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/" />
13   <bug-database rdf:resource="https://sourceforge.net/p/viking/bugs/" />
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
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
29   <download-page rdf:resource="http://sourceforge.net/projects/viking/files" />
30
31   <repository>
32     <GitRepository>
33       <location rdf:resource="git://git.code.sf.net/p/viking/code" />
34       <browse rdf:resource="https://sourceforge.net/p/viking/code/" />
35     </GitRepository>
36   </repository>
37 </Project>
38