[libpeas] Add DOAP file.



commit 80f193fb14f442f61851386320db3a5929a9fa82
Author: Steve Frécinaux <code istique net>
Date:   Sat Feb 6 01:21:16 2010 +0100

    Add DOAP file.

 libpeas.doap |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)
---
diff --git a/libpeas.doap b/libpeas.doap
new file mode 100644
index 0000000..fac204a
--- /dev/null
+++ b/libpeas.doap
@@ -0,0 +1,17 @@
+<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">libpeas</name>
+  <shortdesc xml:lang="en">A GObject plugins library</shortdesc>
+  <homepage rdf:resource="http://git.gnome.org/browse/libpeas"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Steve Frécinaux</foaf:name>
+      <gnome:userid>sfre</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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