reference github location on version output

This commit is contained in:
Michael[tm] Smith 2011-11-17 16:21:24 +09:00
parent 7ea0d7cec2
commit 1cacb8c8c9
3 changed files with 9 additions and 9 deletions

View file

@ -10,8 +10,8 @@
<h1>Tidy for HTML5</h1>
<p>This repo is a fork of the code from
<a href="http://tidy.sourceforge.net">tidy.sourceforge.net</a>.
This source code in this version supports processing of HTML5 documents,
using a
This source code in this version supports processing of HTML5 documents.
The changes for HTML5 support started from a
<a href="http://lists.w3.org/Archives/Public/www-archive/2011Nov/0007.html">patch developed by Björn Höhrmann</a>.</p>
<p>For *nix platforms, you can build and install from the source code using the

View file

@ -420,10 +420,10 @@ static void help( ctmbstr prog )
printf( "\n");
#ifdef PLATFORM_NAME
printf( "Options for HTML Tidy for %s released on %s:\n",
PLATFORM_NAME, tidyReleaseDate() );
printf( "Options for HTML Tidy for %s from https://github.com/w3c/tidy-html5\n",
PLATFORM_NAME);
#else
printf( "Options for HTML Tidy released on %s:\n", tidyReleaseDate() );
printf( "Options for HTML Tidy from https://github.com/w3c/tidy-html5\n");
#endif
printf( "\n");
@ -903,10 +903,10 @@ static void optionvalues( TidyDoc tdoc )
static void version( void )
{
#ifdef PLATFORM_NAME
printf( "HTML Tidy for %s released on %s\n",
PLATFORM_NAME, tidyReleaseDate() );
printf( "HTML Tidy for %s from https://github.com/w3c/tidy-html5\n",
PLATFORM_NAME);
#else
printf( "HTML Tidy released on %s\n", tidyReleaseDate() );
printf( "HTML Tidy from https://github.com/w3c/tidy-html5\n");
#endif
}

View file

@ -358,7 +358,7 @@ HTML Tidy Project Page at \fIhttp://tidy.sourceforge.net\fR
.SH AUTHOR
\fBTidy\fR was written by Dave Raggett &lt;\fIdsr@w3.org\fR&gt;, and is now maintained and developed by the Tidy team at \fIhttp://tidy.sourceforge.net/\fR. It is released under the \fIMIT Licence\fR.
.LP
Generated automatically with HTML Tidy released on <xsl:value-of select="cmdline/@version" />.
Generated automatically with HTML Tidy from https://github.com/w3c/tidy-html5.
</xsl:template>