Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-27 19:19:29


Author: grafik
Date: 2008-03-27 19:19:28 EDT (Thu, 27 Mar 2008)
New Revision: 43892
URL: http://svn.boost.org/trac/boost/changeset/43892

Log:
Brief documentation intro.
Text files modified:
   website/public_html/beta/doc/index.html | 25 ++++++++++++++++++++++---
   1 files changed, 22 insertions(+), 3 deletions(-)

Modified: website/public_html/beta/doc/index.html
==============================================================================
--- website/public_html/beta/doc/index.html (original)
+++ website/public_html/beta/doc/index.html 2008-03-27 19:19:28 EDT (Thu, 27 Mar 2008)
@@ -6,8 +6,19 @@
   <title>Boost C++ Libraries</title>
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
- <link rel="stylesheet" type="text/css" href="/style/section-doc.css" />
+ <link rel="stylesheet" type="text/css" href="../style/section-doc.css" />
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
+
+ <style type="text/css">
+/*<![CDATA[*/
+ #doc-index h4 {
+ display: none !important;
+ }
+ #doc-index span.link {
+ display: none !important;
+ }
+ /*]]>*/
+ </style>
 </head>
 
 <body>
@@ -21,10 +32,18 @@
         <div class="section" id="intro">
           <div class="section-0">
             <div class="section-title">
- <h1>Boost C++ Libraries</h1>
+ <h1>Documentation</h1>
             </div>
 
- <div class="section-body"></div>
+ <div class="section-body">
+ <p>Much work goes into the documentation for the Boost
+ libraries and tools. The documentation included in the library
+ and tool release is also available here:</p>
+
+ <div id="doc-index">
+ <!--#include virtual="/common/menu-doc.html" -->
+ </div>
+ </div>
           </div>
         </div>
       </div>


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