[Xfce4-commits] <mousepad:master> Add module description file.

Nick Schermer nick at xfce.org
Wed Aug 12 17:40:01 CEST 2009


Updating branch refs/heads/master
         to 01f97753b4d77a8f0d047cd2a8eebdda9b17a56f (commit)
       from 6b1e13694c82c878459029285e048633bc338e42 (commit)

commit 01f97753b4d77a8f0d047cd2a8eebdda9b17a56f
Author: Nick Schermer <nick at xfce.org>
Date:   Wed Aug 12 17:38:18 2009 +0200

    Add module description file.

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

diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..65fd21b
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,28 @@
+<?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">mousepad</name>
+  <shortdesc xml:lang="en">A simple text editor for Xfce</shortdesc>
+  <homepage rdf:resource="http://goodies.xfce.org/projects/applications/mousepad"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/goodies-dev"/>
+
+  <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>
+
+  <developer>
+    <foaf:Person>
+      <foaf:name>Erik Harrison</foaf:name>
+      <foaf:mbox>mailto:erikharrison at xfce.org</foaf:mbox>
+      <gnome:userid>erikharrison</gnome:userid>
+    </foaf:Person>
+  </developer>
+</Project>



More information about the Xfce4-commits mailing list