1<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 2 xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" 3 xmlns:foaf="http://xmlns.com/foaf/0.1/" 4 xmlns:gnome="http://api.gnome.org/doap-extensions#" 5 xmlns="http://usefulinc.com/ns/doap#"> 6 7 <name xml:lang="en">libxml2</name> 8 <shortdesc xml:lang="en">XML parser and markup toolkit</shortdesc> 9 <description>Libxml2 is the XML C parser and toolkit developed for the Gnome 10project (but usable outside of the Gnome platform), it is free software 11available under the MIT License. XML itself is a metalanguage to design markup 12languages, i.e. text language where semantic and structure are added to the 13content using extra "markup" information enclosed between angle brackets. HTML 14is the most well-known markup language. Though the library is written in C a 15variety of language bindings make it available in other environments. 16 17Libxml2 is known to be very portable, the library should build and work 18without serious troubles on a variety of systems (Linux, Unix, Windows, 19CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, 20...)</description> 21 <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" /> 22 <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" /> 23 <programming-language>C</programming-language> 24 25 <maintainer> 26 <foaf:Person> 27 <foaf:name>Daniel Veillard</foaf:name> 28 <gnome:userid>veillard</gnome:userid> 29 </foaf:Person> 30 </maintainer> 31 <maintainer> 32 <foaf:Person> 33 <foaf:name>Nick Wellnhofer</foaf:name> 34 <gnome:userid>nwellnhof</gnome:userid> 35 </foaf:Person> 36 </maintainer> 37</Project> 38