Scroll to navigation

VILISTEXTUM(1) General Commands Manual VILISTEXTUM(1)

NAME

vilistextum - html to ascii converter

SYNOPSIS

vilistextum [OPTIONS] [inputfile |-] [outputfile | -]

DESCRIPTION

vilistextum is a html to ascii converter specifically programmed to get the best out of incorrect html.

OPTIONS

inputfile,- resp. outputfile,-
replace inputfile with '-' for reading from standard input, likewise outputfile with '-' for writing to standard output.
don't output anything for IMG tags even if they have an ALT attribute. Implies --no-image.
some tags will be converted to special characters.
increase level of verbosity for error messages (0: No error messages).
IMG tags without alt attribute are output as [STRING].
numbers the links in the document and creates footnotes of each link at the end of the file.
print the links directly after the html tag.
don't convert the entities from windows1252 (€-Ÿ and their proper entity names)
don't output [Image] for IMG tags that have no ALT attribute.
output text more suitable for reading on a PDA.
if there is an empty ALT attribute in a IMG tag (eg <IMG href="..." alt="">), don't output '[]'.
if there are more than NUMBER empty lines, output only NUMBER. Default: 1.
don't output title.
maximum line width.
display this help and exit
output version information and exit

MULTIBYTE OPTIONS (Only available if compiled with multibyte support)

instead of the character set of the html document, everything will be output as utf-8.
use the //TRANSLIT feature of libiconv. Consult the iconv manual for details.
if the HTML document doesn't provide a character set in the meta tags, use CHARSET.

LIMITATIONS

The rendering of tables is not very good.

The handling of OL is incomplete. The program treats it as UL and more than 10 nested lists confuse it.

Text is never justified.

REPORTING BUGS

Please report bugs to <bhaak@gmx.net>.

AUTHOR

Vilistextum was written by Patric Mueller <bhaak@gmx.net> and may be freely distributed under the terms of the GNU General Public License Version 2. There is ABSOLUTELY NO WARRANTY for this program.

SEE ALSO

iconv(3), lynx(1), links(1), w3m(1)

22 OCT 2006