diff -uNr ../tidy30apr00.orig/Overview.html ./Overview.html --- ../tidy30apr00.orig/Overview.html Sun Apr 30 11:23:55 2000 +++ ./Overview.html Thu May 4 11:39:19 2000 @@ -68,7 +68,7 @@

This version 30th April 2000

Copyright © 1998-2000 W3C, see +href="http://www.w3.org/">W3C, see tidy.c for copyright notice.

With many thanks to @@ -152,7 +152,7 @@ rather than "warnings".

Tidy features in a +href="http://webreview.com/wr/pub/1999/07/16/feature/"> recent article on XHTML by webreview.com.

@@ -697,10 +697,10 @@

Matej Vela <vela@debian.org> has written -a Unix man page for Tidy, but for the +a Unix man page for Tidy, but for the latest details on config options and for the release notes please -visit this page: -http://www.w3.org/People/Raggett/tidy.

+visit this page: +http://www.w3.org/People/Raggett/tidy/.

Using a Configuration File

@@ -1210,7 +1210,7 @@

Atari

Arnaud Bercegeay's site for the Atari binary for Tidy.

+href="http://tidy.atari.org/">Atari binary for Tidy.

Amiga

@@ -1274,7 +1274,7 @@

Solaris

Stephen Fuqua maintains a page for Tidy on +href="http://www.hep.utexas.edu/~sfuqua/unix/">Tidy on Solaris.

OS/2

@@ -1282,7 +1282,7 @@

Kaz SHiMZ <kshimz@sfc.co.jp> maintains an +href="http://www.dd.iij4u.or.jp/~kshimz/warp/tidy/"> OS/2 binary for Tidy.

FreeBSD

@@ -1348,72 +1348,72 @@ MacOS, BeOS, OS/2, AIX, Amiga, Atari, SunOS, Solaris, IRIX and HP-UX, amongst others.

-

Here is a link to the Open Source copyright +

Here is a link to the Open Source copyright notice and license.

-
tidy30apr.tgz
+
tidy30apr.tgz
gzipped tar file for source code (Unix line ends)
-
tidy30apr00.zip
+
tidy30apr00.zip
zipped source code (Windows line ends)
-
platform.h, +
platform.h, html.h
the include files with common definitions
-
config.c
+
config.c
support for customizing Tidy via config files
-
lexer.c
+
lexer.c
lexical analysis and buffer management
-
parser.c
+
parser.c
HTML and XML parsers
-
tags.c
+
tags.c
dictionary of tags and their properties
-
attrs.c
+
attrs.c
dictionary of attributes and their properties
-
istack.c
+
istack.c
stack of active inline elements
-
entities.c
+
entities.c
dictionary of entities
-
clean.c
+
clean.c
smarts for cleaning up presentational markup
-
pprint.c
+
pprint.c
pretty printing for HTML and XML
-
localize.c
+
localize.c
Change this file to localize tidy's messages
-
tidy.c
+
tidy.c
main() and error reporting routines
-
Makefile
+
Makefile
Makefile for gcc
-
Unix Man page
+
Unix Man page
Maintained by Matej Vela <vela@debian.org>
@@ -1525,10 +1525,10 @@ United Kingdom -

Dave +

Dave Raggett <dsr@w3.org> is an engineer from Hewlett -Packard's UK +Packard's UK Laboratories, and works on assignment to the World Wide Web Consortium, where he is the W3C lead for HTML, Math and Voice Browsers.

diff -uNr ../tidy30apr00.orig/localize.c ./localize.c --- ../tidy30apr00.orig/localize.c Sun Apr 30 11:23:55 2000 +++ ./localize.c Thu May 4 11:52:05 2000 @@ -11,7 +11,7 @@ #include "platform.h" #include "html.h" -#define ACCESS_URL "http://www.w3.org/WAI/GL" +#define ACCESS_URL "http://www.w3.org/WAI/GL/" char *release_date = "30th April 2000"; @@ -39,7 +39,7 @@ void ShowVersion(FILE *fp) { tidy_out(fp, "HTML Tidy release date: %s\n" - "See http://www.w3.org/People/Raggett for details\n", release_date); + "See http://www.w3.org/People/Raggett/ for details\n", release_date); } void FileError(FILE *fp, const char *file) @@ -610,7 +610,7 @@ tidy_out(errout, "HTML & CSS specifications are available from http://www.w3.org/\n"); tidy_out(errout, "To learn more about Tidy see http://www.w3.org/People/Raggett/tidy/\n"); tidy_out(errout, "Please send bug reports to Dave Raggett care of \n"); - tidy_out(errout, "Lobby your company to join W3C, see http://www.w3.org/Consortium\n"); + tidy_out(errout, "Lobby your company to join W3C, see http://www.w3.org/Consortium/\n"); } void HelloMessage(FILE *errout, char *date, char *filename) @@ -666,7 +666,7 @@ tidy_out(out, "Single letter options apart from -f may be combined\n"); tidy_out(out, "as in: tidy -f errs.txt -imu foo.html\n"); tidy_out(out, "You can also use --blah for any config file option blah\n"); - tidy_out(out, "For further info on HTML see http://www.w3.org/MarkUp\n"); + tidy_out(out, "For further info on HTML see http://www.w3.org/MarkUp/\n"); } diff -uNr ../tidy30apr00.orig/pending.html ./pending.html --- ../tidy30apr00.orig/pending.html Sun Apr 30 11:23:55 2000 +++ ./pending.html Thu May 4 11:40:40 2000 @@ -51,7 +51,7 @@ link="navy" vlink="black" alink="red">

HTML TIDY - Notes on Pending Work

-

Dave Raggett Dave Raggett dsr@w3.org

This is a page where I am keeping the suggestions for diff -uNr ../tidy30apr00.orig/platform.h ./platform.h --- ../tidy30apr00.orig/platform.h Sun Apr 30 11:25:15 2000 +++ ./platform.h Thu May 4 11:54:50 2000 @@ -32,11 +32,6 @@ #ifdef SUPPORT_GETPWNAM #include #endif - -/* used to point to Web Accessibility Guidelines */ -#define ACCESS_URL "http://www.w3.org/WAI/GL" - - #ifdef NEEDS_UNISTD_H #include /* needed for unlink on some Unix systems */ #endif diff -uNr ../tidy30apr00.orig/release-notes.html ./release-notes.html --- ../tidy30apr00.orig/release-notes.html Sun Apr 30 11:23:55 2000 +++ ./release-notes.html Thu May 4 11:34:12 2000 @@ -51,7 +51,7 @@ link="navy" vlink="black" alink="red">

HTML TIDY - Release Notes

-

Dave Raggett Dave Raggett dsr@w3.org

Public Email List for Tidy: <dtdgen and I am in the process of creating a further tool for verification. More information is available in my note on Assertion +href="http://www.w3.org/People/Raggett/dtdgen/Docs/">Assertion Grammars. Please contact me if you are interested in helping with this work.