summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-08-14 17:00:51 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-08-14 17:00:51 -0700
commit4bb933fee5c063615cfba822533c0e07cb067cdf (patch)
tree95b0d1f9644224866f9b978dfcdf9565b514a1cc
parentc0839e4e29214f82504edf70b08a00524b67d197 (diff)
downloadgtk-xfce-engine-4bb933fee5c063615cfba822533c0e07cb067cdf.tar.gz
add module description file
-rw-r--r--module.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..be7be37
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,20 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<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">gtk-xfce-engine</name>
+ <shortdesc xml:lang="en">Xfce gtk theme engine with various different themes</shortdesc>
+ <homepage rdf:resource="http://xfce.org"/>
+ <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Olivier Fourdan</foaf:name>
+ <foaf:mbox>mailto:fourdan@xfce.org</foaf:mbox>
+ <gnome:userid>olivier</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>