summaryrefslogtreecommitdiff
path: root/libgovirt.doap
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2013-07-05 15:38:43 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2013-07-05 15:39:28 +0200
commit32f711fa941f363cb41cc425fde1460b8c5d53aa (patch)
tree5f6d2bf0eeed5ee4ab9414afde344e0a191613ba /libgovirt.doap
parent413b2a0f06ae08aa809313656a480fa9c33049b4 (diff)
Add doap file for use by GNOME infrastructure
Diffstat (limited to 'libgovirt.doap')
-rw-r--r--libgovirt.doap23
1 files changed, 23 insertions, 0 deletions
diff --git a/libgovirt.doap b/libgovirt.doap
new file mode 100644
index 0000000..67e07ec
--- /dev/null
+++ b/libgovirt.doap
@@ -0,0 +1,23 @@
+<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">libgovirt</name>
+ <shortdesc xml:lang="en">GObject-based library to access oVirt REST API</shortdesc>
+ <description xml:lang="en">libgovirt is a GObject-based library to
+ access oVirt REST API. It uses GObject and librest to integrate well with
+ GNOME applications.</description> <description>libsoup is an HTTP
+ client/server library for GNOME. It uses GObjects and the glib main loop,
+ to integrate well with GNOME applications.</description>
+ <download-page rdf:resource="http://people.freedesktop.org/~teuf/govirt/"/>
+ <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libgovirt"/>
+ <category rdf:resource="http://api.gnome.org/doap-extensions#development" />
+ <maintainer>
+ <foaf:Person>
+ <foaf:name>Christophe Fergeau</foaf:name>
+ <foaf:mbox rdf:resource="mailto:teuf@gnome.org" />
+ <gnome:userid>teuf</gnome:userid>
+ </foaf:Person>
+ </maintainer>
+</Project>