Update some more information strings to suit this fork

This commit is contained in:
Geoff McLane 2014-08-07 14:09:48 +02:00
parent 18ef6b6aa2
commit 7a6a86503e

View file

@ -1843,11 +1843,11 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc )
void TY_(GeneralInfo)( TidyDocImpl* doc )
{
if (!cfgBool(doc, TidyShowInfo)) return;
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, "About this fork of Tidy: https://github.com/geoffmcl/tidy-fork/\n");
tidy_out(doc, "Bug reports and comments: https://github.com/geoffmcl/tidy-fork/issues/\n");
tidy_out(doc, "Or send questions and comments to tidy _at_ geoffair _dot_ info\n");
tidy_out(doc, "HTML5 language tutorial: http://www.w3schools.com/html/html5_intro.asp\n");
tidy_out(doc, "Latest HTML specification: http://dev.w3.org/html5/spec-author-view/\n");
tidy_out(doc, "HTML language reference: http://dev.w3.org/html5/markup/\n");
tidy_out(doc, "Validate your HTML5 documents: http://validator.w3.org/nu/\n");
tidy_out(doc, "Lobby your company to join the W3C: http://www.w3.org/Consortium\n");
}