|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r64905 - in website/public_html/live: . common/code development
From: dnljms_at_[hidden]
Date: 2010-08-18 18:54:16
Author: danieljames
Date: 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
New Revision: 64905
URL: http://svn.boost.org/trac/boost/changeset/64905
Log:
Merge from beta.
Properties modified:
website/public_html/live/ (props changed)
Text files modified:
website/public_html/live/common/code/boost_archive.php | 9 +++++++++
website/public_html/live/development/borland_cpp.html | 2 +-
website/public_html/live/development/header.html | 2 +-
website/public_html/live/development/int_const_guidelines.html | 2 +-
website/public_html/live/development/requirements.html | 2 +-
website/public_html/live/development/reuse.html | 2 +-
website/public_html/live/development/separate_compilation.html | 2 +-
website/public_html/live/development/test.html | 2 +-
8 files changed, 16 insertions(+), 7 deletions(-)
Modified: website/public_html/live/common/code/boost_archive.php
==============================================================================
--- website/public_html/live/common/code/boost_archive.php (original)
+++ website/public_html/live/common/code/boost_archive.php 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -229,6 +229,9 @@
case 'application/xml-dtd':
header('Expires: '.date(DATE_RFC2822, strtotime("+1 year")));
header('Cache-Control: max-age=31556926'); // A year, give or take a day.
+ default:
+ header('Expires: '.date(DATE_RFC2822, strtotime("+1 month")));
+ header('Cache-Control: max-age=2592000'); // 30 days
}
// Since we're not returning a HTTP error for non-existant files,
@@ -276,6 +279,9 @@
function extract_file($unzip, &$content) {
+ header('Expires: '.date(DATE_RFC2822, strtotime("+1 month")));
+ header('Cache-Control: max-age=2592000'); // 30 days
+
$file_handle = popen($unzip,'r');
$text = '';
while ($file_handle && !feof($file_handle)) {
@@ -294,6 +300,9 @@
}
function extract_unzipped_file($file, &$content) {
+ header('Expires: '.date(DATE_RFC2822, strtotime("+1 month")));
+ header('Cache-Control: max-age=2592000'); // 30 days
+
$file_handle = fopen($file,'r');
if($file_handle === FALSE) {
Modified: website/public_html/live/development/borland_cpp.html
==============================================================================
--- website/public_html/live/development/borland_cpp.html (original)
+++ website/public_html/live/development/borland_cpp.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
Modified: website/public_html/live/development/header.html
==============================================================================
--- website/public_html/live/development/header.html (original)
+++ website/public_html/live/development/header.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
Modified: website/public_html/live/development/int_const_guidelines.html
==============================================================================
--- website/public_html/live/development/int_const_guidelines.html (original)
+++ website/public_html/live/development/int_const_guidelines.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
Modified: website/public_html/live/development/requirements.html
==============================================================================
--- website/public_html/live/development/requirements.html (original)
+++ website/public_html/live/development/requirements.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "../style/section-development.css" />
+ "../style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style>
<![endif]-->
</head><!--
Modified: website/public_html/live/development/reuse.html
==============================================================================
--- website/public_html/live/development/reuse.html (original)
+++ website/public_html/live/development/reuse.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
Modified: website/public_html/live/development/separate_compilation.html
==============================================================================
--- website/public_html/live/development/separate_compilation.html (original)
+++ website/public_html/live/development/separate_compilation.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -8,7 +8,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "/style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
Modified: website/public_html/live/development/test.html
==============================================================================
--- website/public_html/live/development/test.html (original)
+++ website/public_html/live/development/test.html 2010-08-18 18:54:14 EDT (Wed, 18 Aug 2010)
@@ -7,7 +7,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
- "/style/section-development.css" />
+ "../style-v2/section-development.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style/csshover3.htc); } </style> <![endif]-->
</head><!--
Note: Editing website content is documented at:
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