$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-12-17 01:55:28
Author: grafik
Date: 2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
New Revision: 42115
URL: http://svn.boost.org/trac/boost/changeset/42115
Log:
Hopefully the last set of broken links and old-to-new link mappings. Also some style fixes for history items and news items. And fix building of RSS feeds to occur in single build pass.
Text files modified: 
   website/public_html/beta/.htaccess                     |    35 +++++++++++++++++++++++++++++           
   website/public_html/beta/common/sidebar-get-boost.html |     3 +                                       
   website/public_html/beta/feed/build.jam                |    21 +++++++++++++----                       
   website/public_html/beta/feed/history.rss              |    48 +++++++++++++++++++-------------------- 
   website/public_html/beta/feed/history/boost_1_14_1.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_14_1.xml |     4 +-                                      
   website/public_html/beta/feed/history/boost_1_14_2.qbk |     4 +-                                      
   website/public_html/beta/feed/history/boost_1_14_2.xml |     6 ++--                                    
   website/public_html/beta/feed/history/boost_1_14_3.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_14_3.xml |     2                                         
   website/public_html/beta/feed/history/boost_1_18_1.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_18_1.xml |     3 -                                       
   website/public_html/beta/feed/history/boost_1_19_0.qbk |     4 +-                                      
   website/public_html/beta/feed/history/boost_1_19_0.xml |     6 ++--                                    
   website/public_html/beta/feed/history/boost_1_20_0.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_20_0.xml |     2                                         
   website/public_html/beta/feed/history/boost_1_21_0.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_21_0.xml |     2                                         
   website/public_html/beta/feed/history/boost_1_24_0.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_24_0.xml |     4 +-                                      
   website/public_html/beta/feed/history/boost_1_28_0.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_28_0.xml |     2                                         
   website/public_html/beta/feed/history/boost_1_30_2.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_30_2.xml |     2                                         
   website/public_html/beta/feed/history/boost_1_33_1.qbk |     2                                         
   website/public_html/beta/feed/history/boost_1_33_1.xml |    16 ++++++------                            
   website/public_html/beta/feed/news.rss                 |    16 ++++++------                            
   website/public_html/beta/index.php                     |     4 +-                                      
   website/public_html/beta/style/css_0/content.css       |     8 ++++--                                  
   website/public_html/beta/users/history/entry.php       |    10 ++++++++                                
   30 files changed, 138 insertions(+), 82 deletions(-)
Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess	(original)
+++ website/public_html/beta/.htaccess	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -47,3 +47,38 @@
 RewriteRule ^tools/(.*) doc/tools/$1 [R=permanent,L]
 # The wiki
 RewriteRule ^wiki/?$ http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl [R,L]
