]> spindle.queued.net Git - midori/commitdiff
Add a module.xml for cgit
authorEnrico Tröger <enrico.troeger@uvena.de>
Sat, 3 Oct 2009 16:17:59 +0000 (18:17 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 3 Oct 2009 16:17:59 +0000 (18:17 +0200)
module.xml [new file with mode: 0644]

diff --git a/module.xml b/module.xml
new file mode 100644 (file)
index 0000000..bfe1074
--- /dev/null
@@ -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">midori</name>
+  <shortdesc xml:lang="en">Midori is a lightweight web browser</shortdesc>
+  <homepage rdf:resource="http://www.twotoasts.de"/>
+  <mailing-list rdf:resource="http://foo-projects.org/mailman/listinfo/xfce"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Christian Dywan</foaf:name>
+      <foaf:mbox>christian@twotoasts.de</foaf:mbox>
+      <gnome:userid>kalikiana</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>