Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r75493 - in website/public_html/beta: feed feed/history site-tools/boost_site site-tools/state site-tools/templates users/history
From: dnljms_at_[hidden]
Date: 2011-11-15 06:33:33


Author: danieljames
Date: 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
New Revision: 75493
URL: http://svn.boost.org/trac/boost/changeset/75493

Log:
Website: Add documentation link to release notes.
Text files modified:
   website/public_html/beta/feed/ext.qbk | 7 +
   website/public_html/beta/feed/history/boost_1_31_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_32_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_33_1.qbk | 2
   website/public_html/beta/feed/history/boost_1_34_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_34_1.qbk | 2
   website/public_html/beta/feed/history/boost_1_35_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_36_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_37_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_38_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_39_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_40_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_41_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_42_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_43_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_44_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_45_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_46_1.qbk | 2
   website/public_html/beta/feed/history/boost_1_47_0.qbk | 2
   website/public_html/beta/feed/history/boost_1_48_0.qbk | 1
   website/public_html/beta/site-tools/boost_site/boostbook_parser.py | 6 +
   website/public_html/beta/site-tools/boost_site/pages.py | 3
   website/public_html/beta/site-tools/state/feed-pages.txt | 121 +++++++++++++++++++++++++++++++++------
   website/public_html/beta/site-tools/templates/entry-template.html | 5 +
   website/public_html/beta/users/history/version_1_31_0.html | 2
   website/public_html/beta/users/history/version_1_32_0.html | 2
   website/public_html/beta/users/history/version_1_33_1.html | 2
   website/public_html/beta/users/history/version_1_34_0.html | 2
   website/public_html/beta/users/history/version_1_34_1.html | 2
   website/public_html/beta/users/history/version_1_35_0.html | 2
   website/public_html/beta/users/history/version_1_36_0.html | 2
   website/public_html/beta/users/history/version_1_37_0.html | 2
   website/public_html/beta/users/history/version_1_38_0.html | 2
   website/public_html/beta/users/history/version_1_39_0.html | 2
   website/public_html/beta/users/history/version_1_40_0.html | 2
   website/public_html/beta/users/history/version_1_41_0.html | 2
   website/public_html/beta/users/history/version_1_42_0.html | 2
   website/public_html/beta/users/history/version_1_43_0.html | 2
   website/public_html/beta/users/history/version_1_44_0.html | 2
   website/public_html/beta/users/history/version_1_45_0.html | 2
   website/public_html/beta/users/history/version_1_46_1.html | 2
   website/public_html/beta/users/history/version_1_47_0.html | 2
   website/public_html/beta/users/history/version_1_48_0.html | 2
   43 files changed, 159 insertions(+), 58 deletions(-)

Modified: website/public_html/beta/feed/ext.qbk
==============================================================================
--- website/public_html/beta/feed/ext.qbk (original)
+++ website/public_html/beta/feed/ext.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -25,7 +25,12 @@
 ]
 [template download[link]'''<download><![CDATA['''[`link]''']]></download>''']
 
+[/ documentation[link]
+ Indicate the documentation link of a download or news item.
+]
+[template documentation[link]'''<documentation><![CDATA['''[`link]''']]></documentation>''']
+
 [/ status[value]
     The release status, currently beta or release
 ]
-[template status[value]'''<status>'''[value]'''</status>''']
\ No newline at end of file
+[template status[value]'''<status>'''[value]'''</status>''']

Modified: website/public_html/beta/feed/history/boost_1_31_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_31_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_31_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -13,8 +13,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.31.0/]
+[documentation /doc/libs/1_31_0/]
 
 [section New License]
 

Modified: website/public_html/beta/feed/history/boost_1_32_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_32_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_32_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -14,8 +14,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.32.0/]
+[documentation /doc/libs/1_32_1/]
 
 [section Important - New Toolset Names]
 

Modified: website/public_html/beta/feed/history/boost_1_33_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_33_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_33_1.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -7,8 +7,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.33.1/]
+[documentation /doc/libs/1_33_1/]
 
 [section Updated Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_34_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_34_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -12,8 +12,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.34.0/]
+[documentation /doc/libs/1_34_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_34_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_34_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_34_1.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -7,8 +7,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.34.1/]
+[documentation /doc/libs/1_34_1/]
 
 This is a bug fix release addressing many problems with the 1.34.0 release. It
 is a recommended upgrade for all users of Boost 1.34.0. For a complete list of

Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -11,8 +11,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.35.0/]
+[documentation /doc/libs/1_35_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -10,8 +10,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.36.0/]
+[documentation /doc/libs/1_36_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -9,8 +9,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.37.0/]
+[documentation /doc/libs/1_37_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -12,8 +12,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.38.0/]
+[documentation /doc/libs/1_38_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_39_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_39_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_39_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -11,8 +11,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.39.0/]
+[documentation /doc/libs/1_39_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_40_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_40_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_40_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -11,8 +11,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.40.0/]
+[documentation /doc/libs/1_40_0/]
 
 [section Update]
 

Modified: website/public_html/beta/feed/history/boost_1_41_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_41_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_41_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -13,8 +13,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.41.0/]
+[documentation /doc/libs/1_41_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_42_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_42_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_42_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -11,8 +11,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.42.0/]
+[documentation /doc/libs/1_42_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -12,8 +12,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.43.0/]
+[documentation /doc/libs/1_43_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_44_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_44_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_44_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -13,8 +13,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.44.0/]
+[documentation /doc/libs/1_44_0/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_45_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_45_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_45_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -12,8 +12,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.45.0/]
+[documentation /doc/libs/1_45_0/]
 
 [section Updated Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_46_1.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_46_1.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_46_1.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -11,8 +11,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.46.1/]
+[documentation /doc/libs/1_46_1/]
 
 [section Updated Libraries]
 

Modified: website/public_html/beta/feed/history/boost_1_47_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_47_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_47_0.qbk 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -12,8 +12,8 @@
 ]
 
 [include ext.qbk]
-
 [download http://sourceforge.net/projects/boost/files/boost/1.47.0/]
+[documentation /doc/libs/1_47_0/]
 
 [section New Libraries]
 

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-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -15,6 +15,7 @@
 
 [status beta]
 [download http://sourceforge.net/projects/boost/files/boost/1.48.0.beta.1/]
+[documentation /doc/libs/1_48_0_beta1/]
 
 [section New Libraries]
 

Modified: website/public_html/beta/site-tools/boost_site/boostbook_parser.py
==============================================================================
--- website/public_html/beta/site-tools/boost_site/boostbook_parser.py (original)
+++ website/public_html/beta/site-tools/boost_site/boostbook_parser.py 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -35,6 +35,11 @@
         if download_node:
             download_item = self.get_child(download_node[0]).data
 
+ documentation = None
+ documentation_node = article_node.getElementsByTagName('documentation')
+ if documentation_node:
+ documentation = self.get_child(documentation_node[0]).data
+
         status_item = None
         status_node = article_node.getElementsByTagName('status')
         if status_node:
@@ -57,6 +62,7 @@
             'pub_date' : pub_date,
             'last_modified' : last_modified,
             'download_item' : download_item,
+ 'documentation' : documentation,
             'status_item' : status_item
         }
 

Modified: website/public_html/beta/site-tools/boost_site/pages.py
==============================================================================
--- website/public_html/beta/site-tools/boost_site/pages.py (original)
+++ website/public_html/beta/site-tools/boost_site/pages.py 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -163,6 +163,7 @@
         self.last_modified = attrs.get('last_modified')
         self.pub_date = attrs.get('pub_date')
         self.download_item = attrs.get('download')
+ self.documentation = attrs.get('documentation')
         self.qbk_hash = attrs.get('qbk_hash')
         self.rss_hash = attrs.get('rss_hash')
 
@@ -181,6 +182,7 @@
             'last_modified': self.last_modified,
             'pub_date': self.pub_date,
             'download': self.download_item,
+ 'documentation': self.documentation,
             'qbk_hash': self.qbk_hash,
             'rss_hash': self.rss_hash
         }
