summaryrefslogtreecommitdiff
path: root/projects/libparserutils/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libparserutils/index.html')
-rw-r--r--projects/libparserutils/index.html91
1 files changed, 91 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>LibParserUtils | Parser Building Library</title>
+<link rel="stylesheet" type="text/css" href="/projects/projects.css">
+<link rel="icon" type="image/png" href="/webimages/favicon.png">
+</head>
+<body>
+
+<div class="projects">
+<ul>
+<li><a href="/">NetSurf</a></li>
+<li><a href="/projects/hubbub/">Hubbub</a></li>
+<li><a href="/projects/libcss/">LibCSS</a></li>
+<li><a href="/projects/libdom/">LibDOM</a></li>
+<li><strong>LibParserUtils</strong></li>
+<li><a href="/projects/libwapcaplet/">LibWapcaplet</a></li>
+<li><a href="/projects/libsvgtiny/">Libsvgtiny</a></li>
+<li><a href="/projects/libnsfb/">LibNSFB</a></li>
+<li><a href="/projects/libnsbmp/">Libnsbmp</a></li>
+<li><a href="/projects/libnsgif/">Libnsgif</a></li>
+<li><a href="/projects/librosprite/">LibROSprite</a></li>
+<li><a href="/projects/iconv/">Iconv</a></li>
+<li><a href="/projects/rufl/">RUfl</a></li>
+<li><a href="/projects/ttf2f/">TTF2f</a></li>
+<li><a href="/projects/tinct/">Tinct</a></li>
+<li><a href="/projects/libpencil/">Libpencil</a></li>
+</ul>
+</div>
+
+<h1>LibParserUtils</h1>
+
+<h2>What is LibParserUtils?</h2>
+
+<p>LibParserUtils is a library for building efficient parsers, written in C. It was developed as part of the <a href="/">NetSurf</a> project and is available for use by other software under the MIT licence.</p>
+
+<h2>Features</h2>
+
+<ul>
+<li>No mandatory dependencies (<code>iconv()</code> implementation optional for enhanced charset support)</li>
+<li>A number of built-in character set converters</li>
+<li>Mapping of character set names to/from MIB enum values</li>
+<li>UTF-8 and UTF-16 (host endian) support functions</li>
+<li>Various simple data structures (resizeable buffer, stack, vector)</li>
+<li>A UTF-8 input stream</li>
+<li>Simple C API</li>
+<li>Portable</li>
+<li>Shared library</li>
+</ul>
+
+<h3>Charset support</h3>
+
+<p>LibParserUtils has the following built-in charset converters.</p>
+
+<ul>
+<li>UTF-8</li>
+<li>UTF-16 (platform-native endian)</li>
+<li>ISO-8859-n</li>
+<li>Windows-125n</li>
+<li>US-ASCII</li>
+</ul>
+
+<p><strong>Note:</strong> LibParserUtils can optionally be built to use <code>iconv()</code>, enabling support for many more charsets. See the <a href="http://source.netsurf-browser.org/libparserutils.git/plain/README">readme</a> file for details.</p>
+
+
+<h2>Source code</h2>
+
+<p>You can <a href="http://source.netsurf-browser.org/libparserutils.git/">browse the source code</a> via the online interface. Alternatively, you can check it out with Git:</p>
+
+<p class="svncommand">$ git clone git://git.netsurf-browser.org/libparserutils.git</p>
+
+<p>LibParserUtils is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>.</p>
+
+<h2>Releases</h2>
+
+<ul>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.2.0-src.tar.gz">LibParserUtils 0.2.0 tarball</a></li>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.1.2-src.tar.gz">LibParserUtils 0.1.2 tarball</a></li>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.1.1-src.tar.gz">LibParserUtils 0.1.1 tarball</a></li>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.1.0-src.tar.gz">LibParserUtils 0.1.0 tarball</a></li>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.0.2-src.tar.gz">LibParserUtils 0.0.2 tarball</a></li>
+<li><a href="http://download.netsurf-browser.org/libs/releases/libparserutils-0.0.1-src.tar.gz">LibParserUtils 0.0.1 tarball</a></li>
+</ul>
+
+<h2>Contact</h2>
+
+<p>If you would like to help develop LibParserUtils, or have questions about the library, please join the NetSurf <a href="http://www.netsurf-browser.org/lists/netsurf-dev">developer mailing list</a>.</p>
+
+</body>
+</html>