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/libdom/index.html | 51 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 projects/libdom/index.html (limited to 'projects/libdom/index.html') 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 @@ + + + +LibDOM | DOM Library + + + + + +
+ +
+ +

LibDOM

+ +

What is LibDOM?

+ +

LibDOM is an implementation of the W3C DOM, written in C. It is currently in development for use with NetSurf and is intended to be suitable for use in other projects too. For further details, see the readme.

+ +

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/libdom.git

+ +

LibDOM is licensed under the MIT Licence.

+ +

Contact

+ +

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

+ + + -- cgit v1.2.3