[libgee] Add .doap file



commit 3b1a6b3dff33a7280d70dd0454e07a270fbbcea8
Author: Jaap A. Haitsma <jaap haitsma org>
Date:   Fri Jun 26 21:42:44 2009 +0200

    Add .doap file

 libgee.doap |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/libgee.doap b/libgee.doap
new file mode 100644
index 0000000..80e53e4
--- /dev/null
+++ b/libgee.doap
@@ -0,0 +1,33 @@
+<?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">libgee</name>
+  <shortdesc xml:lang="en">A collection library providing GObject-based interfaces and classes for commonly used data structures</shortdesc>
+
+  <homepage rdf:resource="http://live.gnome.org/Vala"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/vala-list"; />
+  <download-page rdf:resource="http://live.gnome.org/Vala/Release"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=vala"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <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>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Raffaele Sandrini</foaf:name>
+      <foaf:mbox rdf:resource="mailto:rasa gmx ch" />
+      <gnome:userid></gnome:userid>
+    </foaf:Person>
+  </maintainer>
+
+</Project>
+



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