Merge documentation fixes.

* Use `doc/src/*.css` instead of `doc/html/*.css`.
* Remove wiki and people directories.
* Some documentation fixes.
* Left out `minimal.css` changes and boostbook changes because of clashes.


[SVN r63347]
This commit is contained in:
Daniel James
2010-06-26 12:30:09 +00:00
parent 5daf8a872d
commit a38b959dcd
52 changed files with 50 additions and 80 deletions

View File

@@ -184,10 +184,8 @@ boostbook standalone
<xsl:param>toc.section.depth=2 <xsl:param>toc.section.depth=2
<xsl:param>chunk.section.depth=1 <xsl:param>chunk.section.depth=1
<xsl:param>boost.root=../../.. <xsl:param>boost.root=../../..
<format>html:<xsl:param>callout.graphics.path=../../src/images/callouts/
<xsl:param>boost.libraries=../../../libs/libraries.htm <xsl:param>boost.libraries=../../../libs/libraries.htm
<xsl:param>navig.graphics=1 <xsl:param>navig.graphics=1
<xsl:param>html.stylesheet=../../../doc/html/boostbook.css
# PDF Options: # PDF Options:

View File

@@ -6,7 +6,7 @@
<meta http-equiv="refresh" content="0; URL=index.html" /> <meta http-equiv="refresh" content="0; URL=index.html" />
<title></title> <title></title>
<link rel="stylesheet" href="doc/html/boostbook.css" type="text/css" /> <link rel="stylesheet" href="doc/src/boostbook.css" type="text/css" />
</head> </head>
<body> <body>

View File

@@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" /> <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
</head> </head>
<body bgcolor="#ffffff" text="#000000"> <body bgcolor="#ffffff" text="#000000">

View File

@@ -1,15 +0,0 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=http://www.boost.org/users/people.html">
</head>
<body>
Automatic redirection failed, please go to
<a href="http://www.boost.org/users/people.html">
http://www.boost.org/users/people.html</a>.
<hr>
<p>© Copyright Beman Dawes, 2008</p>
<p> Distributed under the Boost Software License, Version 1.0. (See
<a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a> or <a href="http://www.boost.org/LICENSE_1_0.txt">
www.boost.org/LICENSE_1_0.txt</a>)</p>
</body>
</html>

4
rst.css Executable file → Normal file
View File

@@ -1,5 +1,5 @@
@import url("doc/html/boostbook.css"); @import url("doc/src/boostbook.css");
@import url("doc/html/docutils.css"); @import url("doc/src/docutils.css");
/* Copyright David Abrahams 2006. Distributed under the Boost /* Copyright David Abrahams 2006. Distributed under the Boost
Software License, Version 1.0. (See accompanying Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

View File

@@ -14,7 +14,7 @@
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document"> <meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<link rel="stylesheet" href="../doc/html/boostbook.css" type="text/css" /> <link rel="stylesheet" href="../doc/src/boostbook.css" type="text/css" />
</head> </head>
<body bgcolor="#ffffff"> <body bgcolor="#ffffff">

View File

@@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href= <link rel="stylesheet" type="text/css" href=
"../../../doc/html/boostbook.css" /> "../../../doc/src/boostbook.css" />
<title>Regression Test Reporting Tools</title> <title>Regression Test Reporting Tools</title>
</head> </head>

View File

@@ -6,7 +6,7 @@
<meta http-equiv="Content-Language" content="en-us" /> <meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href= <link rel="stylesheet" type="text/css" href=
"../../../doc/html/boostbook.css" /> "../../../doc/src/boostbook.css" />
<title>Libary Status</title> <title>Libary Status</title>
<style type="text/css"> <style type="text/css">

View File

@@ -1,13 +0,0 @@
<!-- Copyright 2005 Dave Abrahams -->
<!-- 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) -->
<html>
<head>
<meta http-equiv="refresh" content="0; URL=https://svn.boost.org/trac/boost/">
</head>
<body>
Take me to the
<a href="https://svn.boost.org/trac/boost/">Boost Wiki</a>.
</body>
</html>