[devhelp] Add DOAP file



commit fa58f435a7fee10156428a16c8ed85f09b4d01cc
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Apr 23 21:15:12 2009 +0200

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

diff --git a/devhelp.doap b/devhelp.doap
new file mode 100644
index 0000000..1a70489
--- /dev/null
+++ b/devhelp.doap
@@ -0,0 +1,22 @@
+<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">devhelp</name>
+  <shortdesc xml:lang="en">API documentation browser</shortdesc>
+  <homepage rdf:resource="http://live.gnome.org/devhelp"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/devhelp/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=devhelp"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Richard Hult</foaf:name>
+      <foaf:mbox rdf:resource="richard imendio com" />
+      <gnome:userid>rhult</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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