Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-12-06 02:47:47


Author: danieljames
Date: 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
New Revision: 41777
URL: http://svn.boost.org/trac/boost/changeset/41777

Log:
Update/fix a load of links, add a missing jamfile.

Added:
   branches/fix-links/libs/numeric/conversion/doc/Jamfile.v2 (contents, props changed)
Text files modified:
   branches/fix-links/libs/functional/function_test.cpp | 2 +-
   branches/fix-links/libs/libraries.htm | 11 ++++++-----
   branches/fix-links/libs/rational/index.html | 6 +++---
   branches/fix-links/libs/serialization/doc/acknowledgments.html | 10 +++++-----
   branches/fix-links/libs/smart_ptr/smart_ptr.htm | 2 +-
   branches/fix-links/libs/smart_ptr/smarttests.htm | 6 +++---
   branches/fix-links/libs/statechart/doc/contact.html | 4 ++--
   branches/fix-links/libs/test/doc/components/prg_exec_monitor/compilation.html | 2 +-
   branches/fix-links/libs/test/doc/components/utf/compilation.html | 2 +-
   branches/fix-links/libs/timer/index.html | 6 +++---
   branches/fix-links/libs/tr1/doc/tr1.qbk | 4 ++--
   branches/fix-links/libs/tuple/doc/tuple_users_guide.html | 2 +-
   branches/fix-links/libs/type_traits/doc/credits.qbk | 4 ++--
   branches/fix-links/libs/utility/base_from_member.html | 6 +++---
   branches/fix-links/libs/utility/generator_iterator.htm | 2 +-
   branches/fix-links/libs/utility/in_place_factories.html | 2 +-
   branches/fix-links/libs/utility/operators.htm | 16 ++++++++--------
   branches/fix-links/libs/utility/utility.htm | 4 ++--
   branches/fix-links/libs/variant/doc/biblio.xml | 4 ++--
   branches/fix-links/more/formal_review_process.htm | 2 +-
   branches/fix-links/more/getting_started/detail/conclusion.rst | 4 ++--
   branches/fix-links/more/getting_started/unix-variants.html | 10 +++++-----
   branches/fix-links/more/getting_started/unix-variants.rst | 2 +-
   branches/fix-links/more/getting_started/windows.html | 8 ++++----
   branches/fix-links/more/index.htm | 6 +++---
   branches/fix-links/more/writingdoc/design.html | 2 +-
   branches/fix-links/more/writingdoc/template/index.html | 30 +++++++++++++++---------------
   branches/fix-links/tools/bcp/index.html | 2 +-
   branches/fix-links/tools/build/v2/doc/src/howto.xml | 2 +-
   branches/fix-links/tools/index.html | 6 +++---
   branches/fix-links/tools/inspect/doc/inspect.qbk | 2 +-
   branches/fix-links/tools/inspect/index.html | 6 +++---
   branches/fix-links/tools/regression/xsl_reports/xsl/result_page.xsl | 2 +-
   branches/fix-links/tools/regression/xsl_reports/xsl/v2/result_page.xsl | 2 +-
   34 files changed, 91 insertions(+), 90 deletions(-)

Modified: branches/fix-links/libs/functional/function_test.cpp
==============================================================================
--- branches/fix-links/libs/functional/function_test.cpp (original)
+++ branches/fix-links/libs/functional/function_test.cpp 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -49,7 +49,7 @@
 // > 1.34 release of the Boost distribution (www.boost.org) needs uniform
 // > license and copyright information. For more information please see:
 // >
-// > <http://www.boost.org/more/license_info.html>
+// > <http://beta.boost.org/users/license.html>
 // >
 // > You are receiving this email because several files you contributed
 // > lack such information or have an old license:

Modified: branches/fix-links/libs/libraries.htm
==============================================================================
--- branches/fix-links/libs/libraries.htm (original)
+++ branches/fix-links/libs/libraries.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -21,9 +21,9 @@
         face="Arial">Home</font></a></td>
         <td><a href="libraries.htm"><font color="#FFFFFF"
         size="4" face="Arial">Libraries</font></a></td>
- <td><a href="../people/people.htm"><font color="#FFFFFF"
+ <td><a href="http://beta.boost.org/users/people.html"><font color="#FFFFFF"
         size="4" face="Arial">People</font></a></td>
- <td><a href="../more/faq.htm"><font color="#FFFFFF"
+ <td><a href="http://beta.boost.org/users/faq.html"><font color="#FFFFFF"
         size="4" face="Arial">FAQ</font></a></td>
         <td><a href="../more/index.htm"><font color="#FFFFFF"
         size="4" face="Arial">More</font></a></td>
@@ -60,9 +60,10 @@
   <dt>Libraries Retired from Boost</dt>
 </dl>
 
-<p>See Compiler Status
- page to find out what library works with which compiler.<br>
-See Getting Started page to find out
+<p>See the
+regression testing results
+to find out what library works with which compiler.<br>
+See Getting Started page to find out
 how to download, build, and install the libraries.</p>
 
 <p>Documentation for some Boost libraries is available in other forms,

Added: branches/fix-links/libs/numeric/conversion/doc/Jamfile.v2
==============================================================================
--- (empty file)
+++ branches/fix-links/libs/numeric/conversion/doc/Jamfile.v2 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -0,0 +1,13 @@
+
+using quickbook ;
+
+xml conversion : conversion.qbk ;
+boostbook standalone : conversion :
+ <xsl:param>boost.root=../../../../..
+ <xsl:param>boost.libraries=../../../../libraries.htm
+ <xsl:param>html.stylesheet=../../../../../doc/html/boostbook.css
+ <xsl:param>chunk.first.sections=1
+ <xsl:param>chunk.section.depth=2
+ <xsl:param>generate.section.toc.level=2
+ <xsl:param>toc.section.depth=1
+ <xsl:param>toc.max.depth=1 ;

Modified: branches/fix-links/libs/rational/index.html
==============================================================================
--- branches/fix-links/libs/rational/index.html (original)
+++ branches/fix-links/libs/rational/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -12,8 +12,8 @@
     <td bgcolor="#FFFFFF"><img src="../../boost.png" alt="boost.png (6897 bytes)" WIDTH="277" HEIGHT="86"></td>
     <td>Home </td>
     <td>Libraries </td>
- <td>People </td>
- <td>FAQ </td>
+ <td>People </td>
+ <td>FAQ </td>
     <td>More </td>
   </tr>
 </table>
@@ -32,7 +32,7 @@
   <li>Documentation (HTML).</li>
   <li>Header rational.hpp.</li>
   <li>See the documentation for links to sample programs.</li>
- <li>Submitted by Paul Moore.</li>
+ <li>Submitted by Paul Moore.</li>
 </ul>
 
 <p>Revised&nbsp; December 14, 1999</p>

Modified: branches/fix-links/libs/serialization/doc/acknowledgments.html
==============================================================================
--- branches/fix-links/libs/serialization/doc/acknowledgments.html (original)
+++ branches/fix-links/libs/serialization/doc/acknowledgments.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -36,21 +36,21 @@
   <li>Markus Schöpflin tracked down issues with TRU64 compiler resulting in 100% passing.
   <li><a href="mailto::troy_at_[hidden]"> Troy D. Straszheim</a> made the initial version of variant serialization.
   <li>Tonko Juricic helped refine and complete project files for VC 7.1 ide
- <li>Rene Rivera tracked down several issues related to
+ <li>Rene Rivera tracked down several issues related to
   Code Warrior, toolset configuration and bjam and much else.
   <li>Martin Ecker detected (and fixed!) a number of sublte errors regarding cyclic
   pointers, shared pointers. He also built the library as a DLL and raised some issues
   <li>Pavel Vozenilek invested much effort in review of code and documentation
   resulting in many improvements. In addition he help a lot with porting to other
   platforms including VC 6.0, Intel, and especially Borland.
- <li>Jens Maurer and
- Beman Dawes who got the boost
+ <li>Jens Maurer and
+ Beman Dawes who got the boost
   serialization ball rolling. It was one or both of these two that invented
   the much beloved <code>&amp;</code> syntax used to implement both save and
   load in one fuction specification.
- <li>Vladimir Prus for evaluating an
+ <li>Vladimir Prus for evaluating an
   early draft and contributing the diamond inheritance example.
- <li>William E. Kempf
+ <li>William E. Kempf
   who made the templates for this and other boost manuals. This relieved
   me of much aggravation.
   <li><a href="mailto:vahan_at_[hidden]">Vahan Margaryan</a> and

Modified: branches/fix-links/libs/smart_ptr/smart_ptr.htm
==============================================================================
--- branches/fix-links/libs/smart_ptr/smart_ptr.htm (original)
+++ branches/fix-links/libs/smart_ptr/smart_ptr.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -105,7 +105,7 @@
                         and that is thrown only by functions which are explicitly documented as
                         possibly throwing <b>std::bad_alloc</b>.</p>
                 <h2><a name="Exception-specifications">Exception-specifications</a></h2>
- <p>Exception-specifications are not used; see <a href="../../more/lib_guide.htm#Exception-specification">
+ <p>Exception-specifications are not used; see <a href="http://beta.boost.org/development/requirements.html#Exception-specification">
                                 exception-specification rationale</a>.</p>
                 <p>All the smart pointer templates contain member functions which can never throw
                         exceptions, because they neither throw exceptions themselves nor call other

Modified: branches/fix-links/libs/smart_ptr/smarttests.htm
==============================================================================
--- branches/fix-links/libs/smart_ptr/smarttests.htm (original)
+++ branches/fix-links/libs/smart_ptr/smarttests.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -21,10 +21,10 @@
   mailing list and the tests which this page describes were performed to provide
   a guide for current and future investigations into smart pointer implementation
   strategies.</p>
