Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r59883 - sandbox/example
From: daniel_james_at_[hidden]
Date: 2010-02-25 03:30:52


Author: danieljames
Date: 2010-02-25 03:30:51 EST (Thu, 25 Feb 2010)
New Revision: 59883
URL: http://svn.boost.org/trac/boost/changeset/59883

Log:
Add a root index file to redirect to the documentation.
Added:
   sandbox/example/index.html (contents, props changed)

Added: sandbox/example/index.html
==============================================================================
--- (empty file)
+++ sandbox/example/index.html 2010-02-25 03:30:51 EST (Thu, 25 Feb 2010)
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+ <head>
+ <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+ Distributed under the Boost Software License, Version 1.0.
+ (See accompanying file LICENSE_1_0.txt or copy at
+ http://www.boost.org/LICENSE_1_0.txt) -->
+ <title>Redirect to documentation</title>
+ <meta http-equiv="refresh" content="0; URL=libs/example/doc/html/index.html">
+ </head>
+ <body>
+ Automatic redirection failed, please go to
+ libs/example/doc/html/index.html
+ </body>
+</html>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk