reference github location on version output
This commit is contained in:
parent
7ea0d7cec2
commit
1cacb8c8c9
|
@ -10,8 +10,8 @@
|
||||||
<h1>Tidy for HTML5</h1>
|
<h1>Tidy for HTML5</h1>
|
||||||
<p>This repo is a fork of the code from
|
<p>This repo is a fork of the code from
|
||||||
<a href="http://tidy.sourceforge.net">tidy.sourceforge.net</a>.
|
<a href="http://tidy.sourceforge.net">tidy.sourceforge.net</a>.
|
||||||
This source code in this version supports processing of HTML5 documents,
|
This source code in this version supports processing of HTML5 documents.
|
||||||
using a
|
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>
|
<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
|
<p>For *nix platforms, you can build and install from the source code using the
|
||||||
|
|
|
@ -420,10 +420,10 @@ static void help( ctmbstr prog )
|
||||||
printf( "\n");
|
printf( "\n");
|
||||||
|
|
||||||
#ifdef PLATFORM_NAME
|
#ifdef PLATFORM_NAME
|
||||||
printf( "Options for HTML Tidy for %s released on %s:\n",
|
printf( "Options for HTML Tidy for %s from https://github.com/w3c/tidy-html5\n",
|
||||||
PLATFORM_NAME, tidyReleaseDate() );
|
PLATFORM_NAME);
|
||||||
#else
|
#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
|
#endif
|
||||||
printf( "\n");
|
printf( "\n");
|
||||||
|
|
||||||
|
@ -903,10 +903,10 @@ static void optionvalues( TidyDoc tdoc )
|
||||||
static void version( void )
|
static void version( void )
|
||||||
{
|
{
|
||||||
#ifdef PLATFORM_NAME
|
#ifdef PLATFORM_NAME
|
||||||
printf( "HTML Tidy for %s released on %s\n",
|
printf( "HTML Tidy for %s from https://github.com/w3c/tidy-html5\n",
|
||||||
PLATFORM_NAME, tidyReleaseDate() );
|
PLATFORM_NAME);
|
||||||
#else
|
#else
|
||||||
printf( "HTML Tidy released on %s\n", tidyReleaseDate() );
|
printf( "HTML Tidy from https://github.com/w3c/tidy-html5\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -358,7 +358,7 @@ HTML Tidy Project Page at \fIhttp://tidy.sourceforge.net\fR
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
\fBTidy\fR was written by Dave Raggett <\fIdsr@w3.org\fR>, and is now maintained and developed by the Tidy team at \fIhttp://tidy.sourceforge.net/\fR. It is released under the \fIMIT Licence\fR.
|
\fBTidy\fR was written by Dave Raggett <\fIdsr@w3.org\fR>, 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
|
.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>
|
</xsl:template>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue