summaryrefslogtreecommitdiff
path: root/projects/libdom/index.html
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2014-10-15 09:45:34 +0100
committerMichael Drake <tlsa@netsurf-browser.org>2014-10-15 09:45:34 +0100
commitdcaea5b92bf277c0247ac58623473d1b2f2e3f25 (patch)
tree2afc4b5f645e8d6d667d9e76702950ab45cbdfe4 /projects/libdom/index.html
parente7b6012b8d9db33f23f9950edb7daa2a5fef038b (diff)
parent1fdff7a69a23fbbfda079dd13d4adad649bf980a (diff)
downloadnetsurf-website-dcaea5b92bf277c0247ac58623473d1b2f2e3f25.tar.gz
netsurf-website-dcaea5b92bf277c0247ac58623473d1b2f2e3f25.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf-website
Diffstat (limited to 'projects/libdom/index.html')
-rw-r--r--projects/libdom/index.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/projects/libdom/index.html b/projects/libdom/index.html
new file mode 100644
index 0000000..1518d85
--- /dev/null
+++ b/projects/libdom/index.html
@@ -0,0 +1,51 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>LibDOM | DOM 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><strong>LibDOM</strong></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><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>LibDOM</h1>
+
+<h2>What is LibDOM?</h2>
+
+<p>LibDOM is an implementation of the <a href="http://www.w3.org/DOM/">W3C DOM</a>, written in C. It is currently in development for use with <a href="/">NetSurf</a> and is intended to be suitable for use in other projects too. For further details, see the <a href="http://source.netsurf-browser.org/libdom.git/plain/README">readme</a>.</p>
+
+<h2>Source code</h2>
+
+<p>You can <a href="http://source.netsurf-browser.org/libdom.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/libdom.git</p>
+
+<p>LibDOM is licensed under the <a href="http://opensource.org/licenses/mit-license.php">MIT Licence</a>.</p>
+
+<h2>Contact</h2>
+
+<p>If you would like to help develop LibDOM, 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>