[Xfce4-commits] <xfbib:master> Added module descriptor file
Jesper Karlsson
zarper at gmail.com
Thu Sep 3 18:54:02 CEST 2009
Updating branch refs/heads/master
to 1aa8236600d2260c3cc087ff4bc4b6e632ca86b9 (commit)
from 445bde7ed72d1b7ac2207eb55b015ca721ce2883 (commit)
commit 1aa8236600d2260c3cc087ff4bc4b6e632ca86b9
Author: Jesper Karlsson <zarper at gmail.com>
Date: Thu Sep 3 18:51:06 2009 +0200
Added module descriptor 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..5742573
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,20 @@
+<Project>
+ <name xml:lang="en">projectname</name>
+ <shortdesc xml:lang="en">My awesome project</shortdesc>
+ <homepage rdf:resource="http://example.com/projectname"/>
+ <mailing-list rdf:resource="http://example.com/projectname/mail"/>
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>David Gustafsson</foaf:name>
+ <foaf:mbox>david.s.gustafsson at gmail.com</foaf:mbox>
+ <gnome:userid>tssj</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+ <developer>
+ <foaf:Person>
+ <foaf:name>Jesper Karlsson</foaf:name>
+ <foaf:mbox>zarper at gmail.com</foaf:mbox>
+ <gnome:userid>zarper</gnome:userid>
+ </foaf:Person>
+ </developer>
+</Project>
More information about the Xfce4-commits
mailing list