[mhonarc] Add doap file



commit eb96accf25c99aa8e27bb852f3d44837c627a915
Author: Olav Vitters <olav bkor dhs org>
Date:   Tue Feb 16 09:14:32 2010 +0100

    Add doap file

 mhonarc.doap |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/mhonarc.doap b/mhonarc.doap
new file mode 100644
index 0000000..2fe3bbd
--- /dev/null
+++ b/mhonarc.doap
@@ -0,0 +1,20 @@
+<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">mhonarc</name>
+  <shortdesc xml:lang="en">Archive scripts for mail.gnome.org/archives</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/Infrastructure"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-infrastructure"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>GNOME sysadmin team</foaf:name>
+      <foaf:mbox rdf:resource="gnome-sysadmin gnome org" />
+      <gnome:userid>root</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]