[giv] Add DOAP file



commit 0306028fbed2f2f3ae51150b7f147391b312c051
Author: Olav Vitters <olav vitters nl>
Date:   Thu Aug 25 21:17:43 2011 +0200

    Add DOAP file

 giv.doap |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/giv.doap b/giv.doap
new file mode 100644
index 0000000..59137c6
--- /dev/null
+++ b/giv.doap
@@ -0,0 +1,18 @@
+<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">giv</name>
+  <shortdesc xml:lang="en">G(reat|tk|NU) Image Viewer</shortdesc>
+  <download-page rdf:resource="http://sourceforge.net/projects/giv/files/"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Dov Grobgeld</foaf:name>
+      <gnome:userid>dov</gnome:userid>
+      <foaf:mbox rdf:resource="mailto:dov grobgeld gmail com"/>
+    </foaf:Person>
+  </maintainer>
+</Project>



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