From ad514d80a8be0af04b14b8794d2acb7999a436ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Dr=C4=85g?= Date: Wed, 20 Apr 2016 18:45:01 +0200 Subject: [PATCH] Fix a typo in the DOAP file Also updates links to wiki. --- gxml.doap | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/gxml.doap b/gxml.doap index 01aeb753..b677c4a9 100644 --- a/gxml.doap +++ b/gxml.doap @@ -5,12 +5,23 @@ xmlns="http://usefulinc.com/ns/doap#"> GXml - GObject XML API - GXml provides a GObject API for manipulating XML. - Most functionality is provided through libxml2. Currently, GXml - provides the DOM Level 1 Core API. - - + GObject XML and Serialization API + GXml provides a GObject API for manipulating XML and a Serializable + framework from GObject to XML. + + Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization. + + Provides a set of interfaces to access XML equivalent files with different + implementations, some of them based on libxml but able to use different backends. + + It is written in Vala, but provides C API, while it is available to other high level + languages, like Python or JavaScript, using GObject Introspection. + + https://wiki.gnome.org/GXml + + + + -- GitLab