diff options
author | Rene Rivera <grafikrobot@gmail.com> | 2008-02-22 05:26:39 +0000 |
---|---|---|
committer | Rene Rivera <grafikrobot@gmail.com> | 2008-02-22 05:26:39 +0000 |
commit | c2f7a950c014875180b6db366485661f1066c918 (patch) | |
tree | c432f1711b35074ca5f050f73f142b41c409d0d7 | |
parent | 20eff91947b981eb1c6e3a604769945ba793d703 (diff) | |
download | boost-c2f7a950c014875180b6db366485661f1066c918.tar.gz |
Rename readme.html to index.html, and add forwarding index.htm for backward compatibility.
[SVN r43365]
-rw-r--r-- | index.htm | 25 | ||||
-rw-r--r-- | index.html (renamed from readme.html) | 8 |
2 files changed, 25 insertions, 8 deletions
diff --git a/index.htm b/index.htm new file mode 100644 index 0000000000..0a3ac3191d --- /dev/null +++ b/index.htm @@ -0,0 +1,25 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="refresh" content="0; URL=index.html" /> + + <title></title> + <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" /> +</head> + +<body> + Automatic redirection failed, please go to <a href= + "index.html">index.html</a>. + + <div class="copyright-footer"> + <p>Copyright 2008 Rene Rivera</p> + + <p>Distributed under the Boost Software License, Version 1.0. (See + accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy + at <a href= + "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p> + </div> +</body> +</html> diff --git a/readme.html b/index.html index c8ca9405e7..5cbee0636d 100644 --- a/readme.html +++ b/index.html @@ -5,14 +5,6 @@ <head> <title>Boost C++ Libraries</title> <link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" /> - <style type="text/css"> -/*<![CDATA[*/ - body { - background-color: white; - color: black; - } - /*]]>*/ - </style> </head> <body> |