[evolution-scalix] Adding doap goodness.



commit 52977320768b4467dfef5dbaddab467d7b5220ac
Author: Pat Suwalski <pat suwalski net>
Date:   Fri Apr 17 22:31:19 2009 -0400

    Adding doap goodness.
---
 evolution-scalix.doap |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/evolution-scalix.doap b/evolution-scalix.doap
new file mode 100644
index 0000000..1dbefa3
--- /dev/null
+++ b/evolution-scalix.doap
@@ -0,0 +1,29 @@
+<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">evolution-scalix</name>
+  <shortdesc xml:lang="en">Scalix Connector for Evolution</shortdesc>
+
+  <homepage
+  rdf:resource="http://www.scalix.com/"; />
+  <download-page
+  rdf:resource="http://download.gnome.org/sources/evolution-scalix/"/>
+  <bug-database
+  rdf:resource="http://bugzilla.scalix.com/"/>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Pat Suwalski</foaf:name>
+      <foaf:mbox rdf:resource="pat suwalski net" />
+      <gnome:userid>psuwalski</gnome:userid>
+    </foaf:Person>
+    <foaf:Person>
+      <foaf:name>Gren Elliot</foaf:name>
+      <foaf:mbox rdf:resource="Gren Elliot scalix com" />
+      <gnome:userid>grene</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project> 



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