summaryrefslogtreecommitdiff
path: root/gnome-screen-recorder.doap
diff options
context:
space:
mode:
authorWim Taymans <wtaymans@redhat.com>2014-06-02 12:08:48 +0200
committerWim Taymans <wtaymans@redhat.com>2014-06-02 12:08:48 +0200
commit0c817cd75a0456a47ce679a9714925ab9c494d3b (patch)
tree8b7425b1810b4f63d37c6d2c26f50717671fc59d /gnome-screen-recorder.doap
Initial commit
Diffstat (limited to 'gnome-screen-recorder.doap')
-rw-r--r--gnome-screen-recorder.doap27
1 files changed, 27 insertions, 0 deletions
diff --git a/gnome-screen-recorder.doap b/gnome-screen-recorder.doap
new file mode 100644
index 0000000..459dca1
--- /dev/null
+++ b/gnome-screen-recorder.doap
@@ -0,0 +1,27 @@
+<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-screen-recorder</name>
+ <shortdesc xml:lang="en">Record and snapshot current screen</shortdesc>
+ <description>
+ This is a small application that allows you to record the current
+ screen or take screenshots.
+ </description>
+
+ <homepage rdf:resource="https://wiki.gnome.org/Apps/" />
+ <download-page rdf:resource="http://download.gnome.org/sources/gnome-screen-recorder/" />
+ <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gnome-screen-recorder" />
+ <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
+ <programming-language>JS</programming-language>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Wim Taymans</foaf:name>
+ <foaf:mbox rdf:resource="mailto:wtaymans@redhat.com" />
+ <gnome:userid>wtaymans</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>