wok diff tidy-html5/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 (2022-05-21)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/tidy-html5/description.txt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -0,0 +1,17 @@
     1.4 +Tidy reads HTML, XHTML, and XML files and writes cleaned-up markup. For HTML
     1.5 +variants, it detects, reports, and corrects many common coding errors and
     1.6 +strives to produce visually equivalent markup that is both conformant to the
     1.7 +HTML specifications and that works in most browsers.
     1.8 +
     1.9 +A common use of Tidy is to convert plain HTML to XHTML. For generic XML files,
    1.10 +Tidy is limited to correcting basic well-formedness errors and pretty printing.
    1.11 +
    1.12 +If no input file is specified, Tidy reads the standard input. If no output file
    1.13 +is specified, Tidy writes the tidied markup to the standard output. If no error
    1.14 +file is specified, Tidy writes messages to the standard error.
    1.15 +For command line options that expect a numerical argument, a default is assumed
    1.16 +if no meaningful value can be found.
    1.17 +
    1.18 +Tidy was written by Dave Raggett <dsr@w3.org>, and subsequently maintained by a
    1.19 +team at <http://tidy.sourceforge.net/>, and now maintained by HTACG
    1.20 +(<http://www.htacg.org>).