summaryrefslogtreecommitdiff
path: root/totem.doap
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2009-04-17 11:12:03 +0100
committerPhilip Withnall <philip@tecnocode.co.uk>2009-04-17 11:12:03 +0100
commitbb76ce939858e1d4012f2129e4cecfa6c9e52814 (patch)
treee17d29b8c12900c5b8ef3d371e71e66f538a2890 /totem.doap
parentfd9cd2199d912bc1c8326af30bc0911e69fa6e33 (diff)
downloadtotem-bb76ce939858e1d4012f2129e4cecfa6c9e52814.tar.gz
Added a DOAP file and updated .gitignore
Added a DOAP file to give cgit a module description, and updated the .gitignore list. Removed extraneous execute permissions on a couple of files.
Diffstat (limited to 'totem.doap')
-rw-r--r--totem.doap21
1 files changed, 21 insertions, 0 deletions
diff --git a/totem.doap b/totem.doap
new file mode 100644
index 000000000..214f2ac89
--- /dev/null
+++ b/totem.doap
@@ -0,0 +1,21 @@
+<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">totem</name>
+ <shortdesc xml:lang="en">Movie player for the GNOME desktop based on xine or GStreamer</shortdesc>
+ <homepage rdf:resource="http://projects.gnome.org/totem/" />
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Bastien Nocera</foaf:name>
+ <foaf:mbox rdf:resource="hadess@hadess.net" />
+ <gnome:userid>hadess</gnome:userid>
+ </foaf:Person>
+ <foaf:Person>
+ <foaf:name>Tim-Philipp Müller</foaf:name>
+ <foaf:mbox rdf:resource="tim@centricular.net" />
+ <gnome:userid>tpm</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>