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">gnome-screenshot</name>
8  <shortdesc xml:lang="en">Take pictures of your screen</shortdesc>
9  <description>Takes a screenshot of the whole desktop, the currently
10  focused window, or an area of the screen.</description>
11
12  <license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
13
14  <download-page rdf:resource="http://download.gnome.org/sources/gnome-screenshot/" />
15  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-screenshot/issues/" />
16  <category rdf:resource="http://api.gnome.org/doap-extensions#core" />
17  <programming-language>C</programming-language>
18
19  <maintainer>
20    <foaf:Person>
21      <foaf:name>Emmanuele Bassi</foaf:name>
22      <foaf:mbox rdf:resource="mailto:ebassi@gmail.com" />
23      <gnome:userid>ebassi</gnome:userid>
24    </foaf:Person>
25  </maintainer>
26
27  <maintainer>
28    <foaf:Person>
29      <foaf:name>Jonathan Blandford</foaf:name>
30      <foaf:mbox rdf:resource="mailto:jrb@gnome.org" />
31      <gnome:userid>jrb</gnome:userid>
32    </foaf:Person>
33  </maintainer>
34
35  <maintainer>
36    <foaf:Person>
37      <foaf:name>Cosimo Cecchi</foaf:name>
38      <foaf:mbox rdf:resource="mailto:cosimoc@gnome.org" />
39      <gnome:userid>cosimoc</gnome:userid>
40    </foaf:Person>
41  </maintainer>
42
43  <maintainer>
44    <foaf:Person>
45      <foaf:name>Alexander Mikhaylenko</foaf:name>
46      <foaf:mbox rdf:resource="mailto:alexm@gnome.org" />
47      <gnome:userid>alexm</gnome:userid>
48    </foaf:Person>
49  </maintainer>
50
51</Project>
52