Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66064 - in website/public_html/beta: . community
From: dnljms_at_[hidden]
Date: 2010-10-17 18:57:50


Author: danieljames
Date: 2010-10-17 18:57:49 EDT (Sun, 17 Oct 2010)
New Revision: 66064
URL: http://svn.boost.org/trac/boost/changeset/66064

Log:
Merge from live.
Properties modified:
   website/public_html/beta/ (props changed)
Text files modified:
   website/public_html/beta/.htaccess | 10 ++++++----
   website/public_html/beta/community/review_schedule.html | 26 ++++++++++++++------------
   2 files changed, 20 insertions(+), 16 deletions(-)

Modified: website/public_html/beta/.htaccess
==============================================================================
--- website/public_html/beta/.htaccess (original)
+++ website/public_html/beta/.htaccess 2010-10-17 18:57:49 EDT (Sun, 17 Oct 2010)
@@ -6,10 +6,12 @@
 
 DirectoryIndex index.php index.shtml index.html
 
-<IfModule mod_expires.c>
- ExpiresActive On
- ExpiresByType text/html A3600
-</IfModule>
+# Override cache headers for the index files are updated more regularly than
+# other html files.
+<FilesMatch "index\.html|index\.php">
+Header unset Cache-Control
+Header unset Expires
+</FilesMatch>
 
 RewriteEngine On
 RewriteBase /

Modified: website/public_html/beta/community/review_schedule.html
==============================================================================
--- website/public_html/beta/community/review_schedule.html (original)
+++ website/public_html/beta/community/review_schedule.html 2010-10-17 18:57:49 EDT (Sun, 17 Oct 2010)
@@ -393,18 +393,6 @@
                   </tr>
 
                   <tr>
- <td>Ratio</td>
-
- <td>Vicente Botet</td>
-
- <td><a href="http://www.boostpro.com/vault/index.php?action=downloadfile&amp;filename=ratio.zip&amp;directory=Math%20-%20Numerics">
- Boost Vault</a></td>
-
- <td>Anthony Williams</td>
-
- <td>October 2, 2010 - October 11, 2010</td>
- </tr>
- <tr>
                     <td>Stopwatches</td>
 
                     <td>Vicente Botet</td>
@@ -439,6 +427,20 @@
                 </thead>
 
                   <tr>
+ <td>Ratio</td>
+
+ <td>Vicente Botet</td>
+
+ <td>Anthony Williams</td>
+
+ <td>October 2, 2010 - October 11, 2010</td>
+
+ <td><a href=
+ "http://lists.boost.org/boost-announce/2010/10/0267.php">
+ Ongoing</a></td>
+ </tr>
+
+ <tr>
                     <td>Boost.Assign Extensions (Mini-Review)</td>
 
                     <td>Erwann Rogard</td>


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