[Xfce4-commits] <xfce4-cpugraph-plugin:master> Create module.xml

Florian Rivoal noreply at xfce.org
Sun Apr 18 10:02:01 CEST 2010


Updating branch refs/heads/master
         to 21a89fe6639e83e3c3c716961042ebfcd8d4ae85 (commit)
       from 87517e49fd386e48d8c1f99ddc6beadc0ed1e3dd (commit)

commit 21a89fe6639e83e3c3c716961042ebfcd8d4ae85
Author: Florian Rivoal <frivoal at gmail.com>
Date:   Sun Apr 18 16:59:17 2010 +0900

    Create module.xml
    
    Set up the module.xml 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..4847641
--- /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-cpugraph-plugin</name>
+	<shortdesc xml:lang="en">Graphical representation of the CPU load</shortdesc>
+	<homepage rdf:resource="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin"/>
+	<mailing-list rdf:resource="http://foo-projects.org/mailmain/listinfo/goodies-dev"/>
+
+	<maintainer>
+		<foaf:Person>
+			<foaf:name>Florian Rivoal</foaf:name>
+			<foaf:mbox>mailto:frivoal at gmail.com</foaf:mbox>
+			<gnome:userid>frivoal</gnome:userid>
+		</foaf:Person>
+	</maintainer>
+</Project>



More information about the Xfce4-commits mailing list