pkgsrc/textproc/html2text
minskim 5ad246fc2a Update to 1.3.2.
Changes:
  - Added command line option '-ascii' for straight ascii output
  (instead of ISO-8859-1, which is the default). (html2text.C, sgml.C)
  - Implemented rendering of most SGML entities introduced in
  HTML-4. As a limitation, those entities not present in
  HTML-3.2/ISO-8859-1 will be recognized only if represented as "named
  entities" and not with thier numeric values, e.g. "™" will be
  rendered, "™" won't. (html2text.C, sgml.C)
  - Element closing as done in XHTML (e.g. "<br />") is now tolerated.
  (HTMLControl.C)
  - The program now ignores the content of <SCRIPT> or <STYLE> elemts
  within TABLEs, even if it is not commented out. (HTMLParser.y)
  - Fixed urlistream.h (fd_ might be uninitialized). (urlistream.h)
2004-02-13 14:43:18 +00:00
..
patches Make this compile with gcc-3.3. Fixes problem seen in agc's latest bulk build. 2004-01-11 20:31:44 +00:00
DESCR
distinfo Update to 1.3.2. 2004-02-13 14:43:18 +00:00
Makefile Update to 1.3.2. 2004-02-13 14:43:18 +00:00
PLIST