Skip to content
GitLab
Explore
Sign in
Commit
ad514d80
authored
9 years ago
by
Piotr Drąg
Committed by
Daniel Espinosa
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix a typo in the DOAP file
Also updates links to wiki.
parent
ffc678e2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gxml.doap
+17
-6
17 additions, 6 deletions
gxml.doap
with
17 additions
and
6 deletions
gxml.doap
+
17
−
6
View file @
ad514d80
...
@@ -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" />
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment