summaryrefslogtreecommitdiff
path: root/json-glib.doap
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-04-16 18:03:31 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-04-16 18:03:31 +0100
commit470f3a4299153362deea260c806d9b87870af3de (patch)
tree5cfaa6b9b8cafa6d88e8140b1aadd5975cc14d12 /json-glib.doap
parent764a3f79fe0d8d13e24bd921a16a46f4603bcbf1 (diff)
downloadjson-glib-470f3a4299153362deea260c806d9b87870af3de.tar.gz
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.
Diffstat (limited to 'json-glib.doap')
-rw-r--r--json-glib.doap30
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>