From 2a2acc3269e64a327f321b2e042fb03443d01bbd Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Tue, 14 Oct 2014 21:00:11 +0100 Subject: Complete en -> html rename --- projects/libparserutils/index.html | 91 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 projects/libparserutils/index.html (limited to 'projects/libparserutils/index.html') diff --git a/projects/libparserutils/index.html b/projects/libparserutils/index.html new file mode 100644 index 0000000..f16e028 --- /dev/null +++ b/projects/libparserutils/index.html @@ -0,0 +1,91 @@ + + + +LibParserUtils | Parser Building Library + + + + + +
+ +
+ +

LibParserUtils

+ +

What is LibParserUtils?

+ +

LibParserUtils is a library for building efficient parsers, written in C. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence.

+ +

Features

+ + + +

Charset support

+ +

LibParserUtils has the following built-in charset converters.

+ + + +

Note: LibParserUtils can optionally be built to use iconv(), enabling support for many more charsets. See the readme file for details.

+ + +

Source code

+ +

You can browse the source code via the online interface. Alternatively, you can check it out with Git:

+ +

$ git clone git://git.netsurf-browser.org/libparserutils.git

+ +

LibParserUtils is licensed under the MIT Licence.

+ +

Releases

+ + + +

Contact

+ +

If you would like to help develop LibParserUtils, or have questions about the library, please join the NetSurf developer mailing list.

+ + + -- cgit v1.2.3