DIGEST-html (gurglegurglegurgle)
===========================

DIGEST-html converts html documents into plaintext-with-links.
It is intended for use with [well(1)](http://git.y1.nz/well/)
and [Bro](http://git.y1.nz/bro/) (the standard web browser) to
form a minimal, modular web browser.

---------------------------
Build:
  use `make` to build,
  then `make install` with priveleges to install.

Dependencies:
  [Gumbo](http://git.y1.nz/gumbo/): spec-compliant html parser by google.
  [Okra](http://git.y1.nz/okra/): spec-compliant URI parser by Emma Weaver.
  Both dependencies are minimal, written in pure C99, have no dependencies.

Usage:
  running `digest-html` will print a short usage guide,
  or read the man page using `mandoc digest-html.1 | less` or
  `man digest` for more details.
