1
0
mirror of https://github.com/boostorg/more.git synced 2025-04-14 16:40:30 +08:00

Doc cleanups.

[SVN r43338]
This commit is contained in:
Rene Rivera 2008-02-20 23:26:58 +00:00
parent 23ff47dbc7
commit 1bd71a58b5
17 changed files with 2 additions and 719 deletions

Binary file not shown.

Before

(image error) Size: 820 B

View File

@ -1,241 +0,0 @@
/*
Copyright 2004-2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
/* The base font size. The first one is for IE, the second for everyone else. */
body {
font-size: smaller;
}
* > body {
font-size: 10pt;
}
/* Global defaults. */
* {
margin: 0;
padding: 0;
font-weight: normal;
font-size: 100%;
text-decoration: none;
}
body {
font-family: sans-serif;
color: #000000;
background-color: #CCCCCC;
}
/* Links, black with sharp slate blue underline in all states. */
a {
text-decoration: none;
color: #000000;
border-bottom: 1px solid #8AB4CA;
}
a:hover {
border-bottom: 1px solid #005090;
}
/* A generic class to clear this element. */
.clear {
clear: both;
width: 100%;
height: 1px;
overflow: hidden;
}
/* Enforce a minimum width. */
/* - For IE we can't really control this so we only make
sure the container doesn't look strange at small sizes by
making the body have enough whitespace. */
/* #content h1, #content h2, #content h3 {
white-space: nowrap;
} */
/* - New browsers have the easy way to set this. */
.body-0 {
min-width: 55em;
}
/* The shadow arrangement. */
.body-0 {
padding-left: 50px;
background: url(shadow-light-dark.png) repeat-y left;
}
.body-1 {
padding-right: 50px;
background: url(shadow-dark-light.png) repeat-y right;
}
.body-2 {
background-color: #FFFFFF;
}
/* */
#content {
padding: 1em;
}
/* Heading, title and logo. */
#heading {
background: #005080 url(heading-background.jpg) repeat bottom left;
border: 2px solid #FFFFFF;
position: relative;
}
#heading * {
color: #FFFFFF;
}
#heading h1 {
padding: 2em 0.25em 0.25em 0.75em;
float: left;
position: relative;
white-space: nowrap;
}
#heading h1 img {
border: none;
}
#heading #boost {
font-size: 250%;
font-weight: 900;
font-family: Impact, sans-serif;
}
#heading #cpplibraries {
font-size: 100%;
font-weight: 900;
padding-left: 0.75em;
}
#heading-quote {
white-space: nowrap;
margin: 0.75em 0.75em 0em -7em;
float: right;
clear: right;
position: relative;
text-align: right;
}
#heading-quote .quote {
font-size: 80%;
display: block;
}
#heading-quote .attribution {
font-size: 75%;
display: block;
}
#heading-quote a {
border-bottom: 1px solid #0080C0;
}
#heading-quote a:hover {
border-bottom: 1px solid #c8dae3;
}
/* Content sections, inside the top content section. */
.section {
padding-left: 28px;
margin-bottom: 3em;
}
.section-body p {
margin: 0em 0em 0.75em 0em;
}
.section-body h2 {
margin: 0em 0em 0.5em 0em;
padding: 0em 0em 0em 0em;
font-size: 140%;
clear: both;
}
.section-body h3 {
margin: 0em;
padding: 0em;
font-size: 120%;
clear: both;
}
.section-body h4 {
margin: 0.5em 0em 0.5em 0em;
font-size: 110%;
clear: both;
}
.section-body ul {
margin: 0em 0em 0.75em 0em;
padding: 0em 0em 0em 2em;
}
.section-body ul li {
margin: 0.75em 0em 0em 0em;
text-indent: -1.75em;
padding: 0em;
list-style-type: none;
}
.section-body ul li ul {
margin: 0.75em 0em 0em 0em;
padding: 0em;
}
.section-body ul li ul li {
display: block;
margin: 0em;
padding: 0em 0em 0em 1em;
list-style-type: none;
background: url(boost_bullet.gif) no-repeat 0em 0.5em;
text-indent: 0em;
}
.section-body blockquote {
margin: 0.5em 1em 0em 2em;
border-right: 1px dashed #CCCCCC;
border-left: 1px dashed #CCCCCC;
text-align: justify;
padding-right: 0.5em;
padding-left: 0.5em;
}
.section-body .left-inset {
float: left;
margin: 0em 1em 1em 0em;
}
.section-body .library {
display: block;
margin: 0em 0em 0.5em 0em;
}
.section-body .faq {
margin: 0em 0em 1em 0em;
}
.section-body .faq .faq-question {
color: #005080;
font-weight: bold;
}
.section-body .faq .faq-answer {
}
.section-body .note {
margin: 0em 0em 1em 0em;
}
.section-body .note .note-label {
color: #005080;
font-weight: bold;
}
.section-body .note .note-body {
}
.section-body table {
width: 90%;
margin-left: auto;
margin-right: auto;
border-spacing: 0.5em;
border: none;
}
.section-body table caption {
margin-left: auto;
margin-right: auto;
border-bottom: 1pt solid #000000;
padding: 0em 0em 0.2em 0em;
}
.section-body table tr th {
border: none;
border-bottom: 1pt solid #000000;
text-align: left;
vertical-align: bottom;
font-weight: bold;
padding: 0em 0em 0.2em 0em;
}
.section-body table tr td {
border: none;
text-align: left;
vertical-align: top;
padding: 0em 0em 0.2em 0em;
}
/* Section headings, all use the same stream op indicator style. */
#content h1, #content h2 {
padding-left: 24px;
background: url(section_head.png) no-repeat left center;
text-indent: 4px;
vertical-align: middle;
font-size: 140%;
position: relative;
left: -28px;
}
/* Uniformly color everything that's a heading */
#content h1, #content h2, #content h3, #content h4 {
color: #005080;
font-weight: bold;
}

