wok diff libxml2/description.txt @ rev 24990

idesk: imlib2 >= 1.7.5 support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri May 13 20:03:04 2022 +0000 (2022-05-13)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/libxml2/description.txt	Fri May 13 20:03:04 2022 +0000
     1.3 @@ -0,0 +1,13 @@
     1.4 +Libxml2 is the XML C parser and toolkit developed for the Gnome project
     1.5 +(but usable outside of the Gnome platform), it is free software available
     1.6 +under the MIT License.
     1.7 +XML itself is a metalanguage to design markup languages, i.e. text language
     1.8 +where semantic and structure are added to the content using extra "markup"
     1.9 +information enclosed between angle brackets.
    1.10 +HTML is the most well-known markup language.
    1.11 +Though the library is written in C a variety of language bindings make it
    1.12 +available in other environments.
    1.13 +
    1.14 +Libxml2 is known to be very portable, the library should build and work without
    1.15 +serious troubles on a variety of systems (Linux, Unix, Windows, CygWin, MacOS,
    1.16 +MacOS X, RISC Os, OS/2, VMS, QNX, MVS, VxWorks, ...)