[capuchin] Added DOAP file



commit 0e8c5585c23ee86c6d4cfee2631e7e9aa7951463
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Sat Apr 18 17:00:33 2009 +0200

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

diff --git a/capuchin.doap b/capuchin.doap
new file mode 100644
index 0000000..e1b7840
--- /dev/null
+++ b/capuchin.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">capuchin</name>
+  <shortdesc xml:lang="en">A daemon to download and install plugins</shortdesc>
+  <homepage rdf:resource="http://capuchin.k-d-w.org/"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/capuchin/"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Sebastian Pölsterl</foaf:name>
+      <gnome:userid>sebp</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
+



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