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/hubbub/index.en | 86 ---------------------------------------------- projects/hubbub/index.html | 86 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+), 86 deletions(-) delete mode 100644 projects/hubbub/index.en create mode 100644 projects/hubbub/index.html (limited to 'projects/hubbub') diff --git a/projects/hubbub/index.en b/projects/hubbub/index.en deleted file mode 100644 index bfa45e6..0000000 --- a/projects/hubbub/index.en +++ /dev/null @@ -1,86 +0,0 @@ - - - -Hubbub | HTML Parsing Library - - - - - -
- -
- -

Hubbub

- -

What is Hubbub?

- -

Hubbub is an HTML5 compliant parsing library, written in C. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence.

- -

The HTML5 specification defines a parsing algorithm, based on the behaviour of mainstream browsers, which provides instructions for how to parse all markup, both valid and invalid. As a result, Hubbub parses web content well.

- -

If you are looking for an HTML5 parser in Python or Ruby, you may wish to look at html5lib.

- -

Features

- - - -

Future:

- - - -

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

- -

Hubbub is licensed under the MIT Licence.

- -

Releases

- - - -

Contact

- -

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

- - - diff --git a/projects/hubbub/index.html b/projects/hubbub/index.html new file mode 100644 index 0000000..bfa45e6 --- /dev/null +++ b/projects/hubbub/index.html @@ -0,0 +1,86 @@ + + + +Hubbub | HTML Parsing Library + + + + + +
+ +
+ +

Hubbub

+ +

What is Hubbub?

+ +

Hubbub is an HTML5 compliant parsing library, written in C. It was developed as part of the NetSurf project and is available for use by other software under the MIT licence.

+ +

The HTML5 specification defines a parsing algorithm, based on the behaviour of mainstream browsers, which provides instructions for how to parse all markup, both valid and invalid. As a result, Hubbub parses web content well.

+ +

If you are looking for an HTML5 parser in Python or Ruby, you may wish to look at html5lib.

+ +

Features

+ + + +

Future:

+ + + +

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

+ +

Hubbub is licensed under the MIT Licence.

+ +

Releases

+ + + +

Contact

+ +

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

+ + + -- cgit v1.2.3