Skip to content
Commit ad514d80 authored by Piotr Drąg's avatar Piotr Drąg Committed by Daniel Espinosa
Browse files

Fix a typo in the DOAP file

Also updates links to wiki.
parent ffc678e2
Branches
No related tags found
No related merge requests found
...@@ -5,12 +5,23 @@ ...@@ -5,12 +5,23 @@
xmlns="http://usefulinc.com/ns/doap#"> xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">GXml</name> <name xml:lang="en">GXml</name>
<shortdesc xml:lang="en">GObject XML API</shortdesc> <shortdesc xml:lang="en">GObject XML and Serialization API</shortdesc>
<description>GXml provides a GObject API for manipulating XML. <description>GXml provides a GObject API for manipulating XML and a Serializable
Most functionality is provided through libxml2. Currently, GXml framework from GObject to XML.
provides the DOM Level 1 Core API.</description>
<homepage rdf:resource="http://live.gnome.org/XML" /> Currently, GXml provides the DOM Level 1 Core API, Basic HTML support, Serialization.
<!-- <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/gnome-shell-list" /> -->
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
</description>
<homepage rdf:resource="https://wiki.gnome.org/GXml" />
<!-- <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gxml-list" /> -->
<download-page rdf:resource="http://download.gnome.org/sources/gxml/" /> <download-page rdf:resource="http://download.gnome.org/sources/gxml/" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gxml" /> <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=gxml" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment