You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tidy reads HTML, XHTML and XML files and writes cleaned up markup. For HTML variants, it detects and corrects many common coding errors and strives to produce visually equivalent markup that is both W3C compliant 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.
65
+
Tidy reads HTML(5), XHTML(5) and XML files and writes cleaned-up markup. For HTML variants, it detects, reports, and corrects many common coding errors and strives to produce visually equivalent markup that is both conformant to the HTML specifications and that works in most browsers.
66
+
.LP
67
+
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.
64
68
.LP
65
69
If no input file is specified, Tidy reads the standard input. If no output file is specified, Tidy writes the tidied markup to the standard output. If no error file is specified, Tidy writes messages to the standard error.
66
70
For command line options that expect a numerical argument, a default is assumed if no meaningful value can be found.
@@ -75,9 +79,36 @@ Input/Output default to stdin/stdout respectively. Single letter options apart f
75
79
.in 1i
76
80
\fBtidy -f errs.txt -imu foo.html\fR
77
81
.LP
78
-
For further info on HTML see \fIhttp://www.w3.org/MarkUp\fR.
82
+
For more information on HTML, see the following:
83
+
.RS 4
84
+
.LP
85
+
\fBHTML: Edition for Web Authors\fR (the latest HTML specification)
86
+
.br
87
+
http://dev.w3.org/html5/spec-author-view
88
+
.LP
89
+
\fBHTML: The Markup Language\fR (an HTML language reference)
90
+
.br
91
+
http://dev.w3.org/html5/markup/
92
+
.RE
93
+
.LP
94
+
For more information about HTML Tidy, see:
95
+
.RS 4
96
+
.LP
97
+
https://github.com/w3c/tidy-html5
98
+
.RE
99
+
.LP
100
+
For bug reports and comments, see:
101
+
.RS 4
79
102
.LP
80
-
For more information about HTML Tidy, visit the project home page at \fIhttp://tidy.sourceforge.net\fR. Here, you will find links to documentation, mailing lists (with searchable archives) and links to report bugs.
Validate your HTML documents using the \fBW3C Nu Markup Validator\fR:
108
+
.RS 4
109
+
.LP
110
+
http://validator.w3.org/nu/
111
+
.RE
81
112
.SH ENVIRONMENT
82
113
.TP
83
114
.B HTML_TIDY
@@ -353,12 +384,12 @@ appearing in content with another backslash.
353
384
354
385
<!-- Appears at the bottom of the man page: -->
355
386
<xsl:templatename="manpage-see-also-section">
356
-
.SH "SEE ALSO"
357
-
HTML Tidy Project Page at \fIhttp://tidy.sourceforge.net\fR
358
387
.SH AUTHOR
359
-
\fBTidy\fR was written by Dave Raggett <\[email protected]\fR>, and is now maintained and developed by the Tidy team at \fIhttp://tidy.sourceforge.net/\fR. It is released under the \fIMIT Licence\fR.
388
+
\fBTidy\fR was written by \fBDave Raggett\fR <[email protected]>, and was for a long while maintained by a team at http://tidy.sourceforge.net/
389
+
.LP
390
+
The HTML5 fork of \fBTidy\fR is at https://github.com/w3c/tidy-html5/
360
391
.LP
361
-
Generated automatically with HTML Tidy from https://github.com/w3c/tidy-html5.
392
+
The sources for \fBTidy\fR are available under the MIT Licence.
0 commit comments