View File

@ -1,91 +0,0 @@
<attach event="ondocumentready" handler="parseStylesheets" />
<script language="JScript">
/**
* Pseudos - V1.30.050121 - hover & active
* ---------------------------------------------
* Peterned - http://www.xs4all.nl/~peterned/
* (c) 2005 - Peter Nederlof
*
* Credits - Arnoud Berendsen
* - Martin Reurings
* - Robert Hanson
*
* howto: body { behavior:url("csshover.htc"); }
* ---------------------------------------------
*/
var currentSheet, doc = window.document, activators = {
onhover:{on:'onmouseover', off:'onmouseout'},
onactive:{on:'onmousedown', off:'onmouseup'}
}
function parseStylesheets() {
var sheets = doc.styleSheets, l = sheets.length;
for(var i=0; i<l; i++)
parseStylesheet(sheets[i]);
}
function parseStylesheet(sheet) {
if(sheet.imports) {
try {
var imports = sheet.imports, l = imports.length;
for(var i=0; i<l; i++) parseStylesheet(sheet.imports[i]);
} catch(securityException){}
}
try {
var rules = (currentSheet = sheet).rules, l = rules.length;
for(var j=0; j<l; j++) parseCSSRule(rules[j]);
} catch(securityException){}
}
function parseCSSRule(rule) {
var select = rule.selectorText, style = rule.style.cssText;
if(!(/(^|\s)(([^a]([^ ]+)?)|(a([^#.][^ ]+)+)):(hover|active)/i).test(select) || !style) return;
var pseudo = select.replace(/[^:]+:([a-z-]+).*/i, 'on$1');
var newSelect = select.replace(/(\.([a-z0-9_-]+):[a-z]+)|(:[a-z]+)/gi, '.$2' + pseudo);
var className = (/\.([a-z0-9_-]*on(hover|active))/i).exec(newSelect)[1];
var affected = select.replace(/:hover.*$/, '');
var elements = getElementsBySelect(affected);
currentSheet.addRule(newSelect, style);
for(var i=0; i<elements.length; i++)
new HoverElement(elements[i], className, activators[pseudo]);
}
function HoverElement(node, className, events) {
if(!node.hovers) node.hovers = {};
if(node.hovers[className]) return;
node.hovers[className] = true;
node.attachEvent(events.on,
function() { node.className += ' ' + className; });
node.attachEvent(events.off,
function() { node.className =
node.className.replace(new RegExp('\\s+'+className, 'g'),''); });
}
function getElementsBySelect(rule) {
var parts, nodes = [doc];
parts = rule.split(' ');
for(var i=0; i<parts.length; i++) {
nodes = getSelectedNodes(parts[i], nodes);
}
return nodes;
}
function getSelectedNodes(select, elements) {
var result, node, nodes = [];
var classname = (/\.([a-z0-9_-]+)/i).exec(select);
var identify = (/\#([a-z0-9_-]+)/i).exec(select);
var tagName = select.replace(/(\.|\#|\:)[a-z0-9_-]+/i, '');
for(var i=0; i<elements.length; i++) {
result = tagName? elements[i].all.tags(tagName):elements[i].all;
for(var j=0; j<result.length; j++) {
node = result[j];
if((identify && node.id != identify[1]) || (classname && !(new RegExp('\\b' +
classname[1] + '\\b').exec(node.className)))) continue;
nodes[nodes.length] = node;
}
}
return nodes;
}
</script>

View File

@ -1,206 +0,0 @@
/*
Copyright 2004-2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
@import url(common.css);
/* */
#news {
margin-bottom: 0em;
}
#content table {
border-spacing: 0em;
}
#sidebars-top {
vertical-align: top;
}
#sidebars-bottom {
vertical-align: bottom;
}
.sidebar {
width: 22em;
margin: 0em 0em 1em 1em
}
#content h1, #content h2 {
margin: 0em 0em 0.5em 0em;
}
/* The shadow and inner layout of the sidebars. */
.sidebar {
background: url(sidebar-shadow-bottom.png) no-repeat left bottom;
}
.sidebar-0 {
background: url(sidebar-shadow-right.png) no-repeat right top;
}
.sidebar-1 {
padding: 0px 8px 8px 0px;
background: url(sidebar-shadow-bottom-right.png) no-repeat right bottom;
}
.sidebar-2 {
border: 1px solid #c8dae3;
}
.sidebar-3 {
padding: 0em 0.5em 0.5em 0em;
}
/* Arrangement of the various side cells. */
#libraries, #search, #tests,
#groups, #contribute, #support,
#other, #official, #unofficial, #footer {
float: left;
}
#search,
#official,
#footer {
clear: left;
}
/* */
.sidecell {
width: 50%;
}
.sidecell-0 {
padding: 0.5em 0em 0em 0.5em;
font-size: 85%;
}
.sidecell h4 {
display: block; margin: 0em; padding: 0em;
border-bottom: 1px solid #8AB4CA;
}
.sidecell:hover h4 {
border-bottom-color: #005090;
}
.sidecell form {
display: block; margin: 0em; padding: 0em;
}
.sidecell ul {
display: block; margin: 0em; padding: 0em;
}
/* Lists in sidecells are menus. */
.sidecell ul a {
border: none;
padding-left: 14px;
}
.sidecell ul a:hover {
border: none;
background: url(menu_link_indicator.png) no-repeat left center;
}
.sidecell ul {
list-style-type: none;
}
.sidecell ul li {
margin: 0em; padding: 0em;
}
/* Search box */
#search {
width: 98.5%;
}
/* - The three parts of the search widget. */
#search #search-text {
display: block;
height: 1.8em;
margin: 0.25em 0em 0em 0em;
padding: 0em 48% 0em 0em;
}
#search #search-choice {
display: block;
height: 1.8em;
margin: -1.8em 0em 0em 55%;
padding: 0em 30px 0em 0em;
}
#search #go {
display: block;
height: 1.8em;
margin: -1.8em 0em 0em 55%;
text-align: right;
}
#search #search-text #q {
width: 100%;
margin: 0em; padding: 1px;
border: 1px solid #003399;
color: #000000;
background-color: #FFFFFF;
}
#search #search-choice #hq {
width: 100%;
margin: 0em; padding: 0em;
border: 1px solid #003399;
color: #000000;
background-color: #FFFFFF;
}
#search #go #search-button {
width: 26px; height: 20px;
margin: 0em; padding: 0em;
background-image: url(search-button.png);
}
/* - The custom Google banner and link. */
#search #google {
display: block;
clear: both;
margin: 0em 0em 0em 0em;
border: none;
text-align: center;
}
#search #google a {
font-size: 10px;
}
#search #google img {
width: 75px; height: 32px;
margin: 0em -20px 0em 0em;
border: none;
}
/* Footer with copyright and license. */
#footer-sidebar,
#footer-sidebar .sidebar-0, #footer-sidebar .sidebar-1,
#footer-sidebar .sidebar-2, #footer-sidebar .sidebar-3 {
background: #FFFFFF;
border: none;
}
#footer-sidebar {
padding: 3em 0em 0em 0em;
}
#footer {
width: 100%;
}
#footer p {
margin: 0em; padding: 0em;
text-align: left;
}
#footer #revised {
display: block;
border-bottom: 1px solid #8AB4CA;
}
#footer:hover #revised {
border-bottom-color: #005090;
}
#footer #revised p {
}
#footer #copyright {
display: block;
margin: 0.25em 0em 1em 14px;
}
#footer #copyright p {
margin: 0em;
padding: 0em 0em 0em 1.5em;
text-indent: -1.5em;
}
#footer #license {
display: block;
margin: 0.25em 0em 1em 14px;
}
#footer #license p {
margin: 0em;
padding: 0em 0em 0em 1.5em;
text-indent: -1.5em;
}
#footer #banners {
display: block;
margin: 0.25em 0em 0em 0em;
text-align: center;
}
#footer #banners p {
display: inline;
}
#footer #banners img {
border: none;
}
#footer #banners a {
border: none;
}

