[gthumb] Added doap file.



commit c8619535f4707ca49b32d61b5b53d9d9c81d1da3
Author: Michael J. Chudobiak <mjc avtechpulse com>
Date:   Wed Apr 22 08:39:49 2009 -0400

    Added doap file.
---
 gthumb.doap |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gthumb.doap b/gthumb.doap
new file mode 100644
index 0000000..f428ae6
--- /dev/null
+++ b/gthumb.doap
@@ -0,0 +1,22 @@
+<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">gThumb</name>
+  <shortdesc xml:lang="en">gThumb Image Viewer</shortdesc>
+  <homepage rdf:resource="http://gthumb.sourceforge.net/"; />
+  
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Paolo Bacchilega</foaf:name>
+      <foaf:mbox rdf:resource="paobac svn gnome org" />
+      <gnome:userid>paobac</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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