Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75128 - in website/public_html/beta: doc feed feed/history site-tools/state users/history
From: dnljms_at_[hidden]
Date: 2011-10-27 06:31:09


Author: danieljames
Date: 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
New Revision: 75128
URL: http://svn.boost.org/trac/boost/changeset/75128

Log:
Website: Fix a couple of issues with new libraries.
Text files modified:
   website/public_html/beta/doc/display_libs.php | 1 +
   website/public_html/beta/feed/dev.rss | 2 +-
   website/public_html/beta/feed/history/boost_1_48_0.qbk | 24 +-----------------------
   website/public_html/beta/site-tools/state/feed-pages.txt | 6 +++---
   website/public_html/beta/users/history/version_1_48_0.html | 2 +-
   5 files changed, 7 insertions(+), 28 deletions(-)

Modified: website/public_html/beta/doc/display_libs.php
==============================================================================
--- website/public_html/beta/doc/display_libs.php (original)
+++ website/public_html/beta/doc/display_libs.php 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
@@ -105,6 +105,7 @@
   array('@.*@','@^libs/wave/.*(html|htm)$@i','raw','text/html'),
   array('@.*@','@^libs/range/doc/.*(html|htm)$@i','raw','text/html'),
   //~ special cases that can't be embeded in the standard frame
+ array('@.*@','@^libs/locale/doc/.*(html|htm)$@i','raw','text/html'),
   array('@.*@','@^libs/iostreams/doc/.*(html|htm)$@i','simple','text/html'),
   array('@.*@','@^libs/serialization/doc/.*(html|htm)$@i','simple','text/html'),
   array('@.*@','@^libs/filesystem/(v\d/)?doc/.*(html|htm)$@i','simple','text/html'),

Modified: website/public_html/beta/feed/dev.rss
==============================================================================
--- website/public_html/beta/feed/dev.rss (original)
+++ website/public_html/beta/feed/dev.rss 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
@@ -28,7 +28,7 @@
       </li>
       <li>
         <div>
- <span class="library"><a href="http://www.boost.org/libs/move/index.html">Move</a>:</span>
+ <span class="library"><a href="http://www.boost.org/doc/html/move.html">Move</a>:</span>
   Portable move semantics
           for C++03 and C++11 compilers, from Ion Gaztañaga.
         </div>

Modified: website/public_html/beta/feed/history/boost_1_48_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_48_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_48_0.qbk 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
@@ -15,28 +15,6 @@
 [download http://sourceforge.net/projects/boost/files/boost/1.48.0/]
 ]
 
-[/
- When adding libraries:
-
- 1. Libraries are listed in alphabetical order.
- 2. Besides the dedicated entry, the lib name should be added to the
- [purpose] section at the beginning of the page.
-
- Example new libraries message:
-
-* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
- incremental calculation, and collection of statistical accumulators, from Eric Niebler.
-
- Example update message:
-
-* [phrase library..[@/libs/interprocess/index.html Interprocess]:]
- * Added anonymous shared memory for UNIX systems.
- * Fixed missing move semantics on managed memory classes.
- * Added copy_on_write and open_read_only options for shared memory
- and mapped file managed classes.
- * `shared_ptr` is movable and supports aliasing.
-]
-
 [section New Libraries]
 
 * [phrase library..[@/libs/container/index.html Container]:]
@@ -45,7 +23,7 @@
 * [phrase library..[@/libs/locale/index.html Locale]:]
   Provide localization and Unicode handling tools for C++, from Artyom Beilis.
 
-* [phrase library..[@/libs/move/index.html Move]:]
+* [phrase library..[@/doc/html/move.html Move]:]
   Portable move semantics for C++03 and C++11 compilers, from Ion Gaztañaga.
 
 [endsect]

Modified: website/public_html/beta/site-tools/state/feed-pages.txt
==============================================================================
--- website/public_html/beta/site-tools/state/feed-pages.txt (original)
+++ website/public_html/beta/site-tools/state/feed-pages.txt 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
@@ -1607,7 +1607,7 @@
 -id
 "version_1_48_0
 -last_modified
-.1319664329.95
+.1319711444.96
 -location
 "users/history/version_1_48_0.html
 -page_state
@@ -1618,9 +1618,9 @@
 " New Libraries: Container, Locale, Move. Updated Libraries:
 "
 -qbk_hash
-"1dd758664124ed8f663ed8cf696e52e90861bc7323cfeb8fdf9e1b536e839dd3
+"cacf8191f87e944fa4d8cd05ef20206aadd0dfd0c8748746a280cfb57e0f548a
 -rss_hash
-"5d07465a7a812048ec98fca109fbc3c8c3694a8e0fbeb582810f36dc75f65838
+"7ca4732b70e07e265b42d7eda9f23beb9799c47ae368d03b699f1c8ad75c6232
 -title
 "Version 1.48.0
 )

Modified: website/public_html/beta/users/history/version_1_48_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_48_0.html (original)
+++ website/public_html/beta/users/history/version_1_48_0.html 2011-10-27 06:31:08 EDT (Thu, 27 Oct 2011)
@@ -66,7 +66,7 @@
       </li>
       <li>
         <div>
- <span class="library">Move:</span>
+ <span class="library">Move:</span>
   Portable move semantics
           for C++03 and C++11 compilers, from Ion Gaztañaga.
         </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