Binary file not shown.

Before

(image error) Size: 20 KiB

View File

@ -1,70 +0,0 @@
/*
Copyright 2004-2005 Redshift Software, Inc.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
*/
@import url(common.css);
/* Heading quick pick menu. */
#heading ul {
float: right;
clear: right;
margin: 0.5em 1em 0em 0em;
padding: 0.25em 0em 0.25em 0em;
position: relative;
list-style-type: none;
white-space: nowrap;
}
#heading ul li {
display: inline;
margin: 0em; padding: 0em;
}
#heading ul li a {
margin: 0em;
padding: 0em 0.25em 0em 0.25em;
background-color: #005080;
border: 1px solid #0080C0;
}
#heading ul li a:hover {
border: 1px solid #c8dae3;
}
#heading h1 a {
color: #FFFFFF;
border: none;
}
#heading h1 a:hover {
border: none;
}
/* */
#history {
margin: 0em;
padding: 0em;
padding-left: 28px;
}
#content h1, #content h2 {
left: 0;
}
.section-body h3 {
margin: 1.5em 0em 0.5em 0em;
}
/* Footer with copyright and license. */
#footer {
background-color: #c8dae3;
border: 2px solid #FFFFFF;
color: #000000;
padding: 0.5em;
}
#footer p {
margin: 0em;
padding: 0em;
font-size: 80%;
margin: 0em;
padding: 0em 0.5em 0em 0.5em;
text-align: center;
}
#footer a {
color: #000000;
border-bottom: 1px solid #A0B0C0;
}
#footer a:hover {
border-bottom: 1px solid #0080C0;
}

