[json-glib] Add JSON-GLib DOAP description



commit 470f3a4299153362deea260c806d9b87870af3de
Author: Emmanuele Bassi <ebassi linux intel com>
Date:   Thu Apr 16 18:03:31 2009 +0100

    Add JSON-GLib DOAP description
    
    Use DOAP (Description Of A Project) to describe JSON-GLib. The
    GNOME Cgit instance will pick up the DOAP file and update itself.
---
 json-glib.doap |   30 ++++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)

diff --git a/json-glib.doap b/json-glib.doap
new file mode 100644
index 0000000..537ce1d
--- /dev/null
+++ b/json-glib.doap
@@ -0,0 +1,30 @@
+<?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="http://usefulinc.com/ns/doap#";>
+  <name>JSON-GLib</name>
+  <shortname>json-glib</shortname>
+  <shortdesc>GLib-based JSON manipulation library</shortdesc>
+  <description>JSON-GLib implements a full JSON parser using GLib and GObject. Use JSON-GLib it is possible to parse and generate valid JSON data structures, using a DOM-like API. JSON-GLib also offers GObject integration, providing the ability to serialize and deserialize GObject instances to and from JSON data types.</description>
+
+  <homepage rdf:resource="http://live.gnome.org/JsonGlib"/>
+  <license rdf:resource="http://usefulinc.com/doap/licenses/lgpl"/>
+  <bug-database rdf:resource="http://bugzilla.o-hand.com/enter_bug.cgi?product=json-glib"/>
+
+  <programming-language>C</programming-language>
+
+  <maintainer>
+    <foaf:Person>
+      <foaf:name>Emmanuele Bassi</foaf:name>
+      <foaf:mbox rdf:resource="mailto:ebassi linux intel com"/>
+    </foaf:Person>
+  </maintainer>
+
+  <author>
+    <foaf:Person>
+      <foaf:name>Emmanuele Bassi</foaf:name>
+      <foaf:mbox rdf:resource="mailto:ebassi linux intel com"/>
+    </foaf:Person>
+  </author>
+</Project>



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