Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76748 - website/public_html/live/site-tools/templates
From: dnljms_at_[hidden]
Date: 2012-01-28 10:29:13


Author: danieljames
Date: 2012-01-28 10:29:13 EST (Sat, 28 Jan 2012)
New Revision: 76748
URL: http://svn.boost.org/trac/boost/changeset/76748

Log:
Website: Make it a little clearer that it's a beta on the home page.
Text files modified:
   website/public_html/live/site-tools/templates/index-src.html | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: website/public_html/live/site-tools/templates/index-src.html
==============================================================================
--- website/public_html/live/site-tools/templates/index-src.html (original)
+++ website/public_html/live/site-tools/templates/index-src.html 2012-01-28 10:29:13 EST (Sat, 28 Jan 2012)
@@ -16,6 +16,8 @@
         if entry.download_item:
             emit('<a href="%s">' % entry.download_item)
         emit(entry.title_xml)
+ if ('beta' in entry.flags):
+ emit(' - beta release')
         if entry.download_item:
             emit('</a>')
         emit(' (release notes)</span>' % (entry.location))


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