mirror of
https://github.com/boostorg/website.git
synced 2026-02-17 14:22:09 +00:00
Fixes: #1743, #1783, #1779, #1806, #1815 ------------------------------------------------------------------------ r44154 | danieljames | 2008-04-10 20:28:38 +0100 (Thu, 10 Apr 2008) | 3 lines 404 if there is an error extracting a file from the zip. Not always correct but probably better than returing a blank page. A little hacky. ------------------------------------------------------------------------ r44155 | danieljames | 2008-04-10 21:26:52 +0100 (Thu, 10 Apr 2008) | 2 lines Allow the redirect link for the config library to work. ------------------------------------------------------------------------ r44156 | danieljames | 2008-04-10 21:27:36 +0100 (Thu, 10 Apr 2008) | 2 lines Fix some links to the libraries. Refs #1806 ------------------------------------------------------------------------ r44157 | danieljames | 2008-04-10 21:33:03 +0100 (Thu, 10 Apr 2008) | 2 lines Fix the "who's using boost' link. Refs #1779. ------------------------------------------------------------------------ r44158 | danieljames | 2008-04-10 21:50:50 +0100 (Thu, 10 Apr 2008) | 2 lines Link to the wiki. Refs #1783. ------------------------------------------------------------------------ r44159 | danieljames | 2008-04-10 22:03:14 +0100 (Thu, 10 Apr 2008) | 1 line Fix some errors in the library list. Refs #1742. ------------------------------------------------------------------------ r44162 | danieljames | 2008-04-10 22:20:34 +0100 (Thu, 10 Apr 2008) | 1 line Fix a couple of libraries that are incorrectly listed as header only. Refs #1743. ------------------------------------------------------------------------ [SVN r44185]
86 lines
2.4 KiB
HTML
86 lines
2.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<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" />
|
|
<!--[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>
|
|
<div id="heading">
|
|
<!--#include virtual="/common/heading.html" -->
|
|
</div>
|
|
|
|
<div id="body">
|
|
<div id="body-inner">
|
|
<div id="content">
|
|
<div class="section" id="intro">
|
|
<div class="section-0">
|
|
<div class="section-title">
|
|
<h1>Documentation</h1>
|
|
</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>
|
|
|
|
<p>Further documentation is also available from the <a href=
|
|
"http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
|
|
Boost user Wiki</a>. But note that this isn't officially
|
|
maintained by Boost developers.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<!--#include virtual="/common/sidebar-common.html" -->
|
|
<!--#include virtual="/common/sidebar-doc.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="footer">
|
|
<div id="footer-left">
|
|
<div id="revised">
|
|
<p>Revised $Date$</p>
|
|
</div>
|
|
|
|
<div id="copyright">
|
|
<p>Copyright Beman Dawes, David Abrahams, 1998-2005.</p>
|
|
|
|
<p>Copyright Rene Rivera 2004-2005.</p>
|
|
</div><!--#include virtual="/common/footer-license.html" -->
|
|
</div>
|
|
|
|
<div id="footer-right">
|
|
<!--#include virtual="/common/footer-banners.html" -->
|
|
</div>
|
|
|
|
<div class="clear"></div>
|
|
</div>
|
|
</body>
|
|
</html>
|