wok annotate tidy-html5/description.txt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (23 months ago)
parents
children
rev   line source
al@18686 1 Tidy reads HTML, XHTML, and XML files and writes cleaned-up markup. For HTML
al@18686 2 variants, it detects, reports, and corrects many common coding errors and
al@18686 3 strives to produce visually equivalent markup that is both conformant to the
al@18686 4 HTML specifications and that works in most browsers.
al@18686 5
al@18686 6 A common use of Tidy is to convert plain HTML to XHTML. For generic XML files,
al@18686 7 Tidy is limited to correcting basic well-formedness errors and pretty printing.
al@18686 8
al@18686 9 If no input file is specified, Tidy reads the standard input. If no output file
al@18686 10 is specified, Tidy writes the tidied markup to the standard output. If no error
al@18686 11 file is specified, Tidy writes messages to the standard error.
al@18686 12 For command line options that expect a numerical argument, a default is assumed
al@18686 13 if no meaningful value can be found.
al@18686 14
al@18686 15 Tidy was written by Dave Raggett <dsr@w3.org>, and subsequently maintained by a
al@18686 16 team at <http://tidy.sourceforge.net/>, and now maintained by HTACG
al@18686 17 (<http://www.htacg.org>).