summaryrefslogtreecommitdiff
path: root/gnome-screenshot.doap
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2011-09-27 22:16:39 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2011-09-28 10:24:31 -0400
commit16227bbc0e987a97adb27f8c4187618fd3accde1 (patch)
treef0026876782e2dc0ce90f38d782af16c140ce37e /gnome-screenshot.doap
parenta5cde608e3a136593900e27cfc0a44b31fb8e1b7 (diff)
downloadgnome-screenshot-16227bbc0e987a97adb27f8c4187618fd3accde1.tar.gz
Update for module split
Diffstat (limited to 'gnome-screenshot.doap')
-rw-r--r--gnome-screenshot.doap39
1 files changed, 39 insertions, 0 deletions
diff --git a/gnome-screenshot.doap b/gnome-screenshot.doap
new file mode 100644
index 0000000..4aeea01
--- /dev/null
+++ b/gnome-screenshot.doap
@@ -0,0 +1,39 @@
+<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
+ xmlns:foaf="http://xmlns.com/foaf/0.1/"
+ xmlns:gnome="http://api.gnome.org/doap-extensions#"
+ xmlns="http://usefulinc.com/ns/doap#">
+
+ <name xml:lang="en">gnome-screenshot</name>
+ <shortdesc xml:lang="en">Take pictures of your screen</shortdesc>
+
+ <license rdf:resource="http://usefulinc.com/doap/licenses/gpl"/>
+
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-screenshot/"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Emmanuele Bassi</foaf:name>
+ <foaf:mbox rdf:resource="mailto:ebassi@gmail.com" />
+ <gnome:userid>ebassi</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jonathan Blandford</foaf:name>
+ <foaf:mbox rdf:resource="mailto:jrb@redhat.com" />
+ <gnome:userid>jrb</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Cosimo Cecchi</foaf:name>
+ <foaf:mbox rdf:resource="mailto:cosimoc@gnome.org" />
+ <gnome:userid>cosimoc</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+
+</Project>