Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83680 - in website/public_html/live: generated site-tools/templates
From: dnljms_at_[hidden]
Date: 2013-04-01 15:17:14


Author: danieljames
Date: 2013-04-01 15:17:13 EDT (Mon, 01 Apr 2013)
New Revision: 83680
URL: http://svn.boost.org/trac/boost/changeset/83680

Log:
Fix link to news.rss. Fixes #8320.

Text files modified:
   website/public_html/live/generated/home-items.html | 2 +-
   website/public_html/live/site-tools/templates/index-template.py | 2 +-
   2 files changed, 2 insertions(+), 2 deletions(-)

Modified: website/public_html/live/generated/home-items.html
==============================================================================
--- website/public_html/live/generated/home-items.html (original)
+++ website/public_html/live/generated/home-items.html 2013-04-01 15:17:13 EDT (Mon, 01 Apr 2013)
@@ -43,7 +43,7 @@
                     <span class=
                     "news-date">November 6th, 2012 09:27 GMT</span></li></ul>
 
-<p>More News... (<a href=feed/news.rss">RSS</a>)</p>
+<p>More News... (RSS)</p>
 </div>
 
 <div class="clear"></div>

Modified: website/public_html/live/site-tools/templates/index-template.py
==============================================================================
--- website/public_html/live/site-tools/templates/index-template.py (original)
+++ website/public_html/live/site-tools/templates/index-template.py 2013-04-01 15:17:13 EDT (Mon, 01 Apr 2013)
@@ -54,7 +54,7 @@
     emit(' <span class=\n "news-date">%s</span></li>' % (entry.web_date()))
 emit('</ul>\n\n')
 
-emit('<p>More News... (<a href=feed/news.rss">RSS</a>)</p>\n')
+emit('<p>More News... (RSS)</p>\n')
 emit('</div>\n\n')
 
 emit('<div class="clear"></div>\n')


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