-<p>Thanks are due to Dave Abrahams,
+<p>Thanks are due to Dave Abrahams,
 Gavin Collings,
-Greg Colvin and
-Beman Dawes
+Greg Colvin and
+Beman Dawes
   for test code and trial implementations, the final version of which can be found
   in .zip format here.</p>
 <h2>Description</h2>

Modified: branches/fix-links/libs/statechart/doc/contact.html
==============================================================================
--- branches/fix-links/libs/statechart/doc/contact.html (original)
+++ branches/fix-links/libs/statechart/doc/contact.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -36,11 +36,11 @@
   people:</p>
 
   <ul>
- <li>Boost Users for
+ <li>Boost Users for
     questions and comments about the documentation, the interface or the
     semantics</li>
 
- <li>Boost Developers for
+ <li>Boost Developers for
     bug reports and patches</li>
   </ul>
 

Modified: branches/fix-links/libs/test/doc/components/prg_exec_monitor/compilation.html
==============================================================================
--- branches/fix-links/libs/test/doc/components/prg_exec_monitor/compilation.html (original)
+++ branches/fix-links/libs/test/doc/components/prg_exec_monitor/compilation.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -75,7 +75,7 @@
     to the list of objects to be linked with. By default this feature is on.
     To disable this feature you should define the flag BOOST_TEST_NO_LIB. More
     detailes on autolinking feature implementation and configuration you could
- see here.</P>
+ see here.</P>
   <H4>Using &quot;included&quot; option<A name="included_header"></A></H4>
   <P class="first-line-indented">While building standalone library is preferred
     solution, some users prefer &quot;quick and dirty&quot; include one. The

Modified: branches/fix-links/libs/test/doc/components/utf/compilation.html
==============================================================================
--- branches/fix-links/libs/test/doc/components/utf/compilation.html (original)
+++ branches/fix-links/libs/test/doc/components/utf/compilation.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -93,7 +93,7 @@
     automatically select proper library name and add it to the list of objects
     to be linked with. By default this feature is on. To disable this feature
     you should define the flag BOOST_TEST_NO_LIB. More detailes on autolinking
- feature implementation and configuration you could see here.</P>
+ feature implementation and configuration you could see here.</P>
   <H4>Using &quot;included&quot; option<A name="included_header"></A></H4>
   <P class="first-line-indented">While building standalone library is preferred
     solution, some users prefer &quot;quick and dirty&quot; include one. The Unit Test

Modified: branches/fix-links/libs/timer/index.html
==============================================================================
--- branches/fix-links/libs/timer/index.html (original)
+++ branches/fix-links/libs/timer/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -14,8 +14,8 @@
     <td bgcolor="#FFFFFF"><img src="../../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
     <td>Home </td>
     <td>Libraries </td>
- <td>People </td>
- <td>FAQ </td>
+ <td>People </td>
+ <td>FAQ </td>
     <td>More </td>
   </tr>
 </table>
@@ -30,7 +30,7 @@
   <li>Documentation (HTML).</li>
   <li>Headers timer.hpp and progress.hpp</li>
   <li>Test program timer_test.cpp</li>
- <li>Submitted by Beman Dawes.</li>
+ <li>Submitted by Beman Dawes.</li>
 </ul>
 
 <p>&nbsp;</p>

Modified: branches/fix-links/libs/tr1/doc/tr1.qbk
==============================================================================
--- branches/fix-links/libs/tr1/doc/tr1.qbk (original)
+++ branches/fix-links/libs/tr1/doc/tr1.qbk 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -448,7 +448,7 @@
 arbitrary code may be called. However a polymorphic function wrapper can call
 any callable object with a compatible call signature, this could be a function
 pointer, or it could be a function object produced by std::tr1::bind, or some
-other mechanism. For more information see the [@../../doc/html/function.html"
+other mechanism. For more information see the [@../../doc/html/function.html
 Boost.Function documentation].
 
    
@@ -1697,7 +1697,7 @@
 forward on to your existing standard library header in one of two ways: for
 gcc it uses `#include_next`, and for other compilers it uses the
 macro `BOOST_TR1_STD_HEADER(header)` (defined in
-[@../../boost/tr1/detail/config.hpp" boost/tr1/detail/config.hpp])
+[@../../boost/tr1/detail/config.hpp boost/tr1/detail/config.hpp])
 which evaluates to `#include <../include/header>`. This
 should work "straight out the box" for most compilers, but does mean that
 these headers should [*never] be placed inside a

Modified: branches/fix-links/libs/tuple/doc/tuple_users_guide.html
==============================================================================
--- branches/fix-links/libs/tuple/doc/tuple_users_guide.html (original)
+++ branches/fix-links/libs/tuple/doc/tuple_users_guide.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -516,7 +516,7 @@
 
 <p>Last modified 2003-09-07</p>
 
-<p>&copy; Copyright Jaakko Järvi 2001.
+<p>&copy; Copyright Jaakko Järvi 2001.
 
 Permission to copy, use, modify, sell and distribute this software and its documentation is granted provided this copyright notice appears in all copies.
 This software and its documentation is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose.

Modified: branches/fix-links/libs/type_traits/doc/credits.qbk
==============================================================================
--- branches/fix-links/libs/type_traits/doc/credits.qbk (original)
+++ branches/fix-links/libs/type_traits/doc/credits.qbk 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -34,8 +34,8 @@
 The latest version of this library and documentation can be found at
 [@http://www.boost.org www.boost.org]. Bugs, suggestions and discussion
 should be directed to boost_at_[hidden]
-(see [@http://www.boost.org/more/mailing_lists.htm#main
-www.boost.org/more/mailing_lists.htm#main] for subscription details).
+(see [@http://beta.boost.org/community/groups.html#main
+beta.boost.org/community/groups.html#main] for subscription details).
 
 [endsect]
 

Modified: branches/fix-links/libs/utility/base_from_member.html
==============================================================================
--- branches/fix-links/libs/utility/base_from_member.html (original)
+++ branches/fix-links/libs/utility/base_from_member.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -334,7 +334,7 @@
 <h3><a name="contributors">Contributors</a></h3>
 
 <dl>
- <dt>Ed Brey
+ <dt>Ed Brey
         <dd>Suggested some interface changes.
 
         <dt>R. Samuel Klatchko (<a
@@ -343,7 +343,7 @@
         <dd>Invented the idiom of how to use a class member for initializing
                 a base class.
 
- <dt>Dietmar Kuehl
+ <dt>Dietmar Kuehl
         <dd>Popularized the base-from-member idiom in his
                 <a href="http://www.informatik.uni-konstanz.de/~kuehl/c++/iostream/">IOStream
                 example classes</a>.
@@ -353,7 +353,7 @@
                 can be controlled and automated with macros. The implementation uses
                 the Preprocessor library.
 
- <dt>Daryle Walker
+ <dt>Daryle Walker
         <dd>Started the library. Contributed the test file <cite><a
                 href="base_from_member_test.cpp">base_from_member_test.cpp</a></cite>.
 </dl>

Modified: branches/fix-links/libs/utility/generator_iterator.htm
==============================================================================
--- branches/fix-links/libs/utility/generator_iterator.htm (original)
+++ branches/fix-links/libs/utility/generator_iterator.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -153,7 +153,7 @@
   <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->05 December, 2006<!--webbot bot="Timestamp" endspan i-checksum="38516" --></p>
 
   <p><i>Copyright &copy; 2001 <a href=
- "../../people/jens_maurer.htm">Jens Maurer</a></i></p>
+ "http://beta.boost.org/users/people/jens_maurer.html">Jens Maurer</a></i></p>
 
   <p><i>Distributed under the Boost Software License, Version 1.0. (See
   accompanying file LICENSE_1_0.txt or

Modified: branches/fix-links/libs/utility/in_place_factories.html
==============================================================================
--- branches/fix-links/libs/utility/in_place_factories.html (original)
+++ branches/fix-links/libs/utility/in_place_factories.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -291,6 +291,6 @@
 <P>Developed by <A HREF="mailto:fernando_cacciola_at_[hidden]">Fernando Cacciola</A>,
 the latest version of this file can be found at <A
 HREF="http://www.boost.org">www.boost.org</A>, and the boost
-discussion lists</P>
+discussion lists</P>
 </BODY>
 </HTML>
\ No newline at end of file

Modified: branches/fix-links/libs/utility/operators.htm
==============================================================================
--- branches/fix-links/libs/utility/operators.htm (original)
+++ branches/fix-links/libs/utility/operators.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -1577,8 +1577,8 @@
     <p>The <cite>operators_test.cpp</cite>
     program demonstrates the use of the arithmetic operator templates, and
     can also be used to verify correct operation. Check the <a href=
- "../../status/compiler_status.html">compiler status report</a> for the
- test results with selected platforms.</p>
+ "http://beta.boost.org/development/testing.html#RegressionTesting">regression
+ test results</a> for the test results with selected platforms.</p>
 
     <h2><a name="deref">Dereference</a> Operators and Iterator Helpers</h2>
 
@@ -2022,20 +2022,20 @@
 </pre>
     </blockquote>
 
- <p>Check the <a href="../../status/compiler_status.html">compiler status
+ <p>Check the <a href=http://beta.boost.org/development/testing.html">compiler status
     report</a> for the test results with selected platforms.</p>
     <hr>
 
     <h2><a name="contributors">Contributors</a></h2>
 
     <dl>
- <dt>Dave Abrahams</dt>
+ <dt>Dave Abrahams</dt>
 
       <dd>Started the library and contributed the arithmetic operators in
       <cite><a href=
       "../../boost/operators.hpp">boost/operators.hpp</a></cite>.</dd>
 
- <dt>Jeremy Siek</dt>
+ <dt>Jeremy Siek</dt>
 
       <dd>Contributed the <a href="#deref">dereference operators and iterator
       helpers</a> in <cite><a href=
@@ -2043,19 +2043,19 @@
       contributed <cite><a href=
       "iterators_test.cpp">iterators_test.cpp</a></cite>.</dd>
 
- <dt><a href="../../people/aleksey_gurtovoy.htm">Aleksey
+ <dt><a href="http://beta.boost.org/users/people/aleksey_gurtovoy.html">Aleksey
       Gurtovoy</a></dt>
 
       <dd>Contributed the code to support <a href="#chaining">base class
       chaining</a> while remaining backward-compatible with old versions of
       the library.</dd>
 
- <dt>Beman Dawes</dt>
+ <dt>Beman Dawes</dt>
 
       <dd>Contributed <cite><a href=
       "operators_test.cpp">operators_test.cpp</a></cite>.</dd>
 
- <dt>Daryle Walker</dt>
+ <dt>Daryle Walker</dt>
 
       <dd>Contributed classes for the shift operators, equivalence, partial
       ordering, and arithmetic conversions. Added the grouped operator

Modified: branches/fix-links/libs/utility/utility.htm
==============================================================================
--- branches/fix-links/libs/utility/utility.htm (original)
+++ branches/fix-links/libs/utility/utility.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -68,7 +68,7 @@
                 <p>The distance from the given iterator should be supplied as an absolute value. For
                         example, the iterator four iterators prior to the given iterator <code>p</code>
                         may be obtained by <code>prior(p, 4)</code>.</p>
- <p>Contributed by Dave Abrahams. Two-argument versions by Daniel Walker.</p>
+ <p>Contributed by Dave Abrahams. Two-argument versions by Daniel Walker.</p>
                 <h2><a name="Class_noncopyable">Class noncopyable</a></h2>
                 <p>Class <strong>noncopyable</strong> is a base class.&nbsp; Derive your own class
                         from <strong>noncopyable</strong> when you want to prohibit copy construction
@@ -89,7 +89,7 @@
                         to verify class <b>noncopyable</b> works as expected. It has have been run
                         successfully under GCC 2.95, Metrowerks CodeWarrior 5.0, and Microsoft Visual
                         C++ 6.0 sp 3.</p>
- <p>Contributed by Dave Abrahams.</p>
+ <p>Contributed by Dave Abrahams.</p>
                 <h3>Example</h3>
                 <blockquote>
                         <pre>// inside one of your own headers ...

Modified: branches/fix-links/libs/variant/doc/biblio.xml
==============================================================================
--- branches/fix-links/libs/variant/doc/biblio.xml (original)
+++ branches/fix-links/libs/variant/doc/biblio.xml 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -5,7 +5,7 @@
   <title>References</title>
 
 <para id="variant.refs.abr00">
- <ulink url="http://boost.org/more/generic_exception_safety.html">[Abr00]</ulink>
+ <ulink url="http://beta.boost.org/community/exception_safety.html">[Abr00]</ulink>
     David Abrahams.
     &quot;Exception-Safety in Generic Components.&quot;
     M. Jazayeri, R. Loos, D. Musser (eds.):
@@ -14,7 +14,7 @@
     2000.
 </para>
 <para id="variant.refs.abr01">
- <ulink url="http://boost.org/more/error_handling.html">[Abr01]</ulink>
+ <ulink url="http://beta.boost.org/community/error_handling.html">[Abr01]</ulink>
     David Abrahams.
     &quot;Error and Exception Handling.&quot;
     Boost technical article.

Modified: branches/fix-links/more/formal_review_process.htm
==============================================================================
--- branches/fix-links/more/formal_review_process.htm (original)
+++ branches/fix-links/more/formal_review_process.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -47,7 +47,7 @@
       <td><a href="../libs/libraries.htm"><font face="Arial" color=
       "#FFFFFF"><big>Libraries</big></font></a></td>
 
- <td><a href="../people/people.htm"><font face="Arial" color=
+ <td><a href="http://beta.boost.org/users/people.html"><font face="Arial" color=
       "#FFFFFF"><big>People</big></font></a></td>
 
       <td><a href="faq.htm"><font face="Arial" color=

Modified: branches/fix-links/more/getting_started/detail/conclusion.rst
==============================================================================
--- branches/fix-links/more/getting_started/detail/conclusion.rst (original)
+++ branches/fix-links/more/getting_started/detail/conclusion.rst 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -33,7 +33,7 @@
 
 .. _Boost.Build reference manual: ../../tools/build/v2/index.html
 .. _Boost.Jam reference manual: `Boost.Jam`_
-.. _Boost Users' mailing list: ../../more/mailing_lists.htm#users
+.. _Boost Users' mailing list: http://beta.boost.org/community/groups.html#users
 .. _Boost.Build Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V2
-.. _Boost.Build mailing list: ../../more/mailing_lists.htm#jamboost
+.. _Boost.Build mailing list: http://beta.boost.org/community/groups.html#jamboost
 

Modified: branches/fix-links/more/getting_started/unix-variants.html
==============================================================================
--- branches/fix-links/more/getting_started/unix-variants.html (original)
+++ branches/fix-links/more/getting_started/unix-variants.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -490,7 +490,7 @@
 in the <a class="reference external" href="../../tools/build/index.html">Boost.Build documentation</a>. If that isn't your problem or
 the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file doesn't work for you, please address
 questions about configuring Boost for your compiler to the
-<a class="reference external" href="../../more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
+<a class="reference external" href="http://beta.boost.org/community/groups.html#jamboost">Boost.Build mailing list</a>.</p>
 <!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->
 <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
@@ -695,13 +695,13 @@
 we may have a “Book 2 in the Getting Started series” that addresses
 them. Until then, we suggest you pursue the following resources.
 If you can't find what you need, or there's anything we can do to
-make this document clearer, please post it to the <a class="reference external" href="../../more/mailing_lists.htm#users">Boost Users'
+make this document clearer, please post it to the <a class="reference external" href="http://beta.boost.org/community/groups.html#users">Boost Users'
 mailing list</a>.</p>
 <ul class="simple">
 <li><a class="reference external" href="../../tools/build/v2/index.html">Boost.Build reference manual</a></li>
 <li><a class="reference external" href="../../tools/jam/index.html">Boost.Jam reference manual</a></li>
-<li><a class="reference external" href="../../more/mailing_lists.htm#users">Boost Users' mailing list</a></li>
-<li><a class="reference external" href="../../more/mailing_lists.htm#jamboost">Boost.Build mailing list</a></li>
+<li><a class="reference external" href="http://beta.boost.org/community/groups.html#users">Boost Users' mailing list</a></li>
+<li><a class="reference external" href="http://beta.boost.org/community/groups.html#jamboost">Boost.Build mailing list</a></li>
 <li><a class="reference external" href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V2">Boost.Build Wiki</a></li>
 <li><a class="reference external" href="../../libs/index.html">Index of all Boost library documentation</a></li>
 </ul>
@@ -719,7 +719,7 @@
 <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
 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="../../more/mailing_lists.htm#main">Boost developers' list</a>.</p>
+to the <a class="reference external" href="http://beta.boost.org/community/groups.html#main">Boost developers' list</a>.</p>
 </td></tr>
 </tbody>
 </table>

Modified: branches/fix-links/more/getting_started/unix-variants.rst
==============================================================================
--- branches/fix-links/more/getting_started/unix-variants.rst (original)
+++ branches/fix-links/more/getting_started/unix-variants.rst 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -225,7 +225,7 @@
    packages, we'd be glad to help. Please make your interest known
    to the `Boost developers' list`_.
 
- .. _Boost developers' list: ../../more/mailing_lists.htm#main
+ .. _Boost developers' list: http://beta.boost.org/community/groups.html#main
 
 .. [#lowercase-l] That option is a dash followed by a lowercase “L”
    character, which looks very much like a numeral 1 in some fonts.

Modified: branches/fix-links/more/getting_started/windows.html
==============================================================================
--- branches/fix-links/more/getting_started/windows.html (original)
+++ branches/fix-links/more/getting_started/windows.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -560,7 +560,7 @@
 in the <a class="reference external" href="../../tools/build/index.html">Boost.Build documentation</a>. If that isn't your problem or
 the <tt class="docutils literal"><span class="pre">user-config.jam</span></tt> file doesn't work for you, please address
 questions about configuring Boost for your compiler to the
-<a class="reference external" href="../../more/mailing_lists.htm#jamboost">Boost.Build mailing list</a>.</p>
+<a class="reference external" href="http://beta.boost.org/community/groups.html#jamboost">Boost.Build mailing list</a>.</p>
 <span class="target" id="auto-linking"></span><!-- Copyright David Abrahams 2006. Distributed under the Boost -->
 <!-- Software License, Version 1.0. (See accompanying -->
 <!-- file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) -->
@@ -766,13 +766,13 @@
 we may have a “Book 2 in the Getting Started series” that addresses
 them. Until then, we suggest you pursue the following resources.
 If you can't find what you need, or there's anything we can do to
-make this document clearer, please post it to the <a class="reference external" href="../../more/mailing_lists.htm#users">Boost Users'
+make this document clearer, please post it to the <a class="reference external" href="http://beta.boost.org/community/groups.html#users">Boost Users'
 mailing list</a>.</p>
 <ul class="simple">
 <li><a class="reference external" href="../../tools/build/v2/index.html">Boost.Build reference manual</a></li>
 <li><a class="reference external" href="../../tools/jam/index.html">Boost.Jam reference manual</a></li>
-<li><a class="reference external" href="../../more/mailing_lists.htm#users">Boost Users' mailing list</a></li>
-<li><a class="reference external" href="../../more/mailing_lists.htm#jamboost">Boost.Build mailing list</a></li>
+<li><a class="reference external" href="http://beta.boost.org/community/groups.html#users">Boost Users' mailing list</a></li>
+<li><a class="reference external" href="http://beta.boost.org/community/groups.html#jamboost">Boost.Build mailing list</a></li>
 <li><a class="reference external" href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl?Boost.Build_V2">Boost.Build Wiki</a></li>
 <li><a class="reference external" href="../../libs/index.html">Index of all Boost library documentation</a></li>
 </ul>

Modified: branches/fix-links/more/index.htm
==============================================================================
--- branches/fix-links/more/index.htm (original)
+++ branches/fix-links/more/index.htm 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -14,7 +14,7 @@
                <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
             <td>Home</td>
             <td>Libraries</td>
- <td>People</td>
+ <td>People</td>
             <td>FAQ</td>
             <td>More</td>
          </tr>
@@ -53,9 +53,9 @@
             about the Boost Software License.</p>
          <p><b>Bibliography </b>&nbsp;Print and online
             publications relating to Boost and Boost libraries.</p>
- <p><b>Who's Using Boost? </b>&nbsp;
+ <p><b>Who's Using Boost? </b>&nbsp;
          Products and organisations that are using Boost.</p>
- <p>Compiler Status&nbsp;&nbsp;Describes
+ <p>Compiler Status&nbsp;&nbsp;Describes
             what library works with which compiler.</p>
          <p><b>Links</b>&nbsp; Links of special interest to Boost
             users.</p>

Modified: branches/fix-links/more/writingdoc/design.html
==============================================================================
--- branches/fix-links/more/writingdoc/design.html (original)
+++ branches/fix-links/more/writingdoc/design.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -225,7 +225,7 @@
   understand why a library was designed the way it was and may reduce the
   frequency of a number of frequently asked questions. For a better
   description of why rationale is important see the <a href=
- "http://www.boost.org/more/lib_guide.htm#Rationale">Rationale rationale</a>
+ "http://beta.boost.org/development/requirements.html#Rationale">Rationale rationale</a>
   in the general submission guidelines.</p>
 
   <p>Like most content pages, the Rationale page should include a <a href=

Modified: branches/fix-links/more/writingdoc/template/index.html
==============================================================================
--- branches/fix-links/more/writingdoc/template/index.html (original)
+++ branches/fix-links/more/writingdoc/template/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -36,56 +36,56 @@
 
     <dd>
       <dl class="index">
- <dt>{{header}}</dt>
+ <dt>{{header}}</dt>
 
         <dd>
           <dl class="index">
- <dt>Macros</dt>
+ <dt>Macros</dt>
 
             <dd>
               <dl class="index">
- <dt>{{macro name}}</dt>
+ <dt>{{macro name}}</dt>
               </dl>
             </dd>
 
- <dt>Values</dt>
+ <dt>Values</dt>
 
             <dd>
               <dl class="index">
- <dt>{{value name}}</dt>
+ <dt>{{value name}}</dt>
               </dl>
             </dd>
 
- <dt>Types</dt>
+ <dt>Types</dt>
 
             <dd>
               <dl class="index">
- <dt>{{type name}}</dt>
+ <dt>{{type name}}</dt>
               </dl>
             </dd>
 
- <dt>Classes</dt>
+ <dt>Classes</dt>
 
             <dd>
               <dl class="index">
- <dt>{{class name}}</dt>
+ <dt>{{class name}}</dt>
               </dl>
             </dd>
 
- <dt>Functions</dt>
+ <dt>Functions</dt>
 
             <dd>
               <dl class="index">
- <dt><a href="header.html#value-spec">{{function
+ <dt><a href="http://beta.boost.org/development/header.html#value-spec">{{function
                 name}}</a></dt>
               </dl>
             </dd>
 
- <dt>Objects</dt>
+ <dt>Objects</dt>
 
             <dd>
               <dl class="index">
- <dt>{{object name}}</dt>
+ <dt>{{object name}}</dt>
               </dl>
             </dd>
           </dl>
@@ -99,9 +99,9 @@
 
     <dt>Definitions</dt>
 
- <dt>Frequently Asked Questions (FAQs)</dt>
+ <dt>Frequently Asked Questions (FAQs)</dt>
 
- <dt>Bibliography</dt>
+ <dt>Bibliography</dt>
 
     <dt>Acknowledgments</dt>
   </dl>

Modified: branches/fix-links/tools/bcp/index.html
==============================================================================
--- branches/fix-links/tools/bcp/index.html (original)
+++ branches/fix-links/tools/bcp/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -4,7 +4,7 @@
    </head>
    <body>
       <p>
- Automatic redirection failed, please go to bcp.html.
+ Automatic redirection failed, please go to bcp.html.
       </p>
       <p>Copyright&nbsp;John Maddock 2007</p>
       <p>Distributed under the Boost Software License, Version 1.0. (See accompanying file <a href="../../LICENSE_1_0.txt">

Modified: branches/fix-links/tools/build/v2/doc/src/howto.xml
==============================================================================
--- branches/fix-links/tools/build/v2/doc/src/howto.xml (original)
+++ branches/fix-links/tools/build/v2/doc/src/howto.xml 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -27,7 +27,7 @@
 
     <para>
       If you have questions, please post them to our mailing list (<ulink
- url="http://boost.org/more/mailing_lists.htm#jamboost"/>). The mailing list is
+ url="http://beta.boost.org/community/groups.html#jamboost"/>). The mailing list is
       also mirrowed to newsgroup <ulink url="news://news.gmane.org/gmane.comp.lib.boost.build"/>.
     </para>
 

Modified: branches/fix-links/tools/index.html
==============================================================================
--- branches/fix-links/tools/index.html (original)
+++ branches/fix-links/tools/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -22,8 +22,8 @@
                <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
             <td>Home</td>
             <td>Libraries</td>
- <td>People</td>
- <td>FAQ</td>
+ <td>People</td>
+ <td>FAQ</td>
             <td>More</td>
          </tr>
       </table>
@@ -40,7 +40,7 @@
             the full Boost version of the jam sources.<br>
          &nbsp;
          <li>
- Regression - The Boost regression testing
+ Regression - The Boost regression testing
             system reporting sources.<br>
          &nbsp;
          <li>

Modified: branches/fix-links/tools/inspect/doc/inspect.qbk
==============================================================================
--- branches/fix-links/tools/inspect/doc/inspect.qbk (original)
+++ branches/fix-links/tools/inspect/doc/inspect.qbk 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -35,7 +35,7 @@
 
 [section:intro Introduction]
 
-It is not uncommon for various common errors or [@http://www.boost.org/more/lib_guide.htm guideline violations] to creep into the Boost libraries. The inspect program detects and reports several common problems. It can be used to scan a proposed Boost submission to identify various failures.
+It is not uncommon for various common errors or [@http://beta.boost.org/development/requirements.html guideline violations] to creep into the Boost libraries. The inspect program detects and reports several common problems. It can be used to scan a proposed Boost submission to identify various failures.
 
 The inspect program is written in C++ to limit tool chain dependencies, and should be portable to any system.
 

Modified: branches/fix-links/tools/inspect/index.html
==============================================================================
--- branches/fix-links/tools/inspect/index.html (original)
+++ branches/fix-links/tools/inspect/index.html 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -14,7 +14,7 @@
 <img src="../../boost.png" alt="boost.png (6897 bytes)" align="center" width="277" height="86">Inspect
 Tool</h1>
 <p>It is not uncommon for various common errors or
-guideline violations to creep into the
+guideline violations to creep into the
 Boost libraries. The <i>inspect</i> program detects and reports several common
 problems. It can be used to scan a proposed Boost submission to identify various
 failures.</p>
@@ -38,7 +38,7 @@
   <li>tab_check.hpp and <a href="tab_check.cpp">
   tab_check.cpp</a></li>
 </ul>
-<p>A Jamfile is provided to build the program.</p>
+<p>A Jamfile is provided to build the program.</p>
 <hr>
 <p>Revised
 <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->29 December, 2003<!--webbot bot="Timestamp" endspan i-checksum="38523" --></p>
@@ -51,4 +51,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>

Modified: branches/fix-links/tools/regression/xsl_reports/xsl/result_page.xsl
==============================================================================
--- branches/fix-links/tools/regression/xsl_reports/xsl/result_page.xsl (original)
+++ branches/fix-links/tools/regression/xsl_reports/xsl/result_page.xsl 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -141,7 +141,7 @@
 
     <xsl:template name="test_type_col">
         <td class="test-type">
- <a href="../../../status/compiler_status.html#Understanding" class="legend-link">
+ <a href=http://beta.boost.org/development/testing.html#Understanding" class="legend-link">
             <xsl:variable name="test_type" select="./@test-type"/>
             <xsl:choose>
             <xsl:when test="$test_type='run_pyd'"> <xsl:text>r</xsl:text> </xsl:when>

Modified: branches/fix-links/tools/regression/xsl_reports/xsl/v2/result_page.xsl
==============================================================================
--- branches/fix-links/tools/regression/xsl_reports/xsl/v2/result_page.xsl (original)
+++ branches/fix-links/tools/regression/xsl_reports/xsl/v2/result_page.xsl 2007-12-06 02:47:43 EST (Thu, 06 Dec 2007)
@@ -94,7 +94,7 @@
 
     <xsl:template name="test_type_col">
         <td class="test-type">
- <a href="http://www.boost.org/status/compiler_status.html#Understanding" class="legend-link" target="_top">
+ <a href="http://beta.boost.org/development/testing.html#Understanding" class="legend-link" target="_top">
             <xsl:variable name="test_type" select="./@test-type"/>
             <xsl:choose>
             <xsl:when test="$test_type='run_pyd'"> <xsl:text>r</xsl:text> </xsl:when>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk