[Goodies-commits] <xfce4-notifyd:master> add module description file

Brian J. Tarricone brian at tarricone.org
Tue Aug 11 12:32:03 CEST 2009


Updating branch refs/heads/master
         to 5a2eab6f153da27fbd413fed41fb7b0806514c24 (commit)
       from 32b20f3af037fa3800824b0a977edbfb95ac4666 (commit)

commit 5a2eab6f153da27fbd413fed41fb7b0806514c24
Author: Brian J. Tarricone <brian at tarricone.org>
Date:   Tue Aug 11 03:33:48 2009 -0700

    add module description 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..06f42e7
--- /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">xfce4-notifyd</name>
+  <shortdesc xml:lang="en">Easily themable notification daemon with transparency effects</shortdesc>
+  <homepage rdf:resource="http://spuriousinterrupt.org/projects/xfce4-notifyd"/>
+  <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 Goodies-commits mailing list