summaryrefslogtreecommitdiff
path: root/projects/libparserutils
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-01 13:18:47 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2012-07-01 13:18:47 +0100
commit5f5fa631013417dd4c9010e3b12084f3bd805895 (patch)
tree30956a49dffdb9382cb37dcec71c36a6feebacad /projects/libparserutils
downloadnetsurf-website-5f5fa631013417dd4c9010e3b12084f3bd805895.tar.gz
netsurf-website-5f5fa631013417dd4c9010e3b12084f3bd805895.tar.bz2
Transfer current state of netsurfweb as a fresh line of history
Diffstat (limited to 'projects/libparserutils')
-rw-r--r--projects/libparserutils/index.en89
1 files changed, 89 insertions, 0 deletions
diff --git a/projects/libparserutils/index.en b/projects/libparserutils/index.en
new file mode 100644
index 0000000..2e09aea
--- /dev/null
+++ b/projects/libparserutils/index.en
@@ -0,0 +1,89 @@
+<!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/trunk/libparserutils/README">readme</a> file for details.</p>
+
+
+<h2>Source code</h2>
+
+<p>You can <a href="http://source.netsurf-browser.org/trunk/libparserutils/">browse the source code</a> via the online interface. Alternatively, you can check it out of SVN:</p>
+
+<p class="svncommand">$ svn co svn://svn.netsurf-browser.org/trunk/libparserutils</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="../releases/libparserutils-0.1.1-src.tar.gz">LibParserUtils 0.1.1 tarball</a></li>
+<li><a href="../releases/libparserutils-0.1.0-src.tar.gz">LibParserUtils 0.1.0 tarball</a></li>
+<li><a href="../releases/libparserutils-0.0.2-src.tar.gz">LibParserUtils 0.0.2 tarball</a></li>
+<li><a href="../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> \ No newline at end of file