[libgsf] Add doap file.



commit e592ebf9427530416431dbf1d531c838c366e984
Author: Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>
Date:   Tue Apr 28 19:42:20 2009 +0200

    Add doap file.
---
 ChangeLog   |    4 ++++
 libgsf.doap |   34 ++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c4d3376..efff3c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-28  Emmanuel Pacaud <emmanuel gnome org>
+
+	Add doap file.
+
 2009-04-25  Morten Welinder <terra gnome org>
 
 	* configure.in : post release bump
diff --git a/libgsf.doap b/libgsf.doap
new file mode 100644
index 0000000..85f2bb4
--- /dev/null
+++ b/libgsf.doap
@@ -0,0 +1,34 @@
+<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">Libgsf</name>
+  <shortdesc xml:lang="en">An extensible I/O abstraction library for dealing with structured file formats</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/libgsf/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=libgsf"; />
+
+  <category rdf:resource="http://api.gnome.org/doap-extensions#productivity"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Jody Goldberg</foaf:name>
+      <gnome:userid>jody</gnome:userid>
+    </foaf:Person>
+   </maintainer>
+  <maintainer>
+   <foaf:Person>
+      <foaf:name>Morten Welinder</foaf:name>
+      <gnome:userid>mortenw</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+ <maintainer>
+     <foaf:Person>
+      <foaf:name>Dom Lachowicz</foaf:name>
+      <gnome:userid>doml</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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