From 184f41154412a3609b8af10a5cf954a4d76d8ef8 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 18 Feb 2012 18:17:43 +0900 Subject: [PATCH] Update general-info message tidy emits at end. --- src/localize.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/localize.c b/src/localize.c index b832c23..ff212e5 100644 --- a/src/localize.c +++ b/src/localize.c @@ -1781,11 +1781,12 @@ void TY_(NeedsAuthorIntervention)( TidyDocImpl* doc ) void TY_(GeneralInfo)( TidyDocImpl* doc ) { - tidy_out(doc, "To learn more about HTML Tidy see http://tidy.sourceforge.net\n"); - tidy_out(doc, "Please fill bug reports and queries using the \"tracker\" on the Tidy web site.\n"); - tidy_out(doc, "Additionally, questions can be sent to html-tidy@w3.org\n"); - tidy_out(doc, "HTML and CSS specifications are available from http://www.w3.org/\n"); - tidy_out(doc, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n"); + tidy_out(doc, "About this fork of Tidy: https://github.com/w3c/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/\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"); } #if SUPPORT_ACCESSIBILITY_CHECKS