This patch (for larbin 2.6.0) add Ocaml scripting
capabilities to Larbin. It requires Ocaml 3.04 or
higher. See www.ocaml.org for details on the Objective
Caml functional language.
With this patch, Larbin crawling customization can
easily be made as powerful small Ocaml scripts
(compiled to Ocaml bytecode).
Several scripts are given, including
statjavascript (to measure the distribution of the
Javascript scripts in Web pages)
statdtd (to measure distribution of length and
DOCTYPE in Web pages)
statgenerator (to mesure distribution of generator
thru <meta> tags)
See http://lesours.starynkevitch.net/poesia_tmp.html
and (after febr.2002) www.poesia-filter.org for the
motivations of this patch (and for some measured results).
patch to Larbin 2.6.0 to add OCaml scripting