[gnome-devel-docs] Add a DOAP file



commit 501eefe1ac034b0a780b2b9a67e4d86b73662398
Author: Davyd Madeley <davyd madeley id au>
Date:   Mon Apr 20 10:13:58 2009 +0800

    Add a DOAP file
---
 gnome-devel-docs.doap |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 49 insertions(+), 0 deletions(-)

diff --git a/gnome-devel-docs.doap b/gnome-devel-docs.doap
new file mode 100644
index 0000000..23311d8
--- /dev/null
+++ b/gnome-devel-docs.doap
@@ -0,0 +1,49 @@
+<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#";>
+
+  <!--
+  This is a DOAP template file.  It contains Pulse's best guesses at
+  some basic content.  You should verify the information in this file
+  and modify anything that isn't right.  Add the corrected file to your
+  source code repository to help tools better understand your project.
+  -->
+
+  <name xml:lang="en">gnome-devel-docs</name>
+  <shortdesc xml:lang="en">Developer Documentation (incl. HIG, Platform Guide, a11y Guide, etc.)</shortdesc>
+  <!--
+  <homepage rdf:resource="http://www.gnome.org/"; />
+  -->
+  <!--
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/desktop-devel-list"; />
+  -->
+  <download-page rdf:resource="http://download.gnome.org/sources/gnome-devel-docs/"; />
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gnome-devel-docs"; />
+
+  <!-- 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#development"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Shaun McCance</foaf:name>
+      <foaf:mbox rdf:resource="shaunm gnome org" />
+      <gnome:userid>shaunm</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>



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