$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jens Seidel (jensseidel_at_[hidden])
Date: 2007-11-25 12:00:13
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 bcp.html" 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