[Xfce4-commits] <xfwm4:master> Add module.xml

Olivier Fourdan fourdan at xfce.org
Wed Aug 12 14:22:01 CEST 2009


Updating branch refs/heads/master
         to 0eb3b2fe3b2ec96c23e1edddd348b42e468e6021 (commit)
       from 896474e2c37b49def42ffafbf3dbc8fb24eb28f6 (commit)

commit 0eb3b2fe3b2ec96c23e1edddd348b42e468e6021
Author: Olivier Fourdan <fourdan at xfce.org>
Date:   Wed Aug 12 14:20:39 2009 +0200

    Add module.xml

 module.xml |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..1965099
--- /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">xfwm4</name>
+ <shortdesc xml:lang="en">Xfce's window manager</shortdesc>
+ <homepage rdf:resource="http://www.xfce.org/projects/xfwm4"/>
+ <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 at xfce.org</foaf:mbox>
+    <gnome:userid>olivier</gnome:userid>
+  </foaf:Person>
+ </maintainer>
+</Project>



More information about the Xfce4-commits mailing list