[xmlsec] add doap file



commit 605609ece965becba7e5ce2a960b1dae3c1a4bfc
Author: Aleksey Sanin <aleksey aleksey com>
Date:   Sat Nov 7 08:32:16 2009 -0800

    add doap file

 xmlsec.doap |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/xmlsec.doap b/xmlsec.doap
new file mode 100644
index 0000000..b454401
--- /dev/null
+++ b/xmlsec.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">xmlsec</name>
+    <shortdesc xml:lang="en">XML Security Library</shortdesc>
+    <homepage rdf:resource="http://www.aleksey.com/xmlsec"; />
+    <mailing-list rdf:resource="http://www.aleksey.com/pipermail/xmlsec/"; />
+    <category rdf:resource="http://api.gnome.org/doap-extensions#other"; />
+
+    <maintainer>
+        <foaf:Person>
+            <foaf:name>Aleksey Sanin</foaf:name>
+            <gnome:userid>aleksey</gnome:userid>
+        </foaf:Person>
+    </maintainer>
+</Project>



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