Boost logo

Boost-Commit :

From: daniel_james_at_[hidden]
Date: 2007-11-29 03:18:26


Author: danieljames
Date: 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
New Revision: 41456
URL: http://svn.boost.org/trac/boost/changeset/41456

Log:
Fix a lot links. Mainly links to the 'libs' directory in release (which isn't
up yet).

Text files modified:
   website/public_html/beta/community/counted_body.html | 2 +-
   website/public_html/beta/community/generic_programming.html | 23 ++++++++++++-----------
   website/public_html/beta/community/groups.html | 21 +++++++++++----------
   website/public_html/beta/community/implementation_variations.html | 4 ++--
   website/public_html/beta/community/reviews.html | 10 +++++-----
   website/public_html/beta/development/borland_cpp.html | 14 +++++++-------
   website/public_html/beta/development/header.html | 6 +++---
   website/public_html/beta/development/requirements.html | 13 +++++++------
   website/public_html/beta/development/separate_compilation.html | 2 +-
   website/public_html/beta/development/test.html | 16 ++++++++--------
   website/public_html/beta/users/people/andreas_huber.html | 6 +++---
   website/public_html/beta/users/people/eric_friedman.html | 4 ++--
   website/public_html/beta/users/people/jaakko_jarvi.html | 6 ++++--
   website/public_html/beta/users/people/ronald_garcia.html | 4 ++--
   website/public_html/beta/users/people/samuel_krempp.html | 3 ++-
   15 files changed, 70 insertions(+), 64 deletions(-)

Modified: website/public_html/beta/community/counted_body.html
==============================================================================
--- website/public_html/beta/community/counted_body.html (original)
+++ website/public_html/beta/community/counted_body.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -120,7 +120,7 @@
               increasing use of templates this is often the favourite, and is
               the principle behind the common - but not standard -
               <code>counted_ptr</code>. <i>[The Boost name is <a href=
- "../libs/smart_ptr/shared_ptr.htm"><code>shared_ptr</code></a>
+ "/doc/libs/release/libs/smart_ptr/shared_ptr.htm"><code>shared_ptr</code></a>
               rather than <code>counted_ptr</code>.]</i></p>
 
               <p>A common implementation of COUNTED BODY is to provide the

Modified: website/public_html/beta/community/generic_programming.html
==============================================================================
--- website/public_html/beta/community/generic_programming.html (original)
+++ website/public_html/beta/community/generic_programming.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -325,9 +325,10 @@
 
               <p><strong>Note:</strong> The <i>type generator</i> concept has
               largely been superseded by the more refined notion of a
- metafunction.
- See <i><a href="http://www.boost-consulting.com/mplbook">C++
- Template Metaprogramming</a></i> for an in-depth discussion of
+ <a href="/doc/libs/release/libs/mpl/doc/refmanual/metafunction.html">
+ <i>metafunction</i></a>. See <i><a href=
+ "http://www.boost-consulting.com/mplbook">C++ Template
+ Metaprogramming</a></i> for an in-depth discussion of
               metafunctions.</p>
 
               <p>A <i>type generator</i> is a template whose only purpose is
@@ -337,11 +338,11 @@
               <code>type</code>. A type generator is usually used to
               consolidate a complicated type expression into a simple one.
               This example uses an old version of <a href=
- "../libs/iterator/doc/iterator_adaptor.html"><code>iterator_adaptor</code></a>
- whose design didn't allow derived iterator types. As a result,
- every adapted iterator had to be a specialization of
- <code>iterator_adaptor</code> itself and generators were a
- convenient way to produce those types.</p>
+ "/doc/libs/release/libs/iterator/doc/iterator_adaptor.html"><code>
+ iterator_adaptor</code></a> whose design didn't allow derived
+ iterator types. As a result, every adapted iterator had to be a
+ specialization of <code>iterator_adaptor</code> itself and
+ generators were a convenient way to produce those types.</p>
               <pre>
 template &lt;class Predicate, class Iterator,
     class Value = <i>complicated default</i>,
@@ -451,9 +452,9 @@
               practice, though. <a href=
               "http://cvs.sourceforge.net/viewcvs.py/*checkout*/boost/boost/libs/utility/Attic/iterator_adaptors.pdf">
               This paper</a> describes an old version of <a href=
- "../libs/iterator/doc/iterator_adaptor.html"><code>iterator_adaptor</code></a>
- that used non-orthogonal policies. There is also precedent in
- the standard library: <a href=
+ "/doc/libs/release/libs/iterator/doc/iterator_adaptor.html"><code>
+ iterator_adaptor</code></a> that used non-orthogonal policies.
+ There is also precedent in the standard library: <a href=
               "http://www.dinkumware.com/htm_cpl/string2.html#char_traits"><code>
               std::char_traits</code></a>, despite its name, acts as a
               policies class that determines the behaviors of <a href=

Modified: website/public_html/beta/community/groups.html
==============================================================================
--- website/public_html/beta/community/groups.html (original)
+++ website/public_html/beta/community/groups.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -237,10 +237,11 @@
               "http://www.python.org/community/sigs/current/c++-sig/" class=
               "external">Python C++-sig</a> is not strictly Boost-specific,
               but nearly all the traffic concerns <a href=
- "../libs/python">Boost.Python</a>. See also the <a href=
- "#langbinding">Language Binding</a> list below. GMane provides
- <a href="news://news.gmane.org/gmane.comp.python.c%2b%2b"
- class="external">NNTP access</a> and <a href=
+ "/doc/libs/release/libs/python">Boost.Python</a>. See also the
+ Language Binding list below. GMane
+ provides <a href=
+ "news://news.gmane.org/gmane.comp.python.c%2b%2b" class=
+ "external">NNTP access</a> and <a href=
               "http://news.gmane.org/thread.php?group=gmane.comp.python.c%2b%2b"
               class="external">Searchable Archives</a> as well. There are
               also searchable archives at <a href=
@@ -255,7 +256,7 @@
               class="external">Language Binding</a> list is for discussion of
               a generalized framework for binding C++ to other languages and
               systems based on the technology of <a href=
- "../libs/python">Boost.Python</a> and <a href=
+ "/doc/libs/release/libs/python">Boost.Python</a> and <a href=
               "http://luabind.sourceforge.net/" class="external">Luabind</a>.
               The plan is to provide a single front-end for describing
               bindings with runtime-pluggable back ends for binding to
@@ -307,16 +308,16 @@
               (ublas-dev) list</h3>
 
               <p>A seperate user and developer mailing list for <a href=
- "../libs/numeric/ublas/doc/index.htm">Boost uBLAS</a> specific
- topics is located <a href="http://lists.boost.org/" class=
- "external">here</a>.</p>
+ "/doc/libs/release/libs/numeric/ublas/doc/index.htm">Boost
+ uBLAS</a> specific topics is located <a href=
+ "http://lists.boost.org/" class="external">here</a>.</p>
 
               <h3><a name="thread" id="thread"></a>Thread development
               (threads-devel) list</h3>
 
               <p>A seperate developer mailing list for <a href=
- "../libs/thread/doc/index.html">Boost Thread</a> specific
- topics is located <a href=
+ "/doc/libs/release/libs/thread/doc/index.html">Boost Thread</a>
+ specific topics is located <a href=
               "http://lists.boost.org/mailman/listinfo.cgi/threads-devel">here</a>.</p>
 
               <p><strong>Important:</strong> This mailing list is for the

Modified: website/public_html/beta/community/implementation_variations.html
==============================================================================
--- website/public_html/beta/community/implementation_variations.html (original)
+++ website/public_html/beta/community/implementation_variations.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -56,8 +56,8 @@
               memory.</p>
 
               <p>Boost libraries generally use a <a href=
- "../libs/config/config.htm">configuration header</a>,
- boost/config.hpp, to capture compiler and platform
+ "/doc/libs/release/libs/config/config.htm">configuration
+ header</a>, boost/config.hpp, to capture compiler and platform
               dependencies. Although the use of boost/config.hpp is not
               required, it is the preferred approach for simple configuration
               problems.</p>

Modified: website/public_html/beta/community/reviews.html
==============================================================================
--- website/public_html/beta/community/reviews.html (original)
+++ website/public_html/beta/community/reviews.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -189,11 +189,11 @@
                 </li>
 
                 <li>Inspects the Boost <a href=
- "../libs/libraries.htm">library catalogue</a> for libraries
- which may interact with the new submission. These potential
- interactions should be pointed out in the review
- announcement, and the author(s) of these libraries should be
- privately notified and urged to participate in the
+ "/doc/libs/release/libs/libraries.htm">library catalogue</a>
+ for libraries which may interact with the new submission.
+ These potential interactions should be pointed out in the
+ review announcement, and the author(s) of these libraries
+ should be privately notified and urged to participate in the
                 review.</li>
 
                 <li>Urges people to do reviews if they aren't

Modified: website/public_html/beta/development/borland_cpp.html
==============================================================================
--- website/public_html/beta/development/borland_cpp.html (original)
+++ website/public_html/beta/development/borland_cpp.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -27,13 +27,13 @@
 
             <div class="section-body">
               <p>It is a general aim for boost libraries to be <a href=
- "lib_guide.htm#Portability">portable</a>. The primary means for
- achieving this goal is to adhere to ISO Standard C++. However,
- ISO C++ is a broad and complex standard and most compilers are
- not fully conformant to ISO C++ yet. In order to achieve
- portability in the light of this restriction, it seems
- advisable to get acquainted with those language features that
- some compilers do not fully implement yet.</p>
+ "/development/requirements.html#Portability">portable</a>. The
+ primary means for achieving this goal is to adhere to ISO
+ Standard C++. However, ISO C++ is a broad and complex standard
+ and most compilers are not fully conformant to ISO C++ yet. In
+ order to achieve portability in the light of this restriction,
+ it seems advisable to get acquainted with those language
+ features that some compilers do not fully implement yet.</p>
 
               <p>This page gives portability hints on some language features
               of the Borland C++ version 5.5.1 compiler. Furthermore, the

Modified: website/public_html/beta/development/header.html
==============================================================================
--- website/public_html/beta/development/header.html (original)
+++ website/public_html/beta/development/header.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -69,9 +69,9 @@
                 members, protected members, and finally private members.</li>
 
                 <li>Include the boost/config.hpp <a href=
- "../libs/config/config.htm">configuration header</a> if there
- is a need to deal with compiler or platform configuration
- issues.</li>
+ "/doc/libs/release/libs/config/config.htm">configuration
+ header</a> if there is a need to deal with compiler or
+ platform configuration issues.</li>
               </ul>
 
               <h2><a name="SampleHeader" id="SampleHeader"></a>Sample

Modified: website/public_html/beta/development/requirements.html
==============================================================================
--- website/public_html/beta/development/requirements.html (original)
+++ website/public_html/beta/development/requirements.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -196,9 +196,9 @@
                 particular C++ compiler. Boost contributors often try to
                 ensure their libraries work with popular compilers. The
                 boost/config.hpp <a href=
- "../libs/config/config.htm">configuration header</a> is the
- preferred mechanism for working around compiler
- deficiencies.</li>
+ "/doc/libs/release/libs/config/config.htm">configuration
+ header</a> is the preferred mechanism for working around
+ compiler deficiencies.</li>
               </ul>
 
               <p>Since there is no absolute way to prove portability, many
@@ -255,9 +255,10 @@
               other than the C++ Standard Library or Boost. See <a href=
               "/development/reuse.html">Library reuse</a>.</p>
 
- <p>Read Implementation Variation to
- see how to supply performance, platform, or other
- implementation variations.</p>
+ <p>Read <a href=
+ "/development/implementation_variations.html">Implementation
+ Variation</a> to see how to supply performance, platform, or
+ other implementation variations.</p>
 
               <p>Read the <a href=
               "/development/separate_compilation.html">guidelines for

Modified: website/public_html/beta/development/separate_compilation.html
==============================================================================
--- website/public_html/beta/development/separate_compilation.html (original)
+++ website/public_html/beta/development/separate_compilation.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -498,7 +498,7 @@
               <p>Testing the auto-link feature is somewhat convoluted, and
               requires access to a compiler that supports the feature: refer
               to <a href=
- "../libs/config/test/link/test/Jamfile.v2">libs/config/test/link/test/Jamfile.v2</a>
+ "/doc/libs/release/libs/config/test/link/test/Jamfile.v2">libs/config/test/link/test/Jamfile.v2</a>
               for an example.</p>
             </div>
           </div>

Modified: website/public_html/beta/development/test.html
==============================================================================
--- website/public_html/beta/development/test.html (original)
+++ website/public_html/beta/development/test.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -84,19 +84,19 @@
 
               <h3>Optional (but highly recommended)</h3>
 
- <p>The Boost Test Library
- provides many useful components which ease the construction of
- test programs.</p>
+ <p>The <a href="/doc/libs/release/libs/test/index.html">Boost
+ Test Library</a> provides many useful components which ease the
+ construction of test programs.</p>
 
               <ul>
                 <li>Use the library's <a href=
- "../libs/test/doc/components/test_tools/index.html">Test
- Tools</a> for the construction of simple test programs that
- do not need much structure.</li>
+ "/doc/libs/release/libs/test/doc/components/test_tools/index.html">
+ Test Tools</a> for the construction of simple test programs
+ that do not need much structure.</li>
 
                 <li>Use the library's <a href=
- "../libs/test/doc/components/utf/index.html">Unit Test
- Framework</a> for the construction of more complex test
+ "/doc/libs/release/libs/test/doc/components/utf/index.html">Unit
+ Test Framework</a> for the construction of more complex test
                 programs that need to be structured into individual tests and
                 test suites.</li>
               </ul>

Modified: website/public_html/beta/users/people/andreas_huber.html
==============================================================================
--- website/public_html/beta/users/people/andreas_huber.html (original)
+++ website/public_html/beta/users/people/andreas_huber.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -37,9 +37,9 @@
 
               <p>In his spare time Andreas still enjoys to program in
               standard C++, which is how <a href=
- "/libs/statechart/doc/index.html">Boost.Statechart</a> came
- into being. His other hobbies include swimming, camping, hiking
- and traveling.</p>
+ "/doc/libs/release/libs/statechart/doc/index.html">Boost.Statechart</a>
+ came into being. His other hobbies include swimming, camping,
+ hiking and traveling.</p>
 
               <p>Andreas lives in Zurich, Switzerland with his wife Ruth.</p>
             </div>

Modified: website/public_html/beta/users/people/eric_friedman.html
==============================================================================
--- website/public_html/beta/users/people/eric_friedman.html (original)
+++ website/public_html/beta/users/people/eric_friedman.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -32,8 +32,8 @@
               and Arabic.</p>
 
               <p>Eric is co-author of the <a href=
- "/libs/variant/index.html">Variant library</a> and intends to
- author more.</p>
+ "/doc/libs/release/libs/variant/index.html">Variant library</a>
+ and intends to author more.</p>
 
               <p>He enjoys rap music, discussing politics, and, of course,
               programming.</p>

Modified: website/public_html/beta/users/people/jaakko_jarvi.html
==============================================================================
--- website/public_html/beta/users/people/jaakko_jarvi.html (original)
+++ website/public_html/beta/users/people/jaakko_jarvi.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -31,8 +31,10 @@
               Lab</a> at Indiana University.</p>
 
               <p>He's the author of the <a href=
- "/libs/tuple/index.html">Tuple Library</a> and co-author of the
- Lambda Library.</p>
+ "/doc/libs/release/libs/tuple/index.html">Tuple Library</a> and
+ co-author of the <a href=
+ "/doc/libs/release/libs/lambda/index.html">Lambda
+ Library.</a></p>
 
               <p>He can be reached at <a href="mailto:jajarvi_at_[hidden]"
               class="external">jajarvi_at_[hidden]</a>.</p>

Modified: website/public_html/beta/users/people/ronald_garcia.html
==============================================================================
--- website/public_html/beta/users/people/ronald_garcia.html (original)
+++ website/public_html/beta/users/people/ronald_garcia.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -29,8 +29,8 @@
               Ronald Garcia is a Ph.D. student at Indiana University in
               Bloomington, Indiana. He is the author of the Boost
               Multidimensional Array Library (<a href=
- "/libs/multi_array/doc/index.html">MultiArray</a>). His
- research interests include software engineering tools and
+ "/doc/libs/release/libs/multi_array/doc/index.html">MultiArray</a>).
+ His research interests include software engineering tools and
               techniques, programming languages, generic and generative
               programming and high performance scientific computing.</p>
 

Modified: website/public_html/beta/users/people/samuel_krempp.html
==============================================================================
--- website/public_html/beta/users/people/samuel_krempp.html (original)
+++ website/public_html/beta/users/people/samuel_krempp.html 2007-11-29 03:18:24 EST (Thu, 29 Nov 2007)
@@ -40,7 +40,8 @@
               when he can afford it.</p>
 
               <p>He's the author of the <a href=
- "/libs/format/index.html">Boost Format library</a>.</p>
+ "/doc/libs/release/libs/format/index.html">Boost Format
+ library</a>.</p>
             </div>
           </div>
         </div>


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