$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r76711 - in website/public_html/live: . site-tools/boost_site
From: dnljms_at_[hidden]
Date: 2012-01-26 16:07:52
Author: danieljames
Date: 2012-01-26 16:07:51 EST (Thu, 26 Jan 2012)
New Revision: 76711
URL: http://svn.boost.org/trac/boost/changeset/76711
Log:
Website: Merge state fix from beta.
Properties modified:
website/public_html/live/ (props changed)
Text files modified:
website/public_html/live/site-tools/boost_site/boostbook_parser.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
Modified: website/public_html/live/site-tools/boost_site/boostbook_parser.py
==============================================================================
--- website/public_html/live/site-tools/boost_site/boostbook_parser.py (original)
+++ website/public_html/live/site-tools/boost_site/boostbook_parser.py 2012-01-26 16:07:51 EST (Thu, 26 Jan 2012)
@@ -94,6 +94,8 @@
continue
if self.get_child(body_item, tag = 'download'):
continue
+ if self.get_child(body_item, tag = 'status'):
+ continue
description_xhtml.appendChild(self.x(body_item))
return description_xhtml