$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72700 - in sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html: . reference reference/hash style
From: cpp.cabrera_at_[hidden]
Date: 2011-06-20 23:53:24
Author: alejandro
Date: 2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
New Revision: 72700
URL: http://svn.boost.org/trac/boost/changeset/72700
Log:
HTML5 downgrade. Stopped using HTML5 tags "header" and "footer". Replaced with "div class=header" and "div", respectively. This fixes display errors in browsers not supporting HTML5.
Text files modified: 
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/acknowledgements.html       |    10 +++++-----                              
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/bibliography.html           |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html                 |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/history.html                |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html                  |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference.html              |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/bloom.html        |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/hash/default.html |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/style/my.css                |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/testing.html                |     8 ++++----                                
   sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html               |     8 ++++----                                
   11 files changed, 45 insertions(+), 45 deletions(-)
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/acknowledgements.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/acknowledgements.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/acknowledgements.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -34,7 +34,7 @@
 
     <h1 class="title">Acknowledgements</h1>
     <ul>
-      <li>Vicente J. Botet Escribá - for providing me with guidance throughout the project, including guidance on Boost standards compliance, Boost process, and on interface design.</li>
+      <li>Vicente J. Botet Escribá - for providing me with guidance throughout the project, including guidance on Boost standards compliance, Boost process, and on interface design.</li>
       <li>Google - for hosting the Google Summer of Code program and making it possible for me to participate in an open-source project.</li>
     </ul>
 
@@ -48,7 +48,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -61,7 +61,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/bibliography.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/bibliography.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/bibliography.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -89,7 +89,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -102,7 +102,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/design.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -148,7 +148,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -161,7 +161,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/history.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/history.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/history.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -62,7 +62,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -75,7 +75,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/index.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -70,7 +70,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p>
         Last revised: <time datetime="2011-06-20">June 20, 2011</time>.
       </p>
@@ -87,7 +87,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -57,7 +57,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -70,7 +70,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/bloom.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/bloom.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/bloom.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
 
@@ -265,7 +265,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -278,7 +278,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/hash/default.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/hash/default.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/reference/hash/default.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -65,7 +65,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -78,7 +78,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/style/my.css
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/style/my.css	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/style/my.css	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -14,25 +14,25 @@
 .toc p {font-weight: bold;}
 .copyright {font-style: italic;}
 
-header {
+.header {
     height: 94px;
     position: relative;
     font-family: sans;
 }
 
-header img {
+.header img {
     float: left;
     position: absolute; top: 4px; left: 4px;
 }
 
-header p {
+.header p {
     float: right;
     text-align: right;
     width: 75em;
 }
 
 
-header p a {
+.header p a {
     font-size: 1.1em;
     margin-right: 7%;
 }
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/testing.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/testing.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/testing.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -66,7 +66,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -79,7 +79,7 @@
         copy at 
         <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>
Modified: sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html
==============================================================================
--- sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html	(original)
+++ sandbox/bloom_filter/trunk/libs/bloom_filter/doc/html/tutorial.html	2011-06-20 23:53:23 EDT (Mon, 20 Jun 2011)
@@ -10,7 +10,7 @@
   </head>
 
   <body>
-    <header>
+    <div class="header">
       <img src="../../../../boost.png" width="277" height="86" 
            alt="Boost C++ Libraries"/>
       <p>
@@ -20,7 +20,7 @@
         <a href="http://www.boost.org/users/faq.html">FAQ</a> 
         <a href="../../../../more/index.htm">More</a> 
       </p>
-    </header>
+    </div>
 
     <hr/>
     <div class="spirit-nav">
@@ -216,7 +216,7 @@
       </a>
     </div>
 
-    <footer>
+    <div>
       <p class="copyright">
         Copyright © 2011 
         <a href="mailto:cpp.cabrera_at_[hidden]">Alejandro Cabrera</a>
@@ -230,7 +230,7 @@
         <a href="http://www.boost.org/LICENSE_1_0.txt">
           http://www.boost.org/LICENSE_1_0.txt>)
       </p>
-    </footer>
+    </div>
 
   </body>
 </html>