digest-html | Converts HTML to plaintext-with-links. |
| download: http://git.y1.nz/archives/digest-html.tar.gz | |
| README | Files | Log | Refs |
README
1 DIGEST-html (gurglegurglegurgle)
2 ===========================
3
4 DIGEST-html converts html documents into plaintext-with-links.
5 It is intended for use with [well(1)](http://git.y1.nz/well/)
6 and [Bro](http://git.y1.nz/bro/) (the standard web browser) to
7 form a minimal, modular web browser.
8
9 ---------------------------
10 Build:
11 use `make` to build,
12 then `make install` with priveleges to install.
13
14 Dependencies:
15 [Gumbo](http://git.y1.nz/gumbo/): spec-compliant html parser by google.
16 [Okra](http://git.y1.nz/okra/): spec-compliant URI parser by Emma Weaver.
17 Both dependencies are minimal, written in pure C99, have no dependencies.
18
19 Usage:
20 running `digest-html` will print a short usage guide,
21 or read the man page using `mandoc digest-html.1 | less` or
22 `man digest` for more details.
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.