veillard | 494ed59 | 2009-05-12 08:54:59 +0200 | [diff] [blame] | 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> |
Elliott Hughes | ecdab2a | 2022-02-23 14:33:50 -0800 | [diff] [blame] | 9 | <description>Libxml2 is the XML C parser and toolkit developed for the Gnome |
| 10 | project (but usable outside of the Gnome platform), it is free software |
| 11 | available under the MIT License. XML itself is a metalanguage to design markup |
| 12 | languages, i.e. text language where semantic and structure are added to the |
| 13 | content using extra "markup" information enclosed between angle brackets. HTML |
| 14 | is the most well-known markup language. Though the library is written in C a |
| 15 | variety of language bindings make it available in other environments. |
| 16 | |
| 17 | Libxml2 is known to be very portable, the library should build and work |
| 18 | without serious troubles on a variety of systems (Linux, Unix, Windows, |
| 19 | CygWin, MacOS, MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, |
| 20 | ...)</description> |
veillard | 494ed59 | 2009-05-12 08:54:59 +0200 | [diff] [blame] | 21 | <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/xml" /> |
Elliott Hughes | ecdab2a | 2022-02-23 14:33:50 -0800 | [diff] [blame] | 22 | <category rdf:resource="http://api.gnome.org/doap-extensions#infrastructure" /> |
| 23 | <programming-language>C</programming-language> |
veillard | 494ed59 | 2009-05-12 08:54:59 +0200 | [diff] [blame] | 24 | |
| 25 | <maintainer> |
| 26 | <foaf:Person> |
| 27 | <foaf:name>Daniel Veillard</foaf:name> |
| 28 | <gnome:userid>veillard</gnome:userid> |
| 29 | </foaf:Person> |
| 30 | </maintainer> |
Elliott Hughes | ecdab2a | 2022-02-23 14:33:50 -0800 | [diff] [blame] | 31 | <maintainer> |
| 32 | <foaf:Person> |
| 33 | <foaf:name>Nick Wellnhofer</foaf:name> |
| 34 | <gnome:userid>nwellnhof</gnome:userid> |
| 35 | </foaf:Person> |
| 36 | </maintainer> |
veillard | 494ed59 | 2009-05-12 08:54:59 +0200 | [diff] [blame] | 37 | </Project> |