git.y1.nz

digest-html

Converts HTML to plaintext-with-links.
download: http://git.y1.nz/archives/digest-html.tar.gz
README | Files | Log | Refs

config.mk

      1 PREFIX = /usr/local
      2 MANPREFIX = $(PREFIX)/share/man
      3 CC = cc -Wpedantic -Wextra \
      4      -L $(PREFIX)/lib -I $(PREFIX)/include 
      5 # TODO: use -std=c99

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.