wok view html2text/description.txt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents
children
line source
1 Html2text is a command line utility, written in C++, that converts HTML
2 documents into plain text.
4 Each HTML document is loaded from a location indicated by a URI or read
5 from standard input, and formatted into a stream of plain text characters
6 that is written to standard output or into an output-file.
7 The input-URI may specify a remote site, from that the documents are
8 loaded via the Hypertext Transfer Protocol (HTTP).
10 The program is able to preserve the original positions of table fields,
11 allows you to set the screen width (to a given number of output
12 characters), and accepts also syntactically incorrect input (attempting
13 to interpret it "reasonably"). Boldface and underlined text is rendered
14 by default with backspace sequences (which is particulary usefull when
15 piping the program's output into "less" or an other pager). All rendering
16 properties can largely be costomised trough an RC-file.