+# The various extra docs, in more subdir.
+RewriteRule ^more/background.html users/index.html [R=permanent,L]
+RewriteRule ^more/bibliography.html users/bibliography.html [R=permanent,L]
+RewriteRule ^more/bugs.htm support/bugs.html [R=permanent,L]
+RewriteRule ^more/count_bdy.htm community/counted_body.html [R=permanent,L]
+RewriteRule ^more/cpp_committee_meetings.html community/committee.html [R=permanent,L]
+RewriteRule ^more/cvs.html users/download/#repository [R=permanent,L]
+RewriteRule ^more/discussion_policy.htm community/policy.html [R=permanent,L]
+RewriteRule ^more/error_handling.html community/error_handling.html [R=permanent,L]
+RewriteRule ^more/faq.htm users/faq.html [R=permanent,L]
+RewriteRule ^more/feature_model_diagrams.html community/feature_model_diagrams.html [R=permanent,L]
+RewriteRule ^more/formal_review_process.htm community/reviews.html [R=permanent,L]
+RewriteRule ^more/formal_review_schedule.html community/review_schedule.html [R=permanent,L]
+RewriteRule ^more/generic_exception_safety.html community/exception_safety.html [R=permanent,L]
+RewriteRule ^more/generic_programming.html community/generic_programming.html [R=permanent,L]
+RewriteRule ^more/getting_started.html users/download/ [R=permanent,L]
+RewriteRule ^more/headers.htm development/header.html [R=permanent,L]
+RewriteRule ^more/imp_vars.htm community/implementation_variations.html [R=permanent,L]
+RewriteRule ^more/int_const_guidelines.htm development/int_const_guidelines.html [R=permanent,L]
+RewriteRule ^more/lib_guide.htm development/requirements.html [R=permanent,L]
+RewriteRule ^more/library_reuse.htm development/reuse.html [R=permanent,L]
+RewriteRule ^more/license_info.html users/license.html [R=permanent,L]
+RewriteRule ^more/links.htm community/cpp.html [R=permanent,L]
+RewriteRule ^more/mailing_lists.htm community/groups.html [R=permanent,L]
+RewriteRule ^more/moderators.html community/moderators.html [R=permanent,L]
+RewriteRule ^more/proposal.pdf users/proposal.pdf [R=permanent,L]
+RewriteRule ^more/regression.html development/testing.html [R=permanent,L]
+RewriteRule ^more/release_mgr_checklist.html http://svn.boost.org/trac/boost/wiki/ReleasePractices/ManagerCheckList [R,L]
+RewriteRule ^more/release_precedures.htm http://svn.boost.org/trac/boost/wiki/ReleasePractices/Procedures [R,L]
+RewriteRule ^more/separate_compilation.html abc/xyz [R=permanent,L]
+RewriteRule ^more/submission_process.htm development/submissions.html [R=permanent,L]
+RewriteRule ^more/test_policy.htm development/test.html [R=permanent,L]
+RewriteRule ^more/updating_the_website.html development/website_updating.html [R=permanent,L]
+RewriteRule ^more/version_history_html users/history/ [R=permanent,L]
+RewriteRule ^more/(.*) users/index.html [R=permanent,L]
Modified: website/public_html/beta/common/sidebar-get-boost.html
==============================================================================
--- website/public_html/beta/common/sidebar-get-boost.html	(original)
+++ website/public_html/beta/common/sidebar-get-boost.html	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -1,4 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   <div id="get-boost">
-    <h2><a href="/users/download"><img src="/gfx/space.png" alt=
+    <h2><a href="/users/download/"><img src="/gfx/space.png" alt=
     "Get Boost" /></a></h2>
   </div>
Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam	(original)
+++ website/public_html/beta/feed/build.jam	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -40,11 +40,22 @@
     python "$(BB2RSS)" "--channel-title=$(TITLE)" "--channel-link=$(LINK)" "--count=$(COUNT)" "--output=$(<)" "$(>)"
 }
 
+rule glob-rss ( p + )
+{
+    local files = [ glob $(p:S=.qbk) ] ;
+    files = $(files:S=.xml) ;
+    local result ;
+    for local f in $(files)
+    {
+        local d = $(f:D) ;
+        result += $(d:B)//$(f:D=) ;
+    }
+    return $(result) ;
+}
+
 path-constant CWD : . ;
 
