[nautilus-image-converter] Add initial doap file



commit 04dc43dd760f9036e79588a86ae9ace40df767d0
Author: Brian Pepple <bpepple fedoraproject org>
Date:   Sat Apr 16 10:26:27 2011 -0400

    Add initial doap file

 nautilus-image-converter.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/nautilus-image-converter.doap b/nautilus-image-converter.doap
new file mode 100644
index 0000000..37658e6
--- /dev/null
+++ b/nautilus-image-converter.doap
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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">nautilus-image-converter</name>
+  <shortdesc xml:lang="en">Nautilus extension to rotate/resize image files</shortdesc>
+  <download-page rdf:resource="http://download.gnome.org/sources/nautilus-image-converter/"; />
+
+  <homepage rdf:resource="http://www.bitron.ch/software/nautilus-image-converter.php"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jürg Billeter</foaf:name>
+      <foaf:mbox rdf:resource="mailto:j bitron ch" />
+      <gnome:userid>juergbi</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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