mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
* libxml2.doap: adding RDF dope file.
Daniel
This commit is contained in:
parent
97c7be6a94
commit
494ed594bd
@ -1,3 +1,7 @@
|
||||
Tue May 12 08:54:20 CEST 2009 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxml2.doap: adding RDF dope file.
|
||||
|
||||
Tue May 12 08:42:52 CEST 2009 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* configure.in: adapt the extra version detection code to git
|
||||
|
19
libxml2.doap
Normal file
19
libxml2.doap
Normal file
@ -0,0 +1,19 @@
|
||||
<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:gnome="http://api.gnome.org/doap-extensions#"
|
||||
xmlns="http://usefulinc.com/ns/doap#">
|
||||
|
||||
<name xml:lang="en">libxml2</name>
|
||||
<shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc>
|
||||
<homepage rdf:resource="http://xmlsoft.org/" />
|
||||
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" />
|
||||
<category rdf:resource="http://api.gnome.org/doap-extensions#platform" />
|
||||
|
||||
<maintainer>
|
||||
<foaf:Person>
|
||||
<foaf:name>Daniel Veillard</foaf:name>
|
||||
<gnome:userid>veillard</gnome:userid>
|
||||
</foaf:Person>
|
||||
</maintainer>
|
||||
</Project>
|
Loading…
x
Reference in New Issue
Block a user