[evolution-jescs] Add DOAP file



commit 80ccd28e412dc62bbfc6de93cc1804a0409b692f
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:23:11 2011 +0200

    Add DOAP file

 evolution-jescs.doap |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/evolution-jescs.doap b/evolution-jescs.doap
new file mode 100644
index 0000000..97447c9
--- /dev/null
+++ b/evolution-jescs.doap
@@ -0,0 +1,26 @@
+<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 jesc</name>
+  <shortdesc xml:lang="en">Evolution connector for Sun Java Enterprise System Calendar Server (SJESCS)</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/evolution-jescs"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=evolution-jescs"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Harry Lu</foaf:name>
+      <gnome:userid>haip</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:harry lu sun com"/>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jedy Wang</foaf:name>
+      <gnome:userid>jedywang</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:jedy wang sun com"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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