|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49567 - website/public_html/beta/feed
From: daniel_james_at_[hidden]
Date: 2008-11-03 11:09:35
Author: danieljames
Date: 2008-11-03 11:09:34 EST (Mon, 03 Nov 2008)
New Revision: 49567
URL: http://svn.boost.org/trac/boost/changeset/49567
Log:
Use 'www.boost.org' in the rss feeds.
Text files modified:
website/public_html/beta/feed/build.jam | 4 ++--
website/public_html/beta/feed/history.rss | 2 +-
website/public_html/beta/feed/news.rss | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
Modified: website/public_html/beta/feed/build.jam
==============================================================================
--- website/public_html/beta/feed/build.jam (original)
+++ website/public_html/beta/feed/build.jam 2008-11-03 11:09:34 EST (Mon, 03 Nov 2008)
@@ -70,7 +70,7 @@
make history.rss : [ glob-rss history/* ]
: @rss :
<title>"Boost History"
- <uri>"http://beta.boost.org/feed/history.rss"
+ <uri>"http://www.boost.org/feed/history.rss"
<location>$(CWD)
<cwd>$(CWD)
;
@@ -83,7 +83,7 @@
]
: @rss :
<title>"Boost News"
- <uri>"http://beta.boost.org/feed/news.rss"
+ <uri>"http://www.boost.org/feed/news.rss"
<count>5
<location>$(CWD)
<cwd>$(CWD)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-11-03 11:09:34 EST (Mon, 03 Nov 2008)
@@ -2,7 +2,7 @@
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost History</title>
- <link>http://beta.boost.org/feed/history.rss>
+ <link>http://www.boost.org/feed/history.rss>
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-11-03 11:09:34 EST (Mon, 03 Nov 2008)
@@ -2,7 +2,7 @@
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost News</title>
- <link>http://beta.boost.org/feed/news.rss>
+ <link>http://www.boost.org/feed/news.rss>
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
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