summaryrefslogtreecommitdiff
path: root/more/writingdoc/template/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'more/writingdoc/template/index.html')
-rw-r--r--more/writingdoc/template/index.html126
1 files changed, 126 insertions, 0 deletions
diff --git a/more/writingdoc/template/index.html b/more/writingdoc/template/index.html
new file mode 100644
index 0000000000..82fe9d95cb
--- /dev/null
+++ b/more/writingdoc/template/index.html
@@ -0,0 +1,126 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+
+<html>
+<head>
+ <meta http-equiv="Content-Language" content="en-us">
+ <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <link rel="stylesheet" type="text/css" href="../../../boost.css">
+
+ <title>{{Library}}</title>
+</head>
+
+<body link="#0000FF" vlink="#800080">
+ <table border="0" cellpadding="7" cellspacing="0" width="100%" summary=
+ "header">
+ <tr>
+ <td valign="top" width="300">
+ <h3><a href="../../../index.htm"><img height="86" width="277" alt=
+ "C++ Boost" src="../../../boost.png" border="0"></a></h3>
+ </td>
+
+ <td valign="top">
+ <h1 align="center">{{Library}}</h1>
+
+ <h2 align="center">Index</h2>
+ </td>
+ </tr>
+ </table>
+ <hr>
+
+ <h2>Contents</h2>
+
+ <dl class="index">
+ <dt><a href="overview.html">Overview</a></dt>
+
+ <dt>Reference</dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html">{{header}}</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#macros">Macros</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#macro-spec">{{macro name}}</a></dt>
+ </dl>
+ </dd>
+
+ <dt><a href="header.html#values">Values</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#value-spec">{{value name}}</a></dt>
+ </dl>
+ </dd>
+
+ <dt><a href="header.html#types">Types</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#value-spec">{{type name}}</a></dt>
+ </dl>
+ </dd>
+
+ <dt><a href="header.html#classes">Classes</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#value-spec">{{class name}}</a></dt>
+ </dl>
+ </dd>
+
+ <dt><a href="header.html#functions">Functions</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#value-spec">{{function
+ name}}</a></dt>
+ </dl>
+ </dd>
+
+ <dt><a href="header.html#objects">Objects</a></dt>
+
+ <dd>
+ <dl class="index">
+ <dt><a href="header.html#value-spec">{{object name}}</a></dt>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+ </dl>
+ </dd>
+
+ <dt><a href="configuration.html">Configuration Information</a></dt>
+
+ <dt><a href="rationale.html">Rationale</a></dt>
+
+ <dt><a href="definitions.html">Definitions</a></dt>
+
+ <dt><a href="faq.html">Frequently Asked Questions (FAQs)</a></dt>
+
+ <dt><a href="bibliography.html">Bibliography</a></dt>
+
+ <dt><a href="acknowledgments.html">Acknowledgments</a></dt>
+ </dl>
+ <hr>
+
+ <p><a href="http://validator.w3.org/check?uri=referer"><img border="0" src=
+ "../../../doc/images/valid-html401.png" alt="Valid HTML 4.01 Transitional"
+ height="31" width="88"></a></p>
+
+ <p>Revised
+ <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->04
+ December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38514" --></p>
+
+ <p><i>Copyright &copy; 2006 <a href=
+ "mailto:{{address}}">{{author}}</a></i></p>
+
+ <p><i>Distributed under the Boost Software License, Version 1.0. (See
+ accompanying file <a href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or
+ copy at <a href=
+ "http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</i></p>
+</body>
+</html>