@@ -196,6 +198,7 @@
         self.pub_date = values['pub_date']
         self.last_modified = values['last_modified']
         self.download_item = values['download_item']
+ self.documentation = values['documentation']
         self.id = re.sub('[\W]', '_', self.title_xml).lower()
         if self.dir_location:
             self.location = self.dir_location + self.id + '.html'

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-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -1,5 +1,6 @@
 (feed/downloads/bjam_3_1_18.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost-jam/3.1.18/
 -flags
@@ -31,6 +32,7 @@
 )
 (feed/history/boost_1_10_3.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -59,6 +61,7 @@
 )
 (feed/history/boost_1_10_4.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -86,6 +89,7 @@
 )
 (feed/history/boost_1_11_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -114,6 +118,7 @@
 )
 (feed/history/boost_1_11_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -141,6 +146,7 @@
 )
 (feed/history/boost_1_11_2.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -168,6 +174,7 @@
 )
 (feed/history/boost_1_12_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -195,6 +202,7 @@
 )
 (feed/history/boost_1_13_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -222,6 +230,7 @@
 )
 (feed/history/boost_1_14_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -249,6 +258,7 @@
 )
 (feed/history/boost_1_14_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -277,6 +287,7 @@
 )
 (feed/history/boost_1_14_2.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -304,6 +315,7 @@
 )
 (feed/history/boost_1_14_3.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -331,6 +343,7 @@
 )
 (feed/history/boost_1_15_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -358,6 +371,7 @@
 )
 (feed/history/boost_1_15_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -385,6 +399,7 @@
 )
 (feed/history/boost_1_16_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -413,6 +428,7 @@
 )
 (feed/history/boost_1_16_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -440,6 +456,7 @@
 )
 (feed/history/boost_1_17_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -468,6 +485,7 @@
 )
 (feed/history/boost_1_18_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -496,6 +514,7 @@
 )
 (feed/history/boost_1_18_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -523,6 +542,7 @@
 )
 (feed/history/boost_1_18_2.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -551,6 +571,7 @@
 )
 (feed/history/boost_1_18_3.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -578,6 +599,7 @@
 )
 (feed/history/boost_1_19_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -606,6 +628,7 @@
 )
 (feed/history/boost_1_20_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -633,6 +656,7 @@
 )
 (feed/history/boost_1_20_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -660,6 +684,7 @@
 )
 (feed/history/boost_1_20_2.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041&release_id=138112
 -flags
@@ -689,6 +714,7 @@
 )
 (feed/history/boost_1_21_0.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -717,6 +743,7 @@
 )
 (feed/history/boost_1_21_1.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.21.1/
 -flags
@@ -745,6 +772,7 @@
 )
 (feed/history/boost_1_21_2.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.21.2/
 -flags
@@ -773,6 +801,7 @@
 )
 (feed/history/boost_1_22_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.22.0/
 -flags
@@ -801,6 +830,7 @@
 )
 (feed/history/boost_1_23_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.23.0/
 -flags
@@ -830,6 +860,7 @@
 )
 (feed/history/boost_1_24_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.24.0/
 -flags
@@ -858,6 +889,7 @@
 )
 (feed/history/boost_1_25_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.25.0/
 -flags
@@ -887,6 +919,7 @@
 )
 (feed/history/boost_1_25_1.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.25.1/
 -flags
@@ -915,6 +948,7 @@
 )
 (feed/history/boost_1_26_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.26.0/
 -flags
@@ -944,6 +978,7 @@
 )
 (feed/history/boost_1_27_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.27.0/
 -flags
@@ -973,6 +1008,7 @@
 )
 (feed/history/boost_1_28_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.28.0/
 -flags
@@ -1002,6 +1038,7 @@
 )
 (feed/history/boost_1_29_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.29.0/
 -flags
@@ -1031,6 +1068,7 @@
 )
 (feed/history/boost_1_30_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.30.0/
 -flags
@@ -1060,6 +1098,7 @@
 )
 (feed/history/boost_1_30_1.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -1088,6 +1127,7 @@
 )
 (feed/history/boost_1_30_2.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.30.2/
 -flags
@@ -1116,6 +1156,8 @@
 )
 (feed/history/boost_1_31_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_31_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.31.0/
 -flags
@@ -1136,7 +1178,7 @@
 " Libraries: Compose.
 "
 -qbk_hash
-"e5c9ba807efecce7adfe2b79e85803c4a78cf15b5cc2bf6157fdb0428cbf7ad3
+"c9c093c65ab029dac331cba86900bb33077201bac5d59ecc5cfb1b3befd4ecec
 -rss_hash
 "d339c9b8311acd31c589a9c807bfdd8b32d4ee0f1e3302efc2bc0c779868b823
 -title
@@ -1146,6 +1188,8 @@
 )
 (feed/history/boost_1_32_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_32_1/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.32.0/
 -flags
@@ -1166,7 +1210,7 @@
 " Python, Signals, Utility, Test. Removed Libraries: Compose.
 "
 -qbk_hash
-"ad4cd6d8b407a169bb25d752798f13d9ff3df4f5bd8293f653685accd76ad65e
+"a7f3d88ff653ddb96188f9c8d83a588e373db5e2ec3ba1949fc52c71dca349ea
 -rss_hash
 "ba66bddfa22bb7ec12ecfd0bea568ffe6060ff60ab1f7610fc3f02a1d4efc50d
 -title
@@ -1176,6 +1220,7 @@
 )
 (feed/history/boost_1_33_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.33.0/
 -flags
@@ -1206,6 +1251,8 @@
 )
 (feed/history/boost_1_33_1.qbk
 -dir_location
+-documentation
+"/doc/libs/1_33_1/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.33.1/
 -flags
@@ -1225,7 +1272,7 @@
 " Multi-index Containers, Graph, Signals, Thread, and Wave.
 "
 -qbk_hash
-"1d923fdf5782719b57d9449abd36ba6940d5a48e9e206242a6700ece736597c3
+"ae8afbd9fc8a685182cac3dfb3cbe5327471b28b13f416c178970f5e4317bb60
 -rss_hash
 "6dd8234275971105f1764df912f49549fabe1ee4635728d6ab85d202d01cce40
 -title
@@ -1235,6 +1282,8 @@
 )
 (feed/history/boost_1_34_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_34_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.34.0/
 -flags
@@ -1256,7 +1305,7 @@
 " Algorithm, Wave
 "
 -qbk_hash
-"79ad2eba7d4b10547f5f8f6d1be055639cdc661ac47ecc1b49f3fc53fa9a996d
+"6769ec413f6d28a7d3935417af12602abfa28eb7921dee265d3f83786bba4e3d
 -rss_hash
 "5490a672df11abac04dd53f8465af893a36444080f6931b6a73cb004737a435e
 -title
@@ -1266,6 +1315,8 @@
 )
 (feed/history/boost_1_34_1.qbk
 -dir_location
+-documentation
+"/doc/libs/1_34_1/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.34.1/
 -flags
@@ -1284,7 +1335,7 @@
 " Bugfix Release.
 "
 -qbk_hash
-"8de6f8182e7f39fbe19f8a406c6e5943e65b3d8bf3b5785f5e987b748ba84dba
+"070459b8a1399137855428cff77c88bd4cdec2835c0597044d8fc3cc3b21398e
 -rss_hash
 "dea50dec707051d13b88b6ef83ce522703ffd136585ceb2a388f8cfd9f3900c6
 -title
@@ -1294,6 +1345,8 @@
 )
 (feed/history/boost_1_35_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_35_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.35.0/
 -flags
@@ -1315,7 +1368,7 @@
 " Serialization, Thread, Wave, Xpressive.
 "
 -qbk_hash
-"57d63e7992a16556d9d10eb55122139150842e5c82db4240672637d500571aa6
+"4ce21a523a3f1d3f3fc721db717219436710d707e043eb2736f0fa0b6bedbdb6
 -rss_hash
 "e40b1698c1d92bfca56285bdb9d38dd9688f4cea47f469a61aca534864caabae
 -title
@@ -1325,6 +1378,8 @@
 )
 (feed/history/boost_1_36_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_36_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.36.0/
 -flags
@@ -1345,7 +1400,7 @@
 " Math, Multi-index Containers, MPI, PtrContainer, Spirit, Thread, Wave, Xpressive.
 "
 -qbk_hash
-"926eef99602cf999fc1e5af98c8d3d8f1e76d36a5472bda0507e3bcb5d3c7bf8
+"4270657ea9ea1cf389a74fc3c7e956428ce85600bd812ef77826c68aa3924314
 -rss_hash
 "89d1b4969e1d7061a3bcb562e365d367f049e0473eb4ec1e909bfcd928abd9c9
 -title
@@ -1355,6 +1410,8 @@
 )
 (feed/history/boost_1_37_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_37_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.37.0/
 -flags
@@ -1374,7 +1431,7 @@
 " Exception, Hash, Interprocess, Intrusive, Math, Type Traits, Unordered
 "
 -qbk_hash
-"3736c373799bf0bd6711b254b2e954aabf520b004f79173a50ab44410164bb72
+"f247e1807b8804d4c8a6b42540d603f7b8ad93be82d0eda7319c434bf7788f4d
 -rss_hash
 "5e7a3d8e15b622bc9dd81334c978ca919c59ac38738155ab8dfc96da05fc5f78
 -title
@@ -1384,6 +1441,8 @@
 )
 (feed/history/boost_1_38_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_38_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.38.0/
 -flags
@@ -1406,7 +1465,7 @@
 " system.
 "
 -qbk_hash
-"0dc18e6d36a36e650b7bdef522c7bb499ca65090e8300e52cb9f7c0bd246a417
+"0d45d9f01fe3cd04d3acccb10a65852f14d47e4358be05658904a63344010385
 -rss_hash
 "158b0cf4d9c12d3505bac822292c11b062ceda908933e8d741b2ce2390d8f815
 -title
@@ -1416,6 +1475,8 @@
 )
 (feed/history/boost_1_39_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_39_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.39.0/
 -flags
@@ -1436,7 +1497,7 @@
 " Xpressive. Updated Tools: Boostbook, Quickbook.
 "
 -qbk_hash
-"9b8b61a593e7434a14b6a4849e9752a950bb948216b0ecaa21adaef847db0e75
+"195851308d5a130f67e5713f92b26adfe2aa0ce8ae16cdf4356e52930ce7ec75
 -rss_hash
 "c710f5c506f8db0cb45357e5d439dda886f7982b76e69ac72459202f1d3f33be
 -title
@@ -1446,6 +1507,8 @@
 )
 (feed/history/boost_1_40_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_40_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.40.0/
 -flags
@@ -1466,7 +1529,7 @@
 " Program.Options, Property Map, Proto, Random, Serialization, Unordered, Xpressive.
 "
 -qbk_hash
-"1cbd35d1bbf7fba519658d0465006dc3ccde0b96240f3ce081cc2235babd7861
+"1cf1a436fbfd0043d0214963317e751acfb702093460618b56ee22db8ac282ad
 -rss_hash
 "f7facd471c80ed74249b82ad0f71bf1aba7f152e3966069b3ea1e51cbb44649b
 -title
@@ -1476,6 +1539,8 @@
 )
 (feed/history/boost_1_41_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_41_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.41.0/
 -flags
@@ -1498,7 +1563,7 @@
 " has been removed from the main release to avoid confusion.
 "
 -qbk_hash
-"826427c5daba1dc00aea14a2c57c6141dcdba4fc383c1c4616beb57d0c79aee5
+"a4ece4aa84ec70052134bbf401a47b000dc2072cd318520155929df8f71cbfcc
 -rss_hash
 "4e919f57c667fec2e599d48c69b30bb2f10a7dd1d8ba551efbac83131c0ffa34
 -title
@@ -1508,6 +1573,8 @@
 )
 (feed/history/boost_1_42_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_42_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.42.0/
 -flags
@@ -1528,7 +1595,7 @@
 " Xpressive.
 "
 -qbk_hash
-"36765d15b10a22aaa541044a5109f9f4d7366b9f54809f44d55e1d9d162a1537
+"b6f9caa4731c7d8f2f9b54b34745a0b95fbbb9d88a12f97d76a35d7cf9336be7
 -rss_hash
 "0c0c2b687cdb2ef6680aad359a9f3eb4fb002fe14363041906ec585663211521
 -title
@@ -1538,6 +1605,8 @@
 )
 (feed/history/boost_1_43_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_43_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.43.0/
 -flags
@@ -1559,7 +1628,7 @@
 " Also, updates to the build system and quickbook.
 "
 -qbk_hash
-"242b5e8f79076daf044d3298e84c5e6afce6f075c9ea94a80bb55ad5ee49b45a
+"72bf5900e6a9c1f5a474ff97891186255eb06ae847ac07d2561227308384774a
 -rss_hash
 "26924935e36618f705723425e30a045ff0d06a13ec27645115ad490f744ef9c3
 -title
@@ -1569,6 +1638,8 @@
 )
 (feed/history/boost_1_44_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_44_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.44.0/
 -flags
@@ -1590,7 +1661,7 @@
 " Uuid, Wave, Xpressive. Updates for Quickbook and Boostbook.
 "
 -qbk_hash
-"5afefb7a3ac845e5bca131096f43532bc849a358a76fb5b81d1771c859567fe7
+"7da2457f4915811138352bf55099dac39c79f051ac325860f69aaf7b2b13a57b
 -rss_hash
 "38b3363ee32e6ac268e029baaa675b4a6e21cc5ff2abb6310f9cc19d8ccc5ce5
 -title
@@ -1600,6 +1671,8 @@
 )
 (feed/history/boost_1_45_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_45_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.45.0/
 -flags
@@ -1620,7 +1693,7 @@
 " Wave, Xpressive. Updated tools: Boostbook, Quickbook
 "
 -qbk_hash
-"26ea33eb12d21314ae3a4c3eaa2dab5ace7d90929a1a3073b3bda7b99ff3c5b6
+"b7e709d880c0ae1a20bb932b84b1d2b1464c37559dc9cbdee99675826ee04414
 -rss_hash
 "efa947fe7348a82a0dd9d03dc01d3f9fef69d42f3e761bc9a6491453b24d43d2
 -title
@@ -1630,6 +1703,7 @@
 )
 (feed/history/boost_1_46_0.qbk
 -dir_location
+-documentation
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.46.0/
 -flags
@@ -1661,6 +1735,8 @@
 )
 (feed/history/boost_1_46_1.qbk
 -dir_location
+-documentation
+"/doc/libs/1_46_1/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.46.1/
 -flags
@@ -1680,7 +1756,7 @@
 " TR1, Unordered.
 "
 -qbk_hash
-"5ad8f1323c49dcdf19ed6717502b4e2d002110cb2f07f4c66f5846df4bb728ab
+"2a847434a86390bcb4dcab8497fc72bf95d9271d153392da07775100853e7bf6
 -rss_hash
 "ae5d583f54f987ac38cbedc82f1309af8abb4d4f9158977e7695da46c209c91d
 -title
@@ -1690,6 +1766,8 @@
 )
 (feed/history/boost_1_47_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_47_0/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.47.0/
 -flags
@@ -1711,7 +1789,7 @@
 " MultiIndex, Proto, Random, Range, Spirit, Tokenizer, Utility, Uuid, Wave
 "
 -qbk_hash
-"d92350b3fa406200b6f4567898c2ff6cff9fc7b96b2597df25dd6b7e680a6881
+"e9bbeb2bd9699113a6fd885543dc50337fd2f154827d5c319c996a8460448131
 -rss_hash
 "c8b97ae59577ef3fd0961920d93542467da8595ed514ba132553ebe73a99b2e7
 -title
@@ -1721,6 +1799,8 @@
 )
 (feed/history/boost_1_48_0.qbk
 -dir_location
+-documentation
+"/doc/libs/1_48_0_beta1/
 -download
 "http://sourceforge.net/projects/boost/files/boost/1.48.0.beta.1/
 -flags
@@ -1741,7 +1821,7 @@
 " Numeric Conversion, Proto, Regex, Spirit, TypeTraits, Unordered, Wave
 "
 -qbk_hash
-"cafb84ed0eb21b10702a359ac7c7730079b9b7753554ada6b5e7aa8b2b0cd589
+"007cb086cc535f5003014bce6db5aaa1670b4082587f23ac1c46f4864632352f
 -rss_hash
 "3015ddfac1510aacb78c31c4edd0377ccb6a59f0496b6dbf182c1459bb8667ca
 -title
@@ -1751,6 +1831,7 @@
 )
 (feed/history/unversioned.qbk
 -dir_location
+-documentation
 -download
 -flags
 "released
@@ -1778,6 +1859,7 @@
 )
 (feed/news/review_asio_begins.qbk
 -dir_location
+-documentation
 -download
 -flags
 "
@@ -1806,6 +1888,7 @@
 )
 (feed/news/website_launch.qbk
 -dir_location
+-documentation
 -download
 -flags
 "

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-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -56,7 +56,10 @@
 
               <p><span class=
               "news-date">${ emit(page.web_date()) }$</span></p>
-
+${
+# TODO: Should encode this link. Although not a real problem.
+if (page.documentation): emit('<p>Documentation')
+}$
               ${ emit(page.download_table()) }$
               <div class="news-description">
                 <div class="description">${ emit(page.description_xml) }$</div> </div>

Modified: website/public_html/beta/users/history/version_1_31_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_31_0.html (original)
+++ website/public_html/beta/users/history/version_1_31_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">January 26th, 2004 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_31_0.tar.bz2</td></tr><tr><td>boost_1_31_0.tar.gz</td></tr>
 <tr><th scope="row">windows</th><td>boost_1_31_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_32_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_32_0.html (original)
+++ website/public_html/beta/users/history/version_1_32_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">November 19th, 2004 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_32_0.tar.bz2</td></tr><tr><td>boost_1_32_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_32_0.exe</td></tr><tr><td>boost_1_32_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_33_1.html
==============================================================================
--- website/public_html/beta/users/history/version_1_33_1.html (original)
+++ website/public_html/beta/users/history/version_1_33_1.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">December 5th, 2006 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_33_1.tar.bz2</td></tr><tr><td>boost_1_33_1.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_33_1.exe</td></tr><tr><td>boost_1_33_1.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_34_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_34_0.html (original)
+++ website/public_html/beta/users/history/version_1_34_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">May 12th, 2007 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_34_0.tar.bz2</td></tr><tr><td>boost_1_34_0.tar.gz</td></tr>
 <tr><th scope="row">windows</th><td>boost_1_34_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_34_1.html
==============================================================================
--- website/public_html/beta/users/history/version_1_34_1.html (original)
+++ website/public_html/beta/users/history/version_1_34_1.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">July 24th, 2007 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_34_1.tar.bz2</td></tr><tr><td>boost_1_34_1.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_34_1.7z</td></tr><tr><td>boost_1_34_1.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_35_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_35_0.html (original)
+++ website/public_html/beta/users/history/version_1_35_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">March 29th, 2008 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_35_0.tar.bz2</td></tr><tr><td>boost_1_35_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_35_0.7z</td></tr><tr><td>boost_1_35_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_36_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_36_0.html (original)
+++ website/public_html/beta/users/history/version_1_36_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">August 14th, 2008 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_36_0.tar.bz2</td></tr><tr><td>boost_1_36_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_36_0.7z</td></tr><tr><td>boost_1_36_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_37_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_37_0.html (original)
+++ website/public_html/beta/users/history/version_1_37_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">November 3rd, 2008 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_37_0.tar.bz2</td></tr><tr><td>boost_1_37_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_37_0.7z</td></tr><tr><td>boost_1_37_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_38_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_38_0.html (original)
+++ website/public_html/beta/users/history/version_1_38_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">February 8th, 2009 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_38_0.tar.bz2</td></tr><tr><td>boost_1_38_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_38_0.7z</td></tr><tr><td>boost_1_38_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_39_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_39_0.html (original)
+++ website/public_html/beta/users/history/version_1_39_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">May 2nd, 2009 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_39_0.tar.bz2</td></tr><tr><td>boost_1_39_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_39_0.7z</td></tr><tr><td>boost_1_39_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_40_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_40_0.html (original)
+++ website/public_html/beta/users/history/version_1_40_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">August 27th, 2009 17:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_40_0.tar.bz2</td></tr><tr><td>boost_1_40_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_40_0.7z</td></tr><tr><td>boost_1_40_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_41_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_41_0.html (original)
+++ website/public_html/beta/users/history/version_1_41_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">November 17th, 2009 17:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_41_0.tar.bz2</td></tr><tr><td>boost_1_41_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_41_0.7z</td></tr><tr><td>boost_1_41_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_42_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_42_0.html (original)
+++ website/public_html/beta/users/history/version_1_42_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">February 2nd, 2010 14:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_42_0.tar.bz2</td></tr><tr><td>boost_1_42_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_42_0.7z</td></tr><tr><td>boost_1_42_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_43_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_43_0.html (original)
+++ website/public_html/beta/users/history/version_1_43_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">May 6th, 2010 12:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_43_0.tar.bz2</td></tr><tr><td>boost_1_43_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_43_0.7z</td></tr><tr><td>boost_1_43_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_44_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_44_0.html (original)
+++ website/public_html/beta/users/history/version_1_44_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">August 13th, 2010 17:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_44_0.tar.bz2</td></tr><tr><td>boost_1_44_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_44_0.7z</td></tr><tr><td>boost_1_44_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_45_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_45_0.html (original)
+++ website/public_html/beta/users/history/version_1_45_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">November 19th, 2010 16:00 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_45_0.tar.bz2</td></tr><tr><td>boost_1_45_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_45_0.7z</td></tr><tr><td>boost_1_45_0.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_46_1.html
==============================================================================
--- website/public_html/beta/users/history/version_1_46_1.html (original)
+++ website/public_html/beta/users/history/version_1_46_1.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">March 12th, 2011 15:45 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_46_1.tar.bz2</td></tr><tr><td>boost_1_46_1.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_46_1.7z</td></tr><tr><td>boost_1_46_1.zip</td></tr></table>

Modified: website/public_html/beta/users/history/version_1_47_0.html
==============================================================================
--- website/public_html/beta/users/history/version_1_47_0.html (original)
+++ website/public_html/beta/users/history/version_1_47_0.html 2011-11-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">July 11th, 2011 22:19 GMT</span></p>
-
+<p>Documentation
               <table class="download-table"><caption>Downloads</caption><tr><th scope="col">Platform</th><th scope="col">File</th></tr>
 <tr><th scope="row" rowspan="2">unix</th><td>boost_1_47_0.tar.bz2</td></tr><tr><td>boost_1_47_0.tar.gz</td></tr>
 <tr><th scope="row" rowspan="2">windows</th><td>boost_1_47_0.7z</td></tr><tr><td>boost_1_47_0.zip</td></tr></table>

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-15 06:33:27 EST (Tue, 15 Nov 2011)
@@ -41,7 +41,7 @@
 
               <p><span class=
               "news-date">In Progress</span></p>
-
+<p>Documentation
               <p><span class="news-download">Download this beta release.</span></p>
               <div class="news-description">
                 <div class="description">


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