[Xfce4-commits] <xfvnc:master> add module description file
Brian J. Tarricone
brian at tarricone.org
Wed Aug 12 04:22:02 CEST 2009
Updating branch refs/heads/master
to 490e2b72dd0e6111bfcb6262dbd7c434c468a55e (commit)
from 0d2423a5c2023fde4fe790af634141070438e111 (commit)
commit 490e2b72dd0e6111bfcb6262dbd7c434c468a55e
Author: Brian J. Tarricone <brian at tarricone.org>
Date: Tue Aug 11 19:22:36 2009 -0700
add module description file
module.xml | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
diff --git a/module.xml b/module.xml
new file mode 100644
index 0000000..5c55b71
--- /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">xfvnc</name>
+ <shortdesc xml:lang="en">Simple graphical VNC client</shortdesc>
+ <homepage rdf:resource="http://spuriousinterrupt.org/projects/xfvnc"/>
+
+ <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 Xfce4-commits
mailing list