-make downloads.rss :
-    history/boost_1_34_1.xml
-    [ glob downloads/*.xml ]
+make downloads.rss : [ glob-rss history/boost_1_34_1 downloads/* ]
     : @rss :
     <title>"Boost Downloads"
     <uri>"http://www.boost.org/feed/download.rss"
@@ -53,7 +64,7 @@
     <cwd>$(CWD)
     ;
 
-make history.rss : [ glob history/*.xml ]
+make history.rss : [ glob-rss history/* ]
     : @rss :
     <title>"Boost History"
     <uri>"http://beta.boost.org/feed/history.rss"
@@ -61,7 +72,7 @@
     <cwd>$(CWD)
     ;
 
-make news.rss : [ glob news/*.xml ] [ glob history/*.xml ]
+make news.rss : [ glob-rss news/* history/* ]
     : @rss :
     <title>"Boost News"
     <uri>"http://beta.boost.org/feed/news.rss"
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss	(original)
+++ website/public_html/beta/feed/history.rss	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -712,16 +712,16 @@
       will work as well. For more information, see the <a href="http://www.boost.org/regression/release/user/">regression
       test results</a>.
     </p>
+    <p>
+      <em>New for this release</em>: Support for building
+      with the newest STLport-5.0 was added. The support includes building with MinGW
+      Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
+      Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
+      We have added an experimental autoconf-like <tt>configure</tt> script
+      for Unix-like systems: run <tt>configure --help</tt> for more information.
+    </p>
     <ul>
       <li>
-        New for this release*: Support for building with the newest STLport-5.0 was
-        added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
-        improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
-        and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental
-        autoconf-like <tt>configure</tt> script for Unix-like systems:
-        run <tt>configure --help</tt> for more information.
-      </li>
-      <li>
         <a href="http://developer.apple.com/">Apple GCC</a> 3.3, 4.0 on Mac
         OS X.
       </li>
@@ -1523,7 +1523,7 @@
   <ul>
     <li>
       <a href="http://www.boost-consulting.com">Boost Consulting</a> is now
-      hosting Boost CVS mirrors - see our <a href="getting_started.html#CVS">download
+      hosting Boost CVS mirrors - see our <a href="/more/getting_started.html#CVS">download
       page</a>.
     </li>
     <li>
@@ -1769,7 +1769,7 @@
   
   <ul>
     <li>
-      The Boost mailing lists are now also accessible as <a href="mailing_lists.htm#newsgroup">newsgroups</a>.
+      The Boost mailing lists are now also accessible as <a href="/more/mailing_lists.htm#newsgroup">newsgroups</a>.
     </li>
     <li>
       A powerful <a href="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">mailing
@@ -2016,8 +2016,8 @@
       Dave Abrahams and others.
     </li>
     <li>
-      <a href="formal_review_schedule.html">Formal Review Schedule</a> added.
-      Shows current, future, and recent past review dates.
+      <a href="/more/formal_review_schedule.html">Formal Review Schedule</a>
+      added. Shows current, future, and recent past review dates.
     </li>
   </ul>
 </div></description></item><item><title>Version 1.23.0</title><pubDate>Fri,  6 Jul 2001 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
@@ -2165,7 +2165,7 @@
       for program testing and execution from Beman Dawes.
     </li>
     <li>
-      <a href="generic_programming.html">Generic Programming Techniques</a>
+      <a href="/more/generic_programming.html">Generic Programming Techniques</a>
       page added, contributed by Dave Abrahams.
     </li>
     <li>
@@ -2286,7 +2286,7 @@
       Status</a>.
     </li>
     <li>
-      <a href="discussion_policy.htm">Discussion Policy</a> page added.
+      <a href="/more/discussion_policy.htm">Discussion Policy</a> page added.
     </li>
     <li>
       <span class="library"><a href="/libs/array/index.html">Array Library</a></span> minor documentation
@@ -2333,11 +2333,11 @@
       updates.
     </li>
     <li>
-      <a href="lib_guide.htm">Library Requirements and Guidelines</a> - directory
-      name policy added.
+      <a href="/more/lib_guide.htm">Library Requirements and Guidelines</a>
+      - directory name policy added.
     </li>
     <li>
-      <a href="faq.htm">FAQ</a> updated.
+      <a href="/more/faq.htm">FAQ</a> updated.
     </li>
   </ul>
 </div></description></item><item><title>Version 1.18.3</title><pubDate>Sat, 18 Nov 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
@@ -2412,8 +2412,7 @@
       for various compiler foibles.
     </li>
     <li>
-      <a href="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</a>
-      from Jens Maurer added.
+      Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
     </li>
     <li>
       <span class="library"><a href="/status/compiler_status.html">Compiler Status</a></span> updated
@@ -2599,16 +2598,16 @@
   <p>
     Minor additions to <a href="/boost/config.hpp">config.hpp</a> for Borland
     compilers. Minor fix to <code><span class="identifier">type_traits</span></code>
-    example. Minor web site fixes. <a href="formal_review_process.htm">Library
+    example. Minor web site fixes. <a href="/more/formal_review_process.htm">Library
     Formal Review Process</a> page added.
   </p>
 </div></description></item><item><title>Version 1.14.2</title><pubDate>Tue,  9 May 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       Documentation updates.
     </span></span></boostbook:purpose><description><div class="description">
   <p>
-    No libraries updated. <a href="lib_guide.htm">Library Requirements and Guidelines</a>
-    expanded, <a href="submission_process.htm">Library Submission Process</a>
-    added.
+    No libraries updated. <a href="/more/lib_guide.htm">Library Requirements and
+    Guidelines</a> expanded, <a href="/more/submission_process.htm">Library
+    Submission Process</a> added.
   </p>
 </div></description></item><item><title>Version 1.14.1</title><pubDate>Fri, 17 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       Updated Libraries: Rational, Smart Pointer, Call Traits, Compressed Pair, Type
@@ -2619,8 +2618,7 @@
     changes to the <a href="/libs/smart_ptr/index.html">Smart Pointer</a>
     Library and <a href="/libs/utility/call_traits.htm">call_traits</a>,
     <a href="/libs/utility/compressed_pair.htm">compressed_pair</a>, and type_traits.
-    Updated <a href="lib_guide.htm">Library Guidelines</a> and <a href="/users/people.html">People</a>
-    page.
+    Updated <a href="/more/lib_guide.htm">Library Guidelines</a> and <a href="/users/people.html">People</a> page.
   </p>
 </div></description></item><item><title>Version 1.14.0</title><pubDate>Sun,  5 Mar 2000 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
       Updated Libraries: Integer. Experimental libraries moved to vault.
Modified: website/public_html/beta/feed/history/boost_1_14_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_1.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_14_1.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -13,5 +13,5 @@
 to the [@/libs/smart_ptr/index.html Smart Pointer] Library and
 [@/libs/utility/call_traits.htm call_traits],
 [@/libs/utility/compressed_pair.htm compressed_pair], and type_traits.
-Updated [@lib_guide.htm Library Guidelines] and [@/users/people.html People]
+Updated [@/more/lib_guide.htm Library Guidelines] and [@/users/people.html People]
 page.
Modified: website/public_html/beta/feed/history/boost_1_14_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_1.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_14_1.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -14,7 +14,7 @@
     changes to the <ulink url="/libs/smart_ptr/index.html">Smart Pointer</ulink>
     Library and <ulink url="/libs/utility/call_traits.htm">call_traits</ulink>,
     <ulink url="/libs/utility/compressed_pair.htm">compressed_pair</ulink>, and type_traits.
-    Updated <ulink url="lib_guide.htm">Library Guidelines</ulink> and <ulink url="/users/people.html">People</ulink>
-    page.
+    Updated <ulink url="/more/lib_guide.htm">Library Guidelines</ulink> and <ulink
+    url="/users/people.html">People</ulink> page.
   </para>
 </article>
Modified: website/public_html/beta/feed/history/boost_1_14_2.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_2.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_14_2.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -9,5 +9,5 @@
 
 [include ext.qbk]
 
-No libraries updated. [@lib_guide.htm Library Requirements and Guidelines]
-expanded, [@submission_process.htm Library Submission Process] added.
+No libraries updated. [@/more/lib_guide.htm Library Requirements and Guidelines]
+expanded, [@/more/submission_process.htm Library Submission Process] added.
Modified: website/public_html/beta/feed/history/boost_1_14_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_2.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_14_2.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -9,8 +9,8 @@
   </articleinfo>
   <title>Version 1.14.2</title>
   <para>
-    No libraries updated. <ulink url="lib_guide.htm">Library Requirements and Guidelines</ulink>
-    expanded, <ulink url="submission_process.htm">Library Submission Process</ulink>
-    added.
+    No libraries updated. <ulink url="/more/lib_guide.htm">Library Requirements and
+    Guidelines</ulink> expanded, <ulink url="/more/submission_process.htm">Library
+    Submission Process</ulink> added.
   </para>
 </article>
Modified: website/public_html/beta/feed/history/boost_1_14_3.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_3.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_14_3.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -11,4 +11,4 @@
 
 Minor additions to [@/boost/config.hpp config.hpp] for Borland compilers.
 Minor fix to `type_traits` example. Minor web site fixes.
-[@formal_review_process.htm Library Formal Review Process] page added.
+[@/more/formal_review_process.htm Library Formal Review Process] page added.
Modified: website/public_html/beta/feed/history/boost_1_14_3.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_14_3.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_14_3.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -11,7 +11,7 @@
   <para>
     Minor additions to <ulink url="/boost/config.hpp">config.hpp</ulink> for Borland
     compilers. Minor fix to <code><phrase role="identifier">type_traits</phrase></code>
-    example. Minor web site fixes. <ulink url="formal_review_process.htm">Library
+    example. Minor web site fixes. <ulink url="/more/formal_review_process.htm">Library
     Formal Review Process</ulink> page added.
   </para>
 </article>
Modified: website/public_html/beta/feed/history/boost_1_18_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_1.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_18_1.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -14,7 +14,7 @@
   [@/libs/regex/index.html Regular Expression Library]: Minor fixes.
 * [phrase library..[@/libs/config/index.html Configuration Header]] additions
   for various compiler foibles.
-* [@borland_cpp.html Portability Hints: Borland C++ 5.5.1] from Jens Maurer
+* Portability Hints: Borland C++ 5.5.1 from Jens Maurer
   added.
 * [phrase library..[@/status/compiler_status.html Compiler Status]] updated for
   latest versions of several compilers.
Modified: website/public_html/beta/feed/history/boost_1_18_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_18_1.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_18_1.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -19,8 +19,7 @@
       for various compiler foibles.
     </listitem>
     <listitem>
-      <ulink url="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</ulink>
-      from Jens Maurer added.
+      Portability Hints: Borland C++ 5.5.1 from Jens Maurer added.
     </listitem>
     <listitem>
       <phrase role="library"><ulink url="/status/compiler_status.html">Compiler Status</ulink></phrase> updated
Modified: website/public_html/beta/feed/history/boost_1_19_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_19_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_19_0.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -24,6 +24,6 @@
   minor updates.
 * [phrase library..[@/libs/regex/index.html Regular Expression Library]] minor
   updates.
-* [@lib_guide.htm Library Requirements and Guidelines] - directory name policy
+* [@/more/lib_guide.htm Library Requirements and Guidelines] - directory name policy
   added.
-* [@faq.htm FAQ] updated.
+* [@/more/faq.htm FAQ] updated.
Modified: website/public_html/beta/feed/history/boost_1_19_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_19_0.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_19_0.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -36,11 +36,11 @@
       updates.
     </listitem>
     <listitem>
-      <ulink url="lib_guide.htm">Library Requirements and Guidelines</ulink> - directory
-      name policy added.
+      <ulink url="/more/lib_guide.htm">Library Requirements and Guidelines</ulink>
+      - directory name policy added.
     </listitem>
     <listitem>
-      <ulink url="faq.htm">FAQ</ulink> updated.
+      <ulink url="/more/faq.htm">FAQ</ulink> updated.
     </listitem>
   </itemizedlist>
 </article>
Modified: website/public_html/beta/feed/history/boost_1_20_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_20_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_20_0.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -17,7 +17,7 @@
 * Web site moved to a larger host after the old ISP collapsed unexpectedly.
 * Regression tests now include execution testing. See
   [@/status/compiler_status.html Compiler Status].
-* [@discussion_policy.htm Discussion Policy] page added.
+* [@/more/discussion_policy.htm Discussion Policy] page added.
 * [phrase library..[@/libs/array/index.html Array Library]] minor documentation
   improvements.
 * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]]
Modified: website/public_html/beta/feed/history/boost_1_20_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_20_0.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_20_0.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -22,7 +22,7 @@
       Status</ulink>.
     </listitem>
     <listitem>
-      <ulink url="discussion_policy.htm">Discussion Policy</ulink> page added.
+      <ulink url="/more/discussion_policy.htm">Discussion Policy</ulink> page added.
     </listitem>
     <listitem>
       <phrase role="library"><ulink url="/libs/array/index.html">Array Library</ulink></phrase> minor documentation
Modified: website/public_html/beta/feed/history/boost_1_21_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_21_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_21_0.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -18,7 +18,7 @@
   pool management from Steve Cleary.
 * [phrase library..[@/libs/test/doc/index.html Test Library]] added. Support
   for program testing and execution from Beman Dawes.
-* [@generic_programming.html Generic Programming Techniques] page added,
+* [@/more/generic_programming.html Generic Programming Techniques] page added,
   contributed by Dave Abrahams.
 * [phrase library..[@/libs/graph/doc/table_of_contents.html Graph Library]:]
   Updated use of iterator adaptors. Changed `operator ==` for
Modified: website/public_html/beta/feed/history/boost_1_21_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_21_0.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_21_0.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -24,7 +24,7 @@
       for program testing and execution from Beman Dawes.
     </listitem>
     <listitem>
-      <ulink url="generic_programming.html">Generic Programming Techniques</ulink>
+      <ulink url="/more/generic_programming.html">Generic Programming Techniques</ulink>
       page added, contributed by Dave Abrahams.
     </listitem>
     <listitem>
Modified: website/public_html/beta/feed/history/boost_1_24_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_24_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_24_0.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -18,5 +18,5 @@
 * [phrase library..[@/tools/build/index.html Boost Build System]] added.
   Preliminary release of an innovative build system for Boost libraries, from
   Dave Abrahams and others.
-* [@formal_review_schedule.html Formal Review Schedule] added. Shows current,
+* [@/more/formal_review_schedule.html Formal Review Schedule] added. Shows current,
   future, and recent past review dates.
Modified: website/public_html/beta/feed/history/boost_1_24_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_24_0.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_24_0.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -27,8 +27,8 @@
       Dave Abrahams and others.
     </listitem>
     <listitem>
-      <ulink url="formal_review_schedule.html">Formal Review Schedule</ulink> added.
-      Shows current, future, and recent past review dates.
+      <ulink url="/more/formal_review_schedule.html">Formal Review Schedule</ulink>
+      added. Shows current, future, and recent past review dates.
     </listitem>
   </itemizedlist>
 </article>
Modified: website/public_html/beta/feed/history/boost_1_28_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_28_0.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_28_0.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -14,7 +14,7 @@
 [download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=123324]
 
 * The Boost mailing lists are now also accessible as
-  [@mailing_lists.htm#newsgroup newsgroups].
+  [@/more/mailing_lists.htm#newsgroup newsgroups].
 * A powerful [@http://aspn.activestate.com/ASPN/Mail/Archives/boost/ mailing
   list archive] has been contributed by the [@http://aspn.activestate.com/ASPN
   ActiveState Programmer Network].
Modified: website/public_html/beta/feed/history/boost_1_28_0.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_28_0.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_28_0.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -14,7 +14,7 @@
   </para>
   <itemizedlist>
     <listitem>
-      The Boost mailing lists are now also accessible as <ulink url="mailing_lists.htm#newsgroup">newsgroups</ulink>.
+      The Boost mailing lists are now also accessible as <ulink url="/more/mailing_lists.htm#newsgroup">newsgroups</ulink>.
     </listitem>
     <listitem>
       A powerful <ulink url="http://aspn.activestate.com/ASPN/Mail/Archives/boost/">mailing
Modified: website/public_html/beta/feed/history/boost_1_30_2.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_30_2.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_30_2.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -11,7 +11,7 @@
 [download http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=178835]
 
 * [@http://www.boost-consulting.com Boost Consulting] is now hosting Boost CVS
-  mirrors - see our [@getting_started.html#CVS download page].
+  mirrors - see our [@/more/getting_started.html#CVS download page].
 * Backported changes to the [@/libs/config/config.htm config system], to
   better handle new compiler releases.
 * Bugs in regression reporting in subproject tests were fixed.
Modified: website/public_html/beta/feed/history/boost_1_30_2.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_30_2.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_30_2.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -19,7 +19,7 @@
   <itemizedlist>
     <listitem>
       <ulink url="http://www.boost-consulting.com">Boost Consulting</ulink> is now
-      hosting Boost CVS mirrors - see our <ulink url="getting_started.html#CVS">download
+      hosting Boost CVS mirrors - see our <ulink url="/more/getting_started.html#CVS">download
       page</ulink>.
     </listitem>
     <listitem>
Modified: website/public_html/beta/feed/history/boost_1_33_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.qbk	(original)
+++ website/public_html/beta/feed/history/boost_1_33_1.qbk	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -75,7 +75,7 @@
 compilers and platforms will work as well. For more information, see the
 [@http://www.boost.org/regression/release/user/ regression test results].
 
-*New for this release*: Support for building with the newest STLport-5.0 was
+[*New for this release]: Support for building with the newest STLport-5.0 was
 added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
 improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
 and Microsoft Visual C++ 8.0 are supported platforms. We have added an
Modified: website/public_html/beta/feed/history/boost_1_33_1.xml
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.xml	(original)
+++ website/public_html/beta/feed/history/boost_1_33_1.xml	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -169,16 +169,16 @@
       will work as well. For more information, see the <ulink url="http://www.boost.org/regression/release/user/">regression
       test results</ulink>.
     </para>
+    <para>
+      <emphasis role="bold">New for this release</emphasis>: Support for building
+      with the newest STLport-5.0 was added. The support includes building with MinGW
+      Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
+      Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
+      We have added an experimental autoconf-like <literal>configure</literal> script
+      for Unix-like systems: run <literal>configure --help</literal> for more information.
+    </para>
     <itemizedlist>
       <listitem>
-        New for this release*: Support for building with the newest STLport-5.0 was
-        added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
-        improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
-        and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental
-        autoconf-like <literal>configure</literal> script for Unix-like systems:
-        run <literal>configure --help</literal> for more information.
-      </listitem>
-      <listitem>
         <ulink url="http://developer.apple.com/">Apple GCC</ulink> 3.3, 4.0 on Mac
         OS X.
       </listitem>
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss	(original)
+++ website/public_html/beta/feed/news.rss	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -722,16 +722,16 @@
       will work as well. For more information, see the <a href="http://www.boost.org/regression/release/user/">regression
       test results</a>.
     </p>
+    <p>
+      <em>New for this release</em>: Support for building
+      with the newest STLport-5.0 was added. The support includes building with MinGW
+      Runtime 3.8 plus STLport-5.0 improved to support wide character operations.
+      Apple GCC 4.0, HP Tru64 C++, and Microsoft Visual C++ 8.0 are supported platforms.
+      We have added an experimental autoconf-like <tt>configure</tt> script
+      for Unix-like systems: run <tt>configure --help</tt> for more information.
+    </p>
     <ul>
       <li>
-        New for this release*: Support for building with the newest STLport-5.0 was
-        added. The support includes building with MinGW Runtime 3.8 plus STLport-5.0
-        improved to support wide character operations. Apple GCC 4.0, HP Tru64 C++,
-        and Microsoft Visual C++ 8.0 are supported platforms. We have added an experimental
-        autoconf-like <tt>configure</tt> script for Unix-like systems:
-        run <tt>configure --help</tt> for more information.
-      </li>
-      <li>
         <a href="http://developer.apple.com/">Apple GCC</a> 3.3, 4.0 on Mac
         OS X.
       </li>
Modified: website/public_html/beta/index.php
==============================================================================
--- website/public_html/beta/index.php	(original)
+++ website/public_html/beta/index.php	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -102,7 +102,7 @@
                     "news-date"><?php print $_item['date']; ?></span></li><?php } ?>
                   </ul>
 
-                  <p>More News... (<a href=
+                  <p>More News... (<a href=
                   "feed/news.rss">RSS</a>)</p>
                 </div>
 
@@ -118,7 +118,7 @@
                     "news-date"><?php print $_item['date']; ?></span></li><?php } ?>
                   </ul>
 
-                  <p>More Downloads...
+                  <p>More Downloads...
                   (RSS)</p>
                 </div>
 
Modified: website/public_html/beta/style/css_0/content.css
==============================================================================
--- website/public_html/beta/style/css_0/content.css	(original)
+++ website/public_html/beta/style/css_0/content.css	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -171,13 +171,15 @@
   caption-side: bottom;
 }
 /* An inset, image or other, on the left. */
-#content .section .left-inset {
+#content .section .left-inset,
+#content .section .inset-left {
   float: left;
   clear: left;
   margin: 0em 1em 1em 0em;
 }
 /* An inset, image or other, on the right. */
-#content .section .right-inset {
+#content .section .right-inset,
+#content .section .inset-right  {
   float: right;
   clear: right;
   margin: 0em 0em 1em 1em;
@@ -186,7 +188,7 @@
 #content .section .library {
   font-weight: bold;
   display: block;
-  margin: 0em 0em 0.5em 0em;
+  margin: 0.75em 0em 0.25em 0em;
 }
 #content .library *
 { font-weight: inherit; font-style: inherit; text-decoration: inherit; }
Modified: website/public_html/beta/users/history/entry.php
==============================================================================
--- website/public_html/beta/users/history/entry.php	(original)
+++ website/public_html/beta/users/history/entry.php	2007-12-17 01:55:25 EST (Mon, 17 Dec 2007)
@@ -12,6 +12,16 @@
   <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
   <link rel="icon" href="/favicon.ico" type="image/ico" />
   <link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
+  <style type="text/css">
+/*<![CDATA[*/
+  #content .news-description ul {
+    list-style: none;
+  }
+  #content .news-description ul ul {
+    list-style: circle;
+  }
+  /*]]>*/
+  </style>
   <!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
 </head>