Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r54579 - in sandbox/monotonic/libs/monotonic/doc/html: . monotonic_storage monotonic_storage/tutorial
From: christian.schladetsch_at_[hidden]
Date: 2009-07-02 01:30:34


Author: cschladetsch
Date: 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
New Revision: 54579
URL: http://svn.boost.org/trac/boost/changeset/54579

Log:
updated

Text files modified:
   sandbox/monotonic/libs/monotonic/doc/html/index.html | 6 +++---
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/change_log.html | 6 +++---
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/intro.html | 2 +-
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial.html | 2 +-
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/basic_usage.html | 2 +-
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_monotonic_storage.html | 2 +-
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_multiple_containers.html | 2 +-
   sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_regions.html | 2 +-
   8 files changed, 12 insertions(+), 12 deletions(-)

Modified: sandbox/monotonic/libs/monotonic/doc/html/index.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/index.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/index.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Monotonic Storage 0.3</title>
-<link rel="stylesheet" href="../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="index.html" title="Monotonic Storage 0.3">
 <link rel="next" href="monotonic_storage/intro.html" title="Introduction">
@@ -28,7 +28,7 @@
 </h3></div></div></div>
 <div><p class="copyright">Copyright © 2009 Christian Schladetsch</p></div>
 <div><div class="legalnotice" title="Legal Notice">
-<a name="id670245"></a><p>
+<a name="id688412"></a><p>
         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)
       </p>
@@ -54,7 +54,7 @@
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: July 02, 2009 at 05:12:25 GMT</small></p></td>
+<td align="left"><p><small>Last revised: July 02, 2009 at 05:27:06 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/change_log.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/change_log.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/change_log.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Change Log</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../index.html" title="Monotonic Storage 0.3">
@@ -27,14 +27,14 @@
 <a name="monotonic_storage.change_log"></a><a class="link" href="change_log.html" title="Change Log"> Change Log</a>
 </h2></div></div></div>
 <a name="monotonic_storage.change_log.version_0_4"></a><h4>
-<a name="id670351"></a>
+<a name="id688517"></a>
       <a class="link" href="change_log.html#monotonic_storage.change_log.version_0_4">Version 0.4</a>
     </h4>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">
         Added reclaimable storage
       </li></ul></div>
 <a name="monotonic_storage.change_log.version_0_3"></a><h4>
-<a name="id670371"></a>
+<a name="id688538"></a>
       <a class="link" href="change_log.html#monotonic_storage.change_log.version_0_3">Version 0.3</a>
     </h4>
 <div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/intro.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/intro.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/intro.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Introduction</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../index.html" title="Monotonic Storage 0.3">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Tutorial</title>
-<link rel="stylesheet" href="../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../index.html" title="Monotonic Storage 0.3">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/basic_usage.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/basic_usage.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/basic_usage.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Basic Usage</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../tutorial.html" title="Tutorial">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_monotonic_storage.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_monotonic_storage.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_monotonic_storage.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Using Monotonic Storage</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../tutorial.html" title="Tutorial">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_multiple_containers.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_multiple_containers.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_multiple_containers.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Using Multiple Containers</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../tutorial.html" title="Tutorial">

Modified: sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_regions.html
==============================================================================
--- sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_regions.html (original)
+++ sandbox/monotonic/libs/monotonic/doc/html/monotonic_storage/tutorial/using_regions.html 2009-07-02 01:30:33 EDT (Thu, 02 Jul 2009)
@@ -2,7 +2,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
 <title>Using Regions</title>
-<link rel="stylesheet" href="../../../../../../doc/html/boostbook.css" type="text/css">
+<link rel="stylesheet" href="../../boostbook.css" type="text/css">
 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
 <link rel="home" href="../../index.html" title="Monotonic Storage 0.3">
 <link rel="up" href="../tutorial.html" title="Tutorial">


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