[totem] Added a DOAP file and updated .gitignore
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Subject: [totem] Added a DOAP file and updated .gitignore
- Date: Fri, 17 Apr 2009 06:13:20 -0400 (EDT)
commit bb76ce939858e1d4012f2129e4cecfa6c9e52814
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Apr 17 11:12:03 2009 +0100
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.
---
.gitignore | 4 ++++
data/totem_logo.png | Bin 185953 -> 185953 bytes
totem.doap | 21 +++++++++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 9089f28..dbbda9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,7 @@ src/plugins/thumbnail/Makefile.in
src/plugins/totem/Makefile.in
src/plugins/tracker/Makefile.in
src/plugins/youtube/Makefile.in
+*~
+*.patch
+*.log
+*.diff
diff --git a/data/totem_logo.png b/data/totem_logo.png
old mode 100755
new mode 100644
diff --git a/docs/reference/version.xml.in b/docs/reference/version.xml.in
old mode 100755
new mode 100644
diff --git a/totem.doap b/totem.doap
new file mode 100644
index 0000000..214f2ac
--- /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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]