![]()  | Logo by invent  (anonymous IP: 216.73.216.178,2409)  | |||||||||||||
  | ||||||||||||||
 
 
   Audio (347)   Datatype (51)   Demo (204)   Development (609)   Document (24)   Driver (98)   Emulation (153)   Game (1027)   Graphics (510)   Library (119)   Network (236)   Office (67)   Utility (938)   Video (72) Total files: 4455 Full index file Recent index file 
 Amigans.net Aminet IntuitionBase Hyperion Entertainment A-Eon Amiga Future 
Support the site  
 | 
 
             Hubbub -- an HTML parser
========================
Overview
--------
  Hubbub is a flexible HTML parser. It aims to comply with the HTML5
  specification.
Requirements
------------
  Hubbub requires the following tools:
    + A C99 capable C compiler
    + GNU make or compatible
    + Perl (for the testcases)
    + Pkg-config (for the testcases)
    + xsltproc (for the entity fetcher)
    + wget (for the entity fetcher)
    + doxygen (for the API documentation)
  Hubbub also requires the following libraries to be installed:
    + An iconv implementation (e.g. libiconv)
    + LibParserUtils -- see below for further information
    + JSON-C (for the testcases) -- see below for further information
  Hubbub can make use of the following, for debugging and testing purposes:
    + gcov and lcov, for test coverage data
LibParserUtils
--------------
  To compile Hubbub, you will need LibParserUtils.  This can be
  obtained from SVN:
  		$ svn co svn://svn.netsurf-browser.org/trunk/libparserutils/
  Follow the instructions in LibParserUtils' README file to build and 
  install it.
  Note: By default, libparserutils only supports a few character sets. It may, 
        however, be configured to use iconv() to provide charset conversion.
        See LibParserUtils' README for further information.
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright © 2004-2025 by Björn Hagström All Rights Reserved  |