Update home authored by Nick Wellnhofer's avatar Nick Wellnhofer
......@@ -43,15 +43,18 @@ Here are some key points about libxml:
* Libxml2 also has a [SAX like interface](http://www.megginson.com/SAX/index.html); the interface is designed to be compatible with [Expat](http://www.jclark.com/xml/expat.html).
* This library is released under the [MIT License](http://www.opensource.org/licenses/mit-license.html). See the Copyright file in the distribution for the precise wording.
## Documentation
## HTML Documentation
Generated HTML documentation is available via GitLab Pages:
- [API documentation](https://gnome.pages.gitlab.gnome.org/libxml2/devhelp/)
- [Tutorial](https://gnome.pages.gitlab.gnome.org/libxml2/tutorial/)
- [`xmllint` man page](https://gnome.pages.gitlab.gnome.org/libxml2/xmllint.html)
- [`xmlcatalog` man page](https://gnome.pages.gitlab.gnome.org/libxml2/xmlcatalog_man.html)
## Mailing list
There is a mailing-list [xml@gnome.org](mailto:xml@gnome.org) for libxml, with an [on-line archive](http://mail.gnome.org/archives/xml/) ([old](http://xmlsoft.org/messages)). To subscribe to this list, please visit the [associated web](http://mail.gnome.org/mailman/listinfo/xml) page and follow the instructions.
There is a mailing-list [xml@gnome.org](mailto:xml@gnome.org) for libxml, with an [on-line archive](http://mail.gnome.org/archives/xml/). To subscribe to this list, please visit the [associated web](http://mail.gnome.org/mailman/listinfo/xml) page and follow the instructions.
## Language bindings
......@@ -82,8 +85,8 @@ There are a number of language bindings and wrappers available for libxml2, the
* [Igor Zlatkovic](mailto:igor@zlatkovic.com) is now the maintainer of the Windows port, [he provides binaries](http://www.zlatkovic.com/projects/libxml/index.html)
* [Gary Pennington](mailto:Gary.Pennington@sun.com) provides [Solaris binaries](http://garypennington.net/libxml2/)
* [Matt Sergeant](http://mail.gnome.org/archives/xml/2001-March/msg00014.html) developed [XML::LibXSLT](http://axkit.org/download/), a Perl wrapper for libxml2/libxslt as part of the [AxKit XML application server](http://axkit.com/)
* [Felix Natter](mailto:fnatter@gmx.net) and [Geert Kloosterman](mailto:geertk@ai.rug.nl) provide [an emacs module](http://xmlsoft.org/libxml-doc.el) to lookup libxml(2) functions documentation
* [Ziying Sherwin](mailto:sherwin@nlm.nih.gov) provided [man pages](http://xmlsoft.org/messages/0488.html)
* [Felix Natter](mailto:fnatter@gmx.net) and [Geert Kloosterman](mailto:geertk@ai.rug.nl) provide [an emacs module](/GNOME/libxml2/-/blob/master/doc/libxml-doc.el) to lookup libxml(2) functions documentation
* [Ziying Sherwin](mailto:sherwin@nlm.nih.gov) provided man pages
* there is a module for [libxml/libxslt support in OpenNSD/AOLServer](http://acs-misc.sourceforge.net/nsxml.html)
* [Dave Kuhlman](mailto:dkuhlman@cutter.rexx.com) provided the first version of libxml/libxslt [wrappers for Python](http://www.rexx.com/\~dkuhlman)
* Petr Kozelka provides [Pascal units to glue libxml2](http://sourceforge.net/projects/libxml2-pas) with Kylix and Delphi and other Pascal compilers
......
......