$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72439 - sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html
From: cpp.cabrera_at_[hidden]
Date: 2011-06-06 16:27:33
Author: alejandro
Date: 2011-06-06 16:27:32 EDT (Mon, 06 Jun 2011)
New Revision: 72439
URL: http://svn.boost.org/trac/boost/changeset/72439
Log:
Removed placeholder. Have rudimentary documentation outline ready.
Added:
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html   (contents, props changed)
Removed:
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/placeholder
Added: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html
==============================================================================
--- (empty file)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html	2011-06-06 16:27:32 EDT (Mon, 06 Jun 2011)
@@ -0,0 +1,75 @@
+<!DOCTYPE html>
+
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+  <link rel="stylesheet" type="text/css" href="../../../../../doc/src/boostbook.css">
+
+  <title>Boost.BloomFilter</title>  
+  <style type="text/css">
+    .toc ul, .toc li {padding:0; margin:0; list-style:none;}
+    .toc ul {margin: 0em 0em 0em 0em;}
+    .copyright {font-style: italic;}
+  </style>
+</head>
+
+<body>
+  <header>
+    <img src="../../../../../boost.png" width=277 height=86 alt="Boost C++ Libraries"/>
+  </header>
+
+  <hr>
+  
+  <div class="spirit-nav">
+    <img src="../../../../../doc/src/images/prev.png"/>
+    <img src="../../../../../doc/src/images/up.png"/>
+    <img src="../../../../../doc/src/images/home.png"/>
+    <img src="../../../../../doc/src/images/next.png"/>
+  </div>
+
+  <h2 class="title">Boost.BloomFilter</h2>
+  <h3 class="author">Alejandro Cabrera</h3>
+  
+  <div class="toc">
+    <ul>
+      <li>Introduction</li>
+      <li>Tutorial</li>
+      <li>Design</li>
+      <li>Miscellaneous</li>
+      <li>Bibliography</li>
+    </ul>
+  </div>
+
+  <p>
+    <h2 name="introduction">Introduction</h2>
+    <p>Some stuff...</p>
+    <ul>
+      <li>Some features...</li>
+    </ul>
+    <p>Some more details...</p>
+  </p>
+
+  <hr>
+
+  <footer>
+    <p>
+      Last revised: <time datetime=2011-06-06>June 6, 2011</time>.
+    </p>
+
+    <p class="copyright">
+      Copyright © 2011 
+      <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
+    </p>
+    
+    <p class="copyright">
+      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>
+  </footer>
+
+</body>
+</html>
Deleted: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/placeholder
==============================================================================