Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73161 - in website/public_html/live/doc: . libs/common
From: dnljms_at_[hidden]
Date: 2011-07-17 05:04:06


Author: danieljames
Date: 2011-07-17 05:04:05 EDT (Sun, 17 Jul 2011)
New Revision: 73161
URL: http://svn.boost.org/trac/boost/changeset/73161

Log:
Website: Add boost.png to common files.
Added:
   website/public_html/live/doc/libs/common/boost.png (contents, props changed)
Text files modified:
   website/public_html/live/doc/.htaccess | 1 +
   1 files changed, 1 insertions(+), 0 deletions(-)

Modified: website/public_html/live/doc/.htaccess
==============================================================================
--- website/public_html/live/doc/.htaccess (original)
+++ website/public_html/live/doc/.htaccess 2011-07-17 05:04:05 EDT (Sun, 17 Jul 2011)
@@ -11,6 +11,7 @@
 # Always serve up the latest css/image files in doc/html and doc/src.
 RewriteRule ^libs/[^/]*/doc/(?:html|src)/(.*\.css)$ libs/common/doc/src/$1 [L]
 RewriteRule ^libs/[^/]*/doc/(?:html|src)/images/([^/]*)$ libs/common/doc/src/images/$1 [L]
+RewriteRule ^libs/[^/]*/boost.png$ libs/common/boost.png [L]
 
 # Serve some other static files directly from archive
 # Requires an appropriate soft link.

Added: website/public_html/live/doc/libs/common/boost.png
==============================================================================
Binary file. No diff available.


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