Point to http://w3c.github.com/tidy-html5/ where appropriate.
This commit is contained in:
parent
47c1447489
commit
ddb5702a08
|
@ -440,6 +440,9 @@ static void help( ctmbstr prog )
|
||||||
printf( "Single letter options apart from -f may be combined\n");
|
printf( "Single letter options apart from -f may be combined\n");
|
||||||
printf( "as in: tidy -f errs.txt -imu foo.html\n");
|
printf( "as in: tidy -f errs.txt -imu foo.html\n");
|
||||||
printf( "\n");
|
printf( "\n");
|
||||||
|
printf( "For more information on this HTML5-aware experimental fork of Tidy,\n" );
|
||||||
|
printf( "see http://w3c.github.com/tidy-html5/\n" );
|
||||||
|
printf( "\n");
|
||||||
printf( "For more information on HTML, see the following:\n" );
|
printf( "For more information on HTML, see the following:\n" );
|
||||||
printf( "\n");
|
printf( "\n");
|
||||||
printf( " HTML: Edition for Web Authors (the latest HTML specification)\n");
|
printf( " HTML: Edition for Web Authors (the latest HTML specification)\n");
|
||||||
|
|
|
@ -354,6 +354,12 @@ appearing in content with another backslash.
|
||||||
<!-- Appears at the bottom of the man page: -->
|
<!-- Appears at the bottom of the man page: -->
|
||||||
<xsl:template name="manpage-see-also-section">
|
<xsl:template name="manpage-see-also-section">
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
|
For more information about the experimental HTML5 fork of Tidy:
|
||||||
|
.RS 4
|
||||||
|
.LP
|
||||||
|
http://w3c.github.com/tidy-html5/
|
||||||
|
.RE
|
||||||
|
.LP
|
||||||
For more information on HTML:
|
For more information on HTML:
|
||||||
.RS 4
|
.RS 4
|
||||||
.LP
|
.LP
|
||||||
|
@ -366,12 +372,6 @@ http://dev.w3.org/html5/spec-author-view
|
||||||
http://dev.w3.org/html5/markup/
|
http://dev.w3.org/html5/markup/
|
||||||
.RE
|
.RE
|
||||||
.LP
|
.LP
|
||||||
For more information about the experimental HTML5 fork of HTML Tidy:
|
|
||||||
.RS 4
|
|
||||||
.LP
|
|
||||||
https://github.com/w3c/tidy-html5
|
|
||||||
.RE
|
|
||||||
.LP
|
|
||||||
For bug reports and comments:
|
For bug reports and comments:
|
||||||
.RS 4
|
.RS 4
|
||||||
.LP
|
.LP
|
||||||
|
@ -386,7 +386,7 @@ Validate your HTML documents using the \fBW3C Nu Markup Validator\fR:
|
||||||
http://validator.w3.org/nu/
|
http://validator.w3.org/nu/
|
||||||
.RE
|
.RE
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
\fBTidy\fR was written by \fBDave Raggett\fR <dsr@w3.org>, and susequently maintained by a team at http://tidy.sourceforge.net/
|
\fBTidy\fR was written by \fBDave Raggett\fR <dsr@w3.org>, and subsequently maintained by a team at http://tidy.sourceforge.net/
|
||||||
.LP
|
.LP
|
||||||
The sources for the HTML5 fork of \fBTidy\fR are available at https://github.com/w3c/tidy-html5/ under the MIT Licence.
|
The sources for the HTML5 fork of \fBTidy\fR are available at https://github.com/w3c/tidy-html5/ under the MIT Licence.
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
|
@ -1803,7 +1803,7 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
|
||||||
|
|
||||||
void TY_(GeneralInfo)( TidyDocImpl* doc )
|
void TY_(GeneralInfo)( TidyDocImpl* doc )
|
||||||
{
|
{
|
||||||
tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/tidy-html5\n");
|
tidy_out(doc, "About this fork of Tidy: http://w3c.github.com/tidy-html5/\n");
|
||||||
tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n");
|
tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n");
|
||||||
tidy_out(doc, "Or send questions and comments to html-tidy@w3.org\n");
|
tidy_out(doc, "Or send questions and comments to html-tidy@w3.org\n");
|
||||||
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");
|
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");
|
||||||
|
|
Loading…
Reference in a new issue