wok view tidy-html5/description.txt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents
children
line source
1 Tidy reads HTML, XHTML, and XML files and writes cleaned-up markup. For HTML
2 variants, it detects, reports, and corrects many common coding errors and
3 strives to produce visually equivalent markup that is both conformant to the
4 HTML specifications and that works in most browsers.
6 A common use of Tidy is to convert plain HTML to XHTML. For generic XML files,
7 Tidy is limited to correcting basic well-formedness errors and pretty printing.
9 If no input file is specified, Tidy reads the standard input. If no output file
10 is specified, Tidy writes the tidied markup to the standard output. If no error
11 file is specified, Tidy writes messages to the standard error.
12 For command line options that expect a numerical argument, a default is assumed
13 if no meaningful value can be found.
15 Tidy was written by Dave Raggett <dsr@w3.org>, and subsequently maintained by a
16 team at <http://tidy.sourceforge.net/>, and now maintained by HTACG
17 (<http://www.htacg.org>).