diff --git a/console/tidy.c b/console/tidy.c index 2a90fc6..68a6327 100644 --- a/console/tidy.c +++ b/console/tidy.c @@ -440,6 +440,9 @@ static void help( ctmbstr prog ) printf( "Single letter options apart from -f may be combined\n"); printf( "as in: tidy -f errs.txt -imu foo.html\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( "\n"); printf( " HTML: Edition for Web Authors (the latest HTML specification)\n"); diff --git a/htmldoc/tidy1.xsl b/htmldoc/tidy1.xsl index eda8156..7157ed0 100644 --- a/htmldoc/tidy1.xsl +++ b/htmldoc/tidy1.xsl @@ -354,6 +354,12 @@ appearing in content with another backslash. .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: .RS 4 .LP @@ -366,12 +372,6 @@ http://dev.w3.org/html5/spec-author-view http://dev.w3.org/html5/markup/ .RE .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: .RS 4 .LP @@ -386,7 +386,7 @@ Validate your HTML documents using the \fBW3C Nu Markup Validator\fR: http://validator.w3.org/nu/ .RE .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 The sources for the HTML5 fork of \fBTidy\fR are available at https://github.com/w3c/tidy-html5/ under the MIT Licence. diff --git a/src/localize.c b/src/localize.c index 9a07d84..52f0689 100644 --- a/src/localize.c +++ b/src/localize.c @@ -1803,7 +1803,7 @@ void TY_(NeedsAuthorIntervention)( 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, "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");