Binary file not shown.

Before

(image error) Size: 334 B

Binary file not shown.

Before

(image error) Size: 1.0 KiB

Binary file not shown.

Before

(image error) Size: 609 B

Binary file not shown.

Before

(image error) Size: 160 B

Binary file not shown.

Before

(image error) Size: 162 B

Binary file not shown.

Before

(image error) Size: 208 B

Binary file not shown.

Before

(image error) Size: 249 B

Binary file not shown.

Before

(image error) Size: 261 B

Binary file not shown.

Before

Width: 48px  |  Height: 48px  |  Size: 22 KiB

View File

@ -716,11 +716,10 @@ mailing list</a>.</p>
<table class="docutils footnote" frame="void" id="packagers" rules="none">
<colgroup><col class="label" /><col /></colgroup>
<tbody valign="top">
<tr><td class="label"><a class="fn-backref" href="#id2">[1]</a></td><td><p class="first">If developers of Boost packages would like to work
<tr><td class="label"><a class="fn-backref" href="#id2">[1]</a></td><td>If developers of Boost packages would like to work
with us to make sure these instructions can be used with their
packages, we'd be glad to help. Please make your interest known
to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#main">Boost developers' list</a>.</p>
</td></tr>
to the <a class="reference external" href="http://www.boost.org/more/mailing_lists.htm#main">Boost developers' list</a>.</td></tr>
</tbody>
</table>
<table class="docutils footnote" frame="void" id="lowercase-l" rules="none">

108
index.htm
View File

