kolibrios/programs/network/netsurf/libdom/bindings/hubbub
2013-11-13 21:14:07 +00:00
..
errors.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
Makefile Updated Kolibri front-end, fixed deplibs, updated objects, updated fetchers, fix in libdom port binding for hubbub. Still need to add multi-threading for downloads, as well as cookies, POST requests and other fetcher stuff. And may be tweak input a bit. 2013-11-13 21:14:07 +00:00
parser.c Updated Kolibri front-end, fixed deplibs, updated objects, updated fetchers, fix in libdom port binding for hubbub. Still need to add multi-threading for downloads, as well as cookies, POST requests and other fetcher stuff. And may be tweak input a bit. 2013-11-13 21:14:07 +00:00
parser.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
README Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00
utils.h Netsurf initial port (still needs native ui and cURL) 2013-06-01 17:14:14 +00:00

Hubbub binding for libdom
=========================

  This is a wrapper around hubbub's parser API, to facilitate
  construction of a libdom DOM tree. The basic premise is that the wrapper
  intercepts the SAX-like events emitted by hubbub's tokeniser then builds
  a libdom DOM tree from them.