$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r69183 - in website/public_html/beta: . common community development doc users
From: dnljms_at_[hidden]
Date: 2011-02-22 15:52:38
Author: danieljames
Date: 2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
New Revision: 69183
URL: http://svn.boost.org/trac/boost/changeset/69183
Log:
New location for boost build docs, and remove jam docs.
Text files modified: 
   website/public_html/beta/.htaccess                                 |     3 +--                                     
   website/public_html/beta/common/menu-doc.html                      |     2 +-                                      
   website/public_html/beta/community/groups.html                     |     2 +-                                      
   website/public_html/beta/development/running_regression_tests.html |     3 +--                                     
   website/public_html/beta/doc/.htaccess                             |    13 ++++++++-----                           
   website/public_html/beta/doc/tools.html                            |     8 +-------                                
   website/public_html/beta/users/uses_open.html                      |     2 +-                                      
   7 files changed, 14 insertions(+), 19 deletions(-)
Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess	(original)
+++ website/public_html/beta/.htaccess	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -29,8 +29,7 @@
 
 ########## Rewrites to serve up "sub-projects".
 
-RewriteRule ^boost-build2$ boost-build2/index.html [R]
-RewriteRule ^boost-build2/$ boost-build2/index.html [R]
+RewriteRule ^boost-build2$ boost-build2/ [R]
 RewriteRule ^boost-build2/doc/html/bbv2/advanced/(.*)$ boost-build2/doc/html/bbv2/overview/$1 [R]
 RewriteRule ^boost-build2/(boost-build[.]tar[.]bz2)$ common/code/boost_download.php/$1 [L]
 RewriteRule ^boost-build2/(boost-build[.]zip)$ common/code/boost_download.php/$1 [L]
Modified: website/public_html/beta/common/menu-doc.html
==============================================================================
--- website/public_html/beta/common/menu-doc.html	(original)
+++ website/public_html/beta/common/menu-doc.html	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -66,7 +66,7 @@
       <a href="/doc/tools.html">Tools <span class="link">></span></a>
 
       <ul>
-        <li><a href="/doc/tools/build/index.html">Boost Build <span class=
+        <li><a href="/boost-build2/index.html">Boost Build <span class=
         "link">></span></a></li>
 
         <li><a href="/tools/regression/index.html">Regression <span class=
Modified: website/public_html/beta/community/groups.html
==============================================================================
--- website/public_html/beta/community/groups.html	(original)
+++ website/public_html/beta/community/groups.html	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -224,7 +224,7 @@
 
               <h3><a name="jamboost" id="jamboost"></a>Boost.Build list</h3>
 
-              <p>The mailing list for the <a href="../tools/build">Boost
+              <p>The mailing list for the <a href="../boost-build2/index.html">Boost
               Build System</a> is located <a href=
               "http://listarchives.boost.org/mailman/listinfo.cgi/boost-build"
               class="external">here</a>. GMane provides <a href=
Modified: website/public_html/beta/development/running_regression_tests.html
==============================================================================
--- website/public_html/beta/development/running_regression_tests.html	(original)
+++ website/public_html/beta/development/running_regression_tests.html	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -37,8 +37,7 @@
               distribution.</em></strong></p>
 
               <p>To run a library's regression tests, run Boost's <a href=
-              "/doc/tools/build/doc/html/jam/usage.html"><tt>bjam</tt></a>
-              utility from that library's
+              "/boost-build2/index.html"><tt>bjam</tt></a> utility from that library's
               <tt>libs/<em><library></em>/test</tt> directory. To run a
               single test, specify its name (as found in Jamfile.v2) on the
               command line.</p>
Modified: website/public_html/beta/doc/.htaccess
==============================================================================
--- website/public_html/beta/doc/.htaccess	(original)
+++ website/public_html/beta/doc/.htaccess	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -35,9 +35,12 @@
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteRule ^libs/?(.*)$ libraries.php$1 [L]
 
-# Handling of tool documentation.
-RewriteRule ^tools(\.html)?/jam/?$ tools/jam/index.html [R]
-RewriteRule ^tools(\.html)?/jam/(.*) display_jam.php/boost-jam-3.1.18/$2 [L]
-RewriteRule ^tools(\.html)?/build/?$ tools/build/index.html [R]
-RewriteRule ^tools(\.html)?/build/(.*) display_build.php/boost-build/boost-build/$2 [L]
+# Redirect boost build/bjam documentation to new boost build location.
+RewriteRule ^tools(?:\.html)?/jam/jam/(language|miscellaneous|history).html$ /boost-build2/doc/html/jam/$1.html [R=301]
+RewriteRule ^tools(?:\.html)?/jam(/|$) /boost-build2/doc/html/bbv2/jam.html [R=301]
+RewriteRule ^tools(?:\.html)?/build$ /boost-build2/ [R=301]
+RewriteRule ^tools(?:\.html)?/build/(.*) /boost-build2/$1 [R=301]
+
+# Other tools
 RewriteRule ^tools(\.html)?/(.*) libs/release/tools/$2 [R]
+
Modified: website/public_html/beta/doc/tools.html
==============================================================================
--- website/public_html/beta/doc/tools.html	(original)
+++ website/public_html/beta/doc/tools.html	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -39,17 +39,11 @@
               applications.</p>
 
               <dl>
-                <dt>Boost.Build</dt>
+                <dt>Boost.Build</dt>
 
                 <dd>The Boost build system, including the full Boost version
                 of the jam sources.</dd>
 
-                <dt>Boost.Jam</dt>
-
-                <dd>Boost Jam (<tt>bjam</tt>) is the core interpreted tool on
-                which the Boost build system is written. This is an evolution
-                upon Perforce's Jam language.</dd>
-
                 <dt>Regression</dt>
 
                 <dd>The Boost regression testing system reporting
Modified: website/public_html/beta/users/uses_open.html
==============================================================================
--- website/public_html/beta/users/uses_open.html	(original)
+++ website/public_html/beta/users/uses_open.html	2011-02-22 15:52:35 EST (Tue, 22 Feb 2011)
@@ -176,7 +176,7 @@
               "../doc/libs/release/libs/asio/index.html">Boost.Asio</a>,
               <a href=
               "../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>
-              etc); Boost.Build
+              etc); Boost.Build
               is used as build system.</p>
 
               <h2>CGAL</h2>