|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75376 - in website/public_html/beta: site-tools/state site-tools/templates users/history
From: dnljms_at_[hidden]
Date: 2011-11-07 08:11:31
Author: danieljames
Date: 2011-11-07 08:11:30 EST (Mon, 07 Nov 2011)
New Revision: 75376
URL: http://svn.boost.org/trac/boost/changeset/75376
Log:
Website: Remove link warning from beta stage.
Text files modified:
website/public_html/beta/site-tools/state/feed-pages.txt | 2 +-
website/public_html/beta/site-tools/templates/entry-template.html | 2 +-
website/public_html/beta/users/history/version_1_48_0.html | 1 -
3 files changed, 2 insertions(+), 3 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-07 08:11:30 EST (Mon, 07 Nov 2011)
@@ -1728,7 +1728,7 @@
-id
"version_1_48_0
-last_modified
-.1320671237.26
+.1320671462.81
-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-07 08:11:30 EST (Mon, 07 Nov 2011)
@@ -47,7 +47,7 @@
<h1>${ emit(full_title_xml) }$</h1>
</div>
${
-if page.type == 'release' and 'released' not in page.flags:
+if page.type == 'release' and 'released' not in page.flags and 'beta' 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">
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-07 08:11:30 EST (Mon, 07 Nov 2011)
@@ -34,7 +34,6 @@
<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