@ -1,108 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Boost More Information</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
</head>
<body bgcolor="#ffffff" text="#000000">
<table summary ="Navigational header"
border="1" cellpadding="2" bgcolor="#007f7f">
<tr>
<td bgcolor="#ffffff">
<img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
<td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
<td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
<td><a href="http://www.boost.org/people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
<td><a href="faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
<td><a href="index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
</tr>
</table>
<h1>More Information</h1>
<h2>Boost Policies</h2>
<blockquote>
<p><a href="discussion_policy.htm"><b>Mailing List Discussion Policy.</b></a>&nbsp;
What's acceptable and what isn't.</p>
<p><a href="lib_guide.htm"><b>Library Requirements and Guidelines</b></a>.&nbsp;
Basic standards for those preparing a submission.</p>
<P><A href="separate_compilation.html"><STRONG>Guidelines for Libraries with Separate
Source</STRONG></A>.&nbsp; Basic tutorial for libraries that require the
building of a separate link library.</P>
<p><a href="writingdoc/index.html"><strong>Writing Documentation for Boost</strong></a>
Basic guidelines for writing documentation and templates for quickly generating
documentation that follows the guidelines.</p>
<p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp; How
testing works at Boost.</p>
<p><a href="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp;
How to submit a library to Boost.</p>
<p><a href="formal_review_process.htm"><b>Library Formal Review Process</b></a>.
Including how to submit a review comment.</p>
<p><a href="header.htm"><b>Header Policy</b></a>.&nbsp; Headers are where a
library contacts its users, so programming practices are particularly
important.</p>
<p><a href="library_reuse.htm"><b>Library Reuse</b></a>.&nbsp; Should Boost
libraries use other boost libraries?&nbsp; What about the C++ Standard
Library?&nbsp; It's another trade-off.</p>
<p><b><a href="moderators.html">Moderators</a></b>.&nbsp; Who they are and what
they do.</p>
</blockquote>
<h2>Boost Whatever</h2>
<blockquote>
<p><b><a href="license_info.html">License Information</a> </b>&nbsp;Information
about the Boost Software License.</p>
<p><b><a href="bibliography.html">Bibliography</a> </b>&nbsp;Print and online
publications relating to Boost and Boost libraries.</p>
<p><b><a href="../doc/html/who_s_using_boost_.html">Who's Using Boost?</a> </b>&nbsp;
Products and organisations that are using Boost.</p>
<p><a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;Describes
what library works with which compiler.</p>
<p><b><a href="links.htm">Links</a></b>&nbsp; Links of special interest to Boost
users.</p>
<p><b><a href="formal_review_schedule.html">Formal Review Schedule</a></b>&nbsp;
Future, current, and recently past Formal Reviews.</p>
<p><b><a href="release_procedures.htm">Release Procedures</a></b>&nbsp; How
developers and the release manager prepare for a Boost release.</p>
<p><b><a href="updating_the_website.html">Updating the Website</a></b>&nbsp; How
developers can update the Boost website between releases.</p>
<p><a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp;
Describes the tool for generating the compiler status tables
</p>
<p><b><a href="proposal.pdf">Proposal for a C++ Library Repository Web Site</a></b>&nbsp;
The original 1998 proposal that launched Boost.</p>
<p><b><a href="bugs.htm">How to report bugs</a></b>&nbsp; Ways to report Boost
bugs.</p>
<p><b><a href="requesting_new_features.htm">How to request features</a></b> Ways
to request new library features.</p>
<p><b><a href="boost_soc_06_overview.html">An overview of Boost participation in
Google Summer of Code&trade; 2006</a></b> A report of our first experience
in this open source initiative.</p>
<p><b><a href="version_history.html">Version History</a></b> Changes
and additions in past Boost releases.</p>
</blockquote>
<h2>Articles and Papers</h2>
<blockquote>
<p><a href="borland_cpp.html"><b>Portability Hints: Borland C++ 5.5.1</b></a> describes
Borland C++ portability issues, with suggested workarounds.</p>
<p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
describes Microsoft C++ portability issues, with suggested workarounds.</p>
<p><a href="int_const_guidelines.htm"><strong>Coding Guidelines for Integral Constant
Expressions</strong></a> describes how to work through the maze of
compiler related bugs surrounding this tricky topic.</p>
</blockquote>
<hr>
<p>
Revised
<!--webbot bot="Timestamp" s-type="EDITED"
s-format="%d %B, %Y" startspan -->10 May, 2005<!--webbot bot="Timestamp" endspan i-checksum="13987" --></p>
<p>
© Copyright Beman Dawes 2003.</p>
<p>
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>)
</p>
</body>
</html>