Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75343 - in website/public_html/beta: site-tools/state site-tools/templates users/history
From: dnljms_at_[hidden]
Date: 2011-11-06 06:48:30


Author: danieljames
Date: 2011-11-06 06:48:28 EST (Sun, 06 Nov 2011)
New Revision: 75343
URL: http://svn.boost.org/trac/boost/changeset/75343

Log:
Website: Add note about links to 'in progress' releases.
Text files modified:
   website/public_html/beta/site-tools/state/feed-pages.txt | 2 +-
   website/public_html/beta/site-tools/templates/entry-template.html | 5 ++++-
   website/public_html/beta/users/history/version_1_48_0.html | 1 +
   3 files changed, 6 insertions(+), 2 deletions(-)

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-11-06 06:48:28 EST (Sun, 06 Nov 2011)
@@ -1728,7 +1728,7 @@
 -id
 "version_1_48_0
 -last_modified
-.1320544046.87
+.1320579959.36
 -location
 "users/history/version_1_48_0.html
 -page_state

Modified: website/public_html/beta/site-tools/templates/entry-template.html
==============================================================================
--- website/public_html/beta/site-tools/templates/entry-template.html (original)
+++ website/public_html/beta/site-tools/templates/entry-template.html 2011-11-06 06:48:28 EST (Sun, 06 Nov 2011)
@@ -46,7 +46,10 @@
             <div class="section-title">
               <h1>${ emit(full_title_xml) }$</h1>
             </div>
-
+${
+if page.type == 'release' and 'released' not in page.flags:
+ emit('<div class="section-note"><p>Note: This release is still in progress. Some of the documentation links may not work yet.</p></div>\n');
+}$
             <div class="section-body">
               <h2><span class=
               "news-title">${ emit(page.title_xml) }$</span></h2>

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-11-06 06:48:28 EST (Sun, 06 Nov 2011)
@@ -34,6 +34,7 @@
             <div class="section-title">
               <h1>Beta release: Version 1.48.0</h1>
             </div>
+<div class="section-note"><p>Note: This release is still in progress. Some of the documentation links may not work yet.</p></div>
 
             <div class="section-body">
               <h2><span class=


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