Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r51387 - in trunk/libs: gil mpi
From: daniel_james_at_[hidden]
Date: 2009-02-22 06:53:49


Author: danieljames
Date: 2009-02-22 06:53:48 EST (Sun, 22 Feb 2009)
New Revision: 51387
URL: http://svn.boost.org/trac/boost/changeset/51387

Log:
Add missing index.html file for MPI and GIL.

Ref #2616: All the top level libraries now have index.html files but
several sub-libraries don't. I'm not sure it's worth adding them as many
of them don't have appropriate subdirectories anyway.
Added:
   trunk/libs/gil/index.html (contents, props changed)
   trunk/libs/mpi/index.html (contents, props changed)

Added: trunk/libs/gil/index.html
==============================================================================
--- (empty file)
+++ trunk/libs/gil/index.html 2009-02-22 06:53:48 EST (Sun, 22 Feb 2009)
@@ -0,0 +1,16 @@
+
+<!--
+Copyright 2009 Daniel James.
+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)
+-->
+
+<html>
+<head>
+ <meta http-equiv="refresh" content="0; URL=doc/html/index.html">
+</head>
+<body>
+Automatic redirection failed, please go to
+doc/html/index.html
+</body>
+</html>

Added: trunk/libs/mpi/index.html
==============================================================================
--- (empty file)
+++ trunk/libs/mpi/index.html 2009-02-22 06:53:48 EST (Sun, 22 Feb 2009)
@@ -0,0 +1,16 @@
+
+<!--
+Copyright 2005-2007 Daniel James.
+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)
+-->
+
+<html>
+<head>
+ <meta http-equiv="refresh" content="0; URL=../../doc/html/mpi.html">
+</head>
+<body>
+Automatic redirection failed, please go to
+../../doc/html/mpi.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