[totem-pl-parser] Added DOAP file, .gitignore file, and fixed permissions
- From: Philip Withnall <pwithnall src gnome org>
- To: svn-commits-list gnome org
- Subject: [totem-pl-parser] Added DOAP file, .gitignore file, and fixed permissions
- Date: Fri, 17 Apr 2009 14:07:56 -0400 (EDT)
commit 8807bf067c9adfd767b4b76567a24aa40e5ce489
Author: Philip Withnall <philip tecnocode co uk>
Date: Fri Apr 17 19:06:55 2009 +0100
Added DOAP file, .gitignore file, and fixed permissions
Added a DOAP file to give cgit a module description, migrated the svn:ignore
list to .gitignore, and removed an extraneous execute bit.
---
.gitignore | 36 ++++++++++++++++++++++++++++++++++++
totem-pl-parser.doap | 17 +++++++++++++++++
2 files changed, 53 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..a9f0894
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+stamp-h*
+intltool-update.in
+intltool-update
+intltool-merge.in
+intltool-merge
+intltool-extract.in
+intltool-extract
+configure
+config.status
+config.log
+config.h.in
+config.h
+autom4te*.cache
+aclocal.m4
+Makefile.in
+Makefile
+ltmain.sh
+libtool-nofpic
+libtool
+config.sub
+config.guess
+mkinstalldirs
+missing
+install-sh
+depcomp
+compile
+INSTALL
+gnome-doc-utils.make
+*.patch
+totem-plparser-mini-uninstalled.pc
+gtk-doc.make
+totem-plparser.pc
+totem-plparser-uninstalled.pc
+totem-plparser-mini.pc
+totem-pl-parser.spec
+*~
diff --git a/docs/reference/version.xml.in b/docs/reference/version.xml.in
old mode 100755
new mode 100644
diff --git a/totem-pl-parser.doap b/totem-pl-parser.doap
new file mode 100644
index 0000000..60875be
--- /dev/null
+++ b/totem-pl-parser.doap
@@ -0,0 +1,17 @@
+<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-pl-parser</name>
+ <shortdesc xml:lang="en">Simple GObject-based library to parse and save a host of playlist formats</shortdesc>
+ <homepage rdf:resource="http://projects.gnome.org/totem/"/>
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=totem-pl-parser"/>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Bastien Nocera</foaf:name>
+ <foaf:mbox rdf:resource="hadess hadess net"/>
+ <gnome:userid>hadess</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]