summaryrefslogtreecommitdiff
path: root/libpeas.doap
diff options
context:
space:
mode:
authorSteve Frécinaux <code@istique.net>2010-02-06 01:21:16 +0100
committerSteve Frécinaux <code@istique.net>2010-02-06 01:24:08 +0100
commit80f193fb14f442f61851386320db3a5929a9fa82 (patch)
tree2c9fa2a0f01c93f3a2ed44ff899ce02ffa3fc3f3 /libpeas.doap
parentcbc8c46fe105d641409b0573fb3068bdc2e2ce11 (diff)
downloadlibpeas-80f193fb14f442f61851386320db3a5929a9fa82.tar.gz
Add DOAP file.
Diffstat (limited to 'libpeas.doap')
-rw-r--r--libpeas.doap17
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>