TIDY(1) | General Commands Manual | TIDY(1) |
tidy - validate, correct, and pretty-print HTML files
tidy [option ...] [file ...] [option ...] [file ...]
Tidy reads HTML, XHTML and XML files and writes cleaned up markup. For HTML varians, it detects and corrects many common coding errors and strives to produce visually equivalent markup that is both W3C complaint and works on most browsers. A common use of Tidy is to convert plain HTML to XHTML. For generic XML files, Tidy is limited to correcting basic well-formedness errors and pretty printing.
If no markup file is specified, Tidy reads the standard input. If no output file is specified, Tidy writes markup to the standard output. If no error file is specified, Tidy writes messages to the standard error.
Processing directives
Use --blah blarg for any configuration option "blah" with argument "blarg"
Input/Output default to stdin/stdout respectively Single letter options apart from -f and -o may be combined as in: tidy -f errs.txt -imu foo.html For further info on HTML see http://www.w3.org/MarkUp
For more information about HTML Tidy, visit the project home page at http://tidy.sourceforge.net. Here, you will find links to documentation, mailing lists (with searchable archives) and links to report bugs.
HTML Tidy Project Page at http://tidy.sourceforge.net
Dave Raggett's Tidy Overview at http://www.w3.org/People/Raggett/tidy/
Tidy Quick Reference at http://tidy.sourceforge.net/docs/quickref.html
For information about TidyLib, see http://tidy.sourceforge.net/libintro.html
Dave Raggett <dsr@w3.org>.
Terry Teague <terry_teague@users.sourceforge.net>.
Bjoern Hoehrmann <bjoern@hoehrmann.de>
Charles Reitzel <creitzel@rcn.com>
This manual page was written by Matej Vela <vela@debian.org> and updated by Charles Reitzel.
December 1, 2002 |