Merge misc. changes from trunk, mostly minor documentation fixes.

Merged revisions 48412,50921,51042,51369,51386-51387,51506-51507,51668,51802,51804,51881 via svnmerge from 
https://svn.boost.org/svn/boost/trunk

........
  r48412 | danieljames | 2008-08-28 11:23:33 +0100 (Thu, 28 Aug 2008) | 1 line
  
  Fix a typo. Thanks to Jon Biggar.
........
  r50921 | danieljames | 2009-01-31 09:36:38 +0000 (Sat, 31 Jan 2009) | 1 line
  
  Remove executable flag from preprocess.cmd. It was a mistake to add it.
........
  r51042 | danieljames | 2009-02-06 00:04:44 +0000 (Fri, 06 Feb 2009) | 1 line
  
  Ignore some version control files in inspect.
........
  r51369 | danieljames | 2009-02-21 18:49:48 +0000 (Sat, 21 Feb 2009) | 1 line
  
  Minor markup fix in concept check documentation.
........
  r51386 | danieljames | 2009-02-22 11:53:28 +0000 (Sun, 22 Feb 2009) | 1 line
  
  Add index.html file for compose, as our server setup doesn't support index.htm files.
........
  r51387 | danieljames | 2009-02-22 11:53:48 +0000 (Sun, 22 Feb 2009) | 5 lines
  
  Add missing index.html file for MPI and GIL.
  
  All the top level libraries now have index.html files but
  several sub-libraries don't. I'm not sure it's worth adding them as many
  of them don't have appropriate subdirectories anyway.
........
  r51506 | danieljames | 2009-03-01 14:16:00 +0000 (Sun, 01 Mar 2009) | 1 line
  
  Update links to command line invocation.
........
  r51507 | danieljames | 2009-03-01 14:16:24 +0000 (Sun, 01 Mar 2009) | 1 line
  
  Use xpointer attributes in the boost build documentation.
........
  r51668 | danieljames | 2009-03-09 20:56:51 +0000 (Mon, 09 Mar 2009) | 1 line
  
  Redirect to the Trac wiki instead of the old one.
........
  r51802 | danieljames | 2009-03-16 20:21:05 +0000 (Mon, 16 Mar 2009) | 1 line
  
  Use paragraphs inside purpose tags.
........
  r51804 | danieljames | 2009-03-16 20:21:46 +0000 (Mon, 16 Mar 2009) | 1 line
  
  Give the variablelist a margin.
........
  r51881 | danieljames | 2009-03-21 15:35:35 +0000 (Sat, 21 Mar 2009) | 1 line
  
  Fix html.
........


[SVN r51897]
This commit is contained in:
Daniel James 2009-03-22 10:42:48 +00:00
parent 3beca9d5e4
commit d5945a2270
13 changed files with 22 additions and 12 deletions

View file

@ -304,6 +304,11 @@
Variable Lists
=============================================================================*/
div.variablelist
{
margin: 1em 0;
}
/* Make the terms in definition lists bold */
div.variablelist dl dt,
span.term

View file

@ -304,6 +304,11 @@
Variable Lists
=============================================================================*/
div.variablelist
{
margin: 1em 0;
}
/* Make the terms in definition lists bold */
div.variablelist dl dt,
span.term

@ -1 +1 @@
Subproject commit 226c21515026ba7a1cfbfd6c1e390a37b4d070b7
Subproject commit a272b4acc2214395138221fa0b94868b474d747e

@ -1 +1 @@
Subproject commit 2c2d72087497bc8c728e383b9aba9211456ee403
Subproject commit 8842c10761bb37a061fe5a8ce0f3a632bf200c17

@ -1 +1 @@
Subproject commit 60e877acc50e4bb2c22af1a62e2ef81a928b0572
Subproject commit 9af7267918a164bf5fbceffee052d3aa6dbd924b

@ -1 +1 @@
Subproject commit 44871518f5fa4613fc2cacaed27cfc8e518feaaa
Subproject commit b8a8e42d59e986034a1c0e9b64c3da4e057848d6

@ -1 +1 @@
Subproject commit 44dce65859b0387d0770a22edab81a7f8fc10b22
Subproject commit 2b43670920db3623c31fc2dccd3db67588e7f570

@ -1 +1 @@
Subproject commit ff6b861ed7be9828a5af42af429916dad88c374d
Subproject commit 700d64acc886c7400e23c3897983d9068a655490

@ -1 +1 @@
Subproject commit 6f45d36d9778172791e3d106dfbe68c8591919df
Subproject commit c0e472755e5c597ceb15a1963d5e7e20064c39cb

@ -1 +1 @@
Subproject commit 12de5755eb1d0c6bf8d889a9737af79bea69a88d
Subproject commit 27092095ddb9f89ea77ac7a2e164cf1f76597d9d

View file

@ -84,7 +84,7 @@
<li>
<a href="../libs/wave/doc/wave_driver.html">Wave</a> - A Standards conformant C/C++
preprocessor usable on top of any other compiler. Usable for instance for the debugging
of the expansion of macros in your code or as a replacement for your build in
of the expansion of macros in your code or as a replacement for your built-in
preprocessor. <br>
</li>
</ul>

@ -1 +1 @@
Subproject commit 3105e4629d4138912fdebda88c436c405ea36ae1
Subproject commit 82d7a94e44cb1917283006224e56388bf565265b

4
wiki/index.html Executable file → Normal file
View file

@ -4,10 +4,10 @@
<html>
<head>
<meta http-equiv="refresh" content="0; URL=http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
<meta http-equiv="refresh" content="0; URL=https://svn.boost.org/trac/boost/">
</head>
<body>
Take me to the
<a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Boost Wiki</a>.
<a href="https://svn.boost.org/trac/boost/">Boost Wiki</a>.
</body>
</html>