[libepc] Add DOAP file



commit 3b8d3c51a20f302e4f56424494f752fb54666f9a
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:32:23 2011 +0200

    Add DOAP file

 libepc.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/libepc.doap b/libepc.doap
new file mode 100644
index 0000000..f398777
--- /dev/null
+++ b/libepc.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">libepc</name>
+  <shortdesc xml:lang="en">Easy Publish and Consume library</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/libepc"; />
+  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=libepc"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Mathias Hasselmann</foaf:name>
+      <gnome:userid>hasselmm</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:mathias openismus com"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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