[gjs-documentation] Add a DOAP file



commit dbb07186cc6ef4827a6588d9725989f7c870810c
Author: Giovanni Campagna <gcampagna gnome org>
Date:   Tue Mar 4 15:22:38 2014 +0100

    Add a DOAP file

 gjs-documentation.doap |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)
---
diff --git a/gjs-documentation.doap b/gjs-documentation.doap
new file mode 100644
index 0000000..70f33d3
--- /dev/null
+++ b/gjs-documentation.doap
@@ -0,0 +1,29 @@
+<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">Gjs Documentation</name>
+  <shortdesc xml:lang="en">Library references and tools for GJS</shortdesc>
+  <description>
+    Documentation for the Gjs language binding is generated using
+    the g-ir-doc-tool tool from the gobject-introspection project,
+    but is also hand edited to include the Gjs specific features
+    and manual bindings.
+  </description>
+
+  <homepage rdf:resource="http://wiki.gnome.org/Projects/Gjs/Documentation"; />
+  <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/javascript-list"; />
+  <!--<download-page rdf:resource="http://download.gnome.org/sources/gnome-shell/"; />-->
+  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gjs"; />
+  <category rdf:resource="http://api.gnome.org/doap-extensions#bindings"; />
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Giovanni Campagna</foaf:name>
+      <foaf:mbox rdf:resource="mailto:gcampagna gnome org" />
+      <gnome:userid>gcampagna</gnome:userid>
+    </foaf:Person>
+  </maintainer>
+</Project>


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