[atomato] Add DOAP file



commit b9fe02d62890acba5525dc0cab19a46d7a5bbfe1
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 18:21:01 2009 +0200

    Add DOAP file
---
 atomato.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/atomato.doap b/atomato.doap
new file mode 100644
index 0000000..b1a7f10
--- /dev/null
+++ b/atomato.doap
@@ -0,0 +1,19 @@
+<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">atomato</name>
+  <shortdesc xml:lang="en">Scripting and automation tool</shortdesc>
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/atomato-list"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Rodrigo Moya</foaf:name>
+      <foaf:mbox rdf:resource="rodrigo gnome-db org" />
+      <gnome:userid>rodrigo</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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