summaryrefslogtreecommitdiff
path: root/projects/libnsgif
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/libnsgif
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/libnsgif')
-rw-r--r--projects/libnsgif/index.en66
1 files changed, 66 insertions, 0 deletions
diff --git a/projects/libnsgif/index.en b/projects/libnsgif/index.en
new file mode 100644
index 0000000..afd2d9c
--- /dev/null
+++ b/projects/libnsgif/index.en
@@ -0,0 +1,66 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Libnsgif | GIF Decoding 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><a href="/projects/libparserutils/">LibParserUtils</a></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><strong>Libnsgif</strong></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>Libnsgif</h1>
+
+<h2>What is Libnsgif?</h2>
+
+<p>Libnsgif is a decoding library for the GIF image file format, 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>Decodes GIF files</li>
+<li>Example usage demonstration</li>
+</ul>
+
+<h2>Source code</h2>
+
+<p>You can <a href="http://source.netsurf-browser.org/trunk/libnsgif/">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/libnsgif</p>
+
+<p>Libnsgif 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/libnsgif-0.0.3-src.tar.gz">Libnsgif 0.0.3 tarball</a></li>
+<li><a href="../releases/libnsgif-0.0.2-src.tar.gz">Libnsgif 0.0.2 tarball</a></li>
+<li><a href="../releases/libnsgif-0.0.1-src.tar.gz">Libnsgif 0.0.1 tarball</a></li>
+</ul>
+
+<h2>Contact</h2>
+
+<p>If you would like to discuss Libnsgif, 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