
25 Nov
2007
25 Nov
'07
5 p.m.
On Sun, Nov 25, 2007 at 04:27:24PM -0000, John Maddock wrote:
Beman Dawes wrote:
* Rename tools/bcp/bcp.html to index.html.
Or add an index.html that redirects to bcp.html. John, are you reading this-?
Yep: Added the redirect file.
A redirect is not necessarily supported in each HTML browser. The standard doesn't enforces it. But you added a "Automatic redirection failed, please go to <a href="doc/html/index.html">bcp.html</a>" so it is OK. This file tools/bcp/index.html is a new one, right? Why does the copyright mention 2001 instead of 2007? I would also use lower HTML tags such as <p> instead of <P> to be HTML 4 compatible. Jens