summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian J. Tarricone <brian@tarricone.org>2009-08-11 03:30:22 -0700
committerBrian J. Tarricone <brian@tarricone.org>2009-08-11 03:30:22 -0700
commitcfaeaeeb62f354e0060c1c036d8a04b41f4349bb (patch)
tree5904ac8afbefadf7101df32f676a42e9d592599b
parent5986884dd5e878cbcdee4dc96db3f12938ae3d4d (diff)
downloadxfce4-session-cfaeaeeb62f354e0060c1c036d8a04b41f4349bb.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 00000000..6833b1ed
--- /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">xfce4-session</name>
+ <shortdesc xml:lang="en">Xfce's session manager</shortdesc>
+ <homepage rdf:resource="http://xfce.org"/>
+ <mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/xfce4-dev"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Brian Tarricone</foaf:name>
+ <foaf:mbox>mailto:kelnos@xfce.org</foaf:mbox>
+ <gnome:userid>kelnos</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>