[Xfce4-commits] <xfce4-datetime-plugin:master> Add module.xml file with repo metadata
Diego Ongaro
noreply at xfce.org
Fri Sep 18 07:32:01 CEST 2009
Updating branch refs/heads/master
to 13de8adb22818632b4df00ec659e061ce68765ad (commit)
from 03735c9d3ef36bdfbbf11e38772b4dcb62a2ccfa (commit)
commit 13de8adb22818632b4df00ec659e061ce68765ad
Author: Diego Ongaro <ongardie at gmail.com>
Date: Thu Sep 17 22:30:33 2009 -0700
Add module.xml file with repo metadata
module.xml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..6036c8a
--- /dev/null
+++ b/module.xml
@@ -0,0 +1,19 @@
+<?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-datetime-plugin</name>
+ <shortdesc xml:lang="en">Displays the date and time and shows a calendar when clicked</shortdesc>
+ <homepage rdf:resource="http://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin"/>
+
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Diego Ongaro</foaf:name>
+ <foaf:mbox>mailto:ongardie at gmail.com</foaf:mbox>
+ <gnome:userid>ongardie</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>
More information about the Xfce4-commits
mailing list