[gnumeric] added doap file



commit 4c54d809c40a63499b19de652a86eaedad7ce8e1
Author: Andreas J. Guelzow <aguelzow pyrshep ca>
Date:   Thu Apr 23 10:56:35 2009 -0600

    added doap file
---
 gnumeric.doap |   36 ++++++++++++++++++++++++++++++++++++
 1 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/gnumeric.doap b/gnumeric.doap
new file mode 100644
index 0000000..12e5862
--- /dev/null
+++ b/gnumeric.doap
@@ -0,0 +1,36 @@
+<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">Gnumeric</name>
+  <shortdesc xml:lang="en">The Gnome Office Spreadsheet - Free, Fast, Accurate: Pick any 3!</shortdesc>
+  <homepage rdf:resource="http://projects.gnome.org/gnumeric/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnumeric-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gnumeric/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnumeric"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jody Goldberg</foaf:name>
+       <foaf:mbox rdf:resource="jody gnome.org" />
+     <gnome:userid>jody</gnome:userid>
+    </foaf:Person>
+   </maintainer>
+  <maintainer>
+   <foaf:Person>
+      <foaf:name>Morten Welinder</foaf:name>
+     <foaf:mbox rdf:resource="terra gnome.org" />
+       <gnome:userid>mortenw</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+ <maintainer>
+     <foaf:Person>
+      <foaf:name>Andreas J. Guelzow</foaf:name>
+      <gnome:userid>guelzow</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>
\ No newline at end of file



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