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

Jérôme Guelfucci jeromeg at xfce.org
Wed Sep 2 10:42:01 CEST 2009


Updating branch refs/heads/master
         to 2d11bf4852872b3bacb1d3647894cc265966c61f (commit)
       from 9c6476827951fc9fc09fc61b9def89cb331d4d42 (commit)

commit 2d11bf4852872b3bacb1d3647894cc265966c61f
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Wed Sep 2 10:01:03 2009 +0200

    Add module.xml.

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..888494c
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,29 @@
+<?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">Xfce.org/name>
+  <shortdesc xml:lang="en">The Xfce website</shortdesc>
+  <homepage rdf:resource="http://www.xfce.org/"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce/"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Nick Schermer</foaf:name>
+      <foaf:mbox>mailto:nick at xfce.org</foaf:mbox>
+      <gnome:userid>nick</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jérôme Guelfucci</foaf:name>
+      <foaf:mbox>mailto:jeromeg at xfce.org</foaf:mbox>
+      <gnome:userid>jeromeg</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>



More information about the Xfce4-commits mailing list