[file-roller] Add DOAP file



commit 4a20c81ee20a478db05c33dcd1af873fdf9d4ccf
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 15:43:57 2009 +0200

    Add DOAP file
---
 file-roller.doap |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/file-roller.doap b/file-roller.doap
new file mode 100644
index 0000000..3d2a961
--- /dev/null
+++ b/file-roller.doap
@@ -0,0 +1,21 @@
+<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">Archive Manager</name>
+  <shortdesc xml:lang="en">Create and modify an archive</shortdesc>
+  <homepage rdf:resource="http://fileroller.sourceforge.net"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/file-roller/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=file-roller"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#desktop"; />
+
+  <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]