Skip to content

Commit ddb5702

Browse files
Point to http://w3c.github.com/tidy-html5/ where appropriate.
1 parent 47c1447 commit ddb5702

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

console/tidy.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,9 @@ static void help( ctmbstr prog )
440440
printf( "Single letter options apart from -f may be combined\n");
441441
printf( "as in: tidy -f errs.txt -imu foo.html\n");
442442
printf( "\n");
443+
printf( "For more information on this HTML5-aware experimental fork of Tidy,\n" );
444+
printf( "see http://w3c.github.com/tidy-html5/\n" );
445+
printf( "\n");
443446
printf( "For more information on HTML, see the following:\n" );
444447
printf( "\n");
445448
printf( " HTML: Edition for Web Authors (the latest HTML specification)\n");

htmldoc/tidy1.xsl

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,12 @@ appearing in content with another backslash.
354354
<!-- Appears at the bottom of the man page: -->
355355
<xsl:template name="manpage-see-also-section">
356356
.SH SEE ALSO
357+
For more information about the experimental HTML5 fork of Tidy:
358+
.RS 4
359+
.LP
360+
http://w3c.github.com/tidy-html5/
361+
.RE
362+
.LP
357363
For more information on HTML:
358364
.RS 4
359365
.LP
@@ -366,12 +372,6 @@ http://dev.w3.org/html5/spec-author-view
366372
http://dev.w3.org/html5/markup/
367373
.RE
368374
.LP
369-
For more information about the experimental HTML5 fork of HTML Tidy:
370-
.RS 4
371-
.LP
372-
https://github.com/w3c/tidy-html5
373-
.RE
374-
.LP
375375
For bug reports and comments:
376376
.RS 4
377377
.LP
@@ -386,7 +386,7 @@ Validate your HTML documents using the \fBW3C Nu Markup Validator\fR:
386386
http://validator.w3.org/nu/
387387
.RE
388388
.SH AUTHOR
389-
\fBTidy\fR was written by \fBDave Raggett\fR &lt;[email protected]&gt;, and susequently maintained by a team at http://tidy.sourceforge.net/
389+
\fBTidy\fR was written by \fBDave Raggett\fR &lt;[email protected]&gt;, and subsequently maintained by a team at http://tidy.sourceforge.net/
390390
.LP
391391
The sources for the HTML5 fork of \fBTidy\fR are available at https://github.com/w3c/tidy-html5/ under the MIT Licence.
392392
</xsl:template>

src/localize.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
18031803

18041804
void TY_(GeneralInfo)( TidyDocImpl* doc )
18051805
{
1806-
tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/tidy-html5\n");
1806+
tidy_out(doc, "About this fork of Tidy: http://w3c.github.com/tidy-html5/\n");
18071807
tidy_out(doc, "Bug reports and comments: https://github.com/w3c/tidy-html5/issues/\n");
18081808
tidy_out(doc, "Or send questions and comments to [email protected]\n");
18091809
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");

0 commit comments

Comments
 (0)