summaryrefslogtreecommitdiff
path: root/cheese.doap
diff options
context:
space:
mode:
authordaniel g. siegel <dgsiegel@gnome.org>2009-04-16 23:33:06 +0200
committerdaniel g. siegel <dgsiegel@gnome.org>2009-04-16 23:33:06 +0200
commit44f70b812b85476125920a7775af03816a1c792e (patch)
treeed22f65e53a5940a74559f8675aaefa34c7018ee /cheese.doap
parenta7ef3f0c1a64f79ad03049d02027d0ea75a37a61 (diff)
downloadcheese-44f70b812b85476125920a7775af03816a1c792e.tar.gz
added cheese.doap file
Diffstat (limited to 'cheese.doap')
-rw-r--r--cheese.doap40
1 files changed, 40 insertions, 0 deletions
diff --git a/cheese.doap b/cheese.doap
new file mode 100644
index 00000000..a61f7fc0
--- /dev/null
+++ b/cheese.doap
@@ -0,0 +1,40 @@
+<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#">
+
+ <!--
+ This is a DOAP template file. It contains Pulse's best guesses at
+ some basic content. You should verify the information in this file
+ and modify anything that isn't right. Add the corrected file to your
+ source code repository to help tools better understand your project.
+ -->
+
+ <name xml:lang="en">Cheese</name>
+ <shortdesc xml:lang="en">Take photos and videos with your webcam, with fun graphical effects</shortdesc>
+ <homepage rdf:resource="http://projects.gnome.org/cheese" />
+ <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/cheese-list" />
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>daniel g. siegel</foaf:name>
+ <foaf:mbox rdf:resource="dgsiegel@gmail.com" />
+ <gnome:userid>dgsiegel</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Filippo Argiolas</foaf:name>
+ <foaf:mbox rdf:resource="filippo.argiolas@gmail.com" />
+ <gnome:userid>fargiolas</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Jaap A. Haitsma</foaf:name>
+ <foaf:mbox rdf:resource="jaap@haitsma.org" />
+ <gnome:userid>jhaitsma</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>