1
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
2
         xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
3
         xmlns:foaf="http://xmlns.com/foaf/0.1/"
4
         xmlns:gnome="http://api.gnome.org/doap-extensions#"
5
         xmlns="http://usefulinc.com/ns/doap#">
6
7
  <name xml:lang="en">F-Spot Photo Manager</name>
8
  <shortdesc xml:lang="en">Organize, enjoy, and share your photos</shortdesc>
9
  <homepage rdf:resource="http://f-spot.org/" />
10
  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/f-spot-list" />
11
  <download-page rdf:resource="http://download.gnome.org/sources/f-spot/"/>
12
  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=f-spot"/>
13
14
  <maintainer>
15
    <foaf:Person>
16
      <foaf:name>Larry Ewing</foaf:name>
17
      <foaf:mbox rdf:resource="mailto:lewing@novell.com" />
18
      <gnome:userid>lewing</gnome:userid>
19
    </foaf:Person>
20
  </maintainer>
21
  <maintainer>
22
    <foaf:Person>
23
      <foaf:name>Stephane Delcroix</foaf:name>
24
      <foaf:mbox rdf:resource="mailto:stephane@delcroix.org" />
25
      <gnome:userid>sdelcroix</gnome:userid>
26
    </foaf:Person>
27
  </maintainer>
28
  <maintainer>
29
    <foaf:Person>
30
      <foaf:name>Gabriel Burt</foaf:name>
31
      <foaf:mbox rdf:resource="mailto:gabriel.burt@gmail.com" />
32
      <gnome:userid>gburt</gnome:userid>
33
    </foaf:Person>
34
  </maintainer>
35
  <maintainer>
36
    <foaf:Person>
37
      <foaf:name>Ruben Vermeersch</foaf:name>
38
      <foaf:mbox rdf:resource="mailto:ruben@savanne.be" />
39
      <gnome:userid>rubenv</gnome:userid>
40
    </foaf:Person>
41
  </maintainer>
42
  <maintainer>
43
    <foaf:Person>
44
      <foaf:name>Stephen Shaw</foaf:name>
45
      <foaf:mbox rdf:resource="mailto:sshaw@decriptor.com" />
46
      <gnome:userid>sshaw</gnome:userid>
47
    </foaf:Person>
48
  </maintainer>
49
</Project>