[Xfce4-commits] <xfconf:master> add module desription file
Brian J. Tarricone
brian at tarricone.org
Tue Aug 11 12:12:01 CEST 2009
Updating branch refs/heads/master
to f7effe6907669d8ed9d1ee4fa2c09bc451df66cd (commit)
from 61c472b50e6a224dfc0313043ed463a2f2a2d489 (commit)
commit f7effe6907669d8ed9d1ee4fa2c09bc451df66cd
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Tue Aug 11 03:09:02 2009 -0700
add module desription file
module.xml | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..933b7ae
--- /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">xfconf</name>
+ <shortdesc xml:lang="en">D-Bus-based configuration storage system</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 at xfce.org</foaf:mbox>
+ <gnome:userid>kelnos</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
More information about the Xfce4-commits
mailing list