[plgtkimageview] doap file



commit 9fd1415466764b710ff5bea2249fbabdb021d12e
Author: BjÃrn Lindqvist <bjourne gmail com>
Date:   Wed Oct 5 22:20:30 2011 +0200

    doap file

 plgtkimageview.doap |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/plgtkimageview.doap b/plgtkimageview.doap
new file mode 100644
index 0000000..1b98054
--- /dev/null
+++ b/plgtkimageview.doap
@@ -0,0 +1,16 @@
+<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">Gtk2::ImageView</name>
+  <shortdesc xml:lang="en">Perl bindings for the image viewer widget GtkImageView.</shortdesc>
+  <homepage rdf:resource="http://trac.bjourne.webfactional.com/"; />
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>BjÃrn Lindqvist</foaf:name>
+      <gnome:userid>bjornl</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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