[gtk-doc] doap: add doap file



commit a96c8e9ba44095b8a696a0fc2f11fbc7466dbaaa
Author: Stefan Kost <ensonic users sf net>
Date:   Mon Apr 20 16:11:15 2009 +0300

    doap: add doap file
---
 gtk-doc.doap |   63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 63 insertions(+), 0 deletions(-)

diff --git a/gtk-doc.doap b/gtk-doc.doap
new file mode 100644
index 0000000..c94ab32
--- /dev/null
+++ b/gtk-doc.doap
@@ -0,0 +1,63 @@
+<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">gtk-doc</name>
+
+  <shortdesc xml:lang="en">GTK-Doc is used to document C code.
+It is typically used to document the public
+API of libraries, such as the GTK+ and GNOME libraries, but it can also be
+used to document application code.
+</shortdesc>
+
+  <homepage rdf:resource="http://www.gtk.org/gtk-doc/"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gtk-doc-devel-list"; />
+  <download-page rdf:resource="http://download.gnome.org/sources/gtk-doc/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gtk-doc"; />
+
+  <!-- DOAP category: This is used to categorize repositories in cgit.
+       Pulse has taken its best guess at the correct category.  You may
+       want to replace the rdf:resource attribute with one of the following:
+         http://api.gnome.org/doap-extensions#admin
+         http://api.gnome.org/doap-extensions#bindings
+         http://api.gnome.org/doap-extensions#deprecated
+         http://api.gnome.org/doap-extensions#desktop
+         http://api.gnome.org/doap-extensions#development
+         http://api.gnome.org/doap-extensions#infrastructure
+         http://api.gnome.org/doap-extensions#platform
+         http://api.gnome.org/doap-extensions#productivity
+       NOTE: There is an "Other" categorization on cgit, but we do not have a
+       DOAP category for it.  If your module does not belong to one of these
+       groups, then do not include a category property in your DOAP file.
+  -->
+  <category rdf:resource="http://api.gnome.org/doap-extensions#platform"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Stefan Kost</foaf:name>
+      <gnome:userid>stefkost</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Damon Chaplin</foaf:name>
+      <gnome:userid>damon</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Owen Taylor</foaf:name>
+      <foaf:mbox rdf:resource="otaylor redhat com" />
+      <gnome:userid>otaylor</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Matthias Clasen</foaf:name>
+      <foaf:mbox rdf:resource="mclasen redhat com" />
+      <gnome:userid>matthiasc</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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