<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: Renaming the RSS Feed in the Blog Module</title>
			<link>http://www.silverstripe.org/archive/show/148418?start=0#post157830</link>
			<description>&lt;p&gt;Hamish: That sounds like a perfectly acceptable enhancement. A field like &quot;Name of blog&quot; which is editable in the CMS on a per-BlogHolder basis sounds like the way to go.&lt;/p&gt;&lt;p&gt;I've added a ticket for this in our open source tracker: &lt;a href=&quot;http://open.silverstripe.com/ticket/2777&quot;&gt;http://open.silverstripe.com/ticket/2777&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Thanks!&lt;/p&gt;&lt;p&gt;Sean&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Renaming the RSS Feed in the Blog Module &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418?start=0#post157830&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148418?start=0#post157830&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 31 Aug 2008 19:24:42 +1200</pubDate>
			<dc:creator>Sean</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148418?start=0#post157830</guid>
		</item>
		
		<item>
			<title>Re: Renaming the RSS Feed in the Blog Module</title>
			<link>http://www.silverstripe.org/archive/show/148418?start=0#post157711</link>
			<description>&lt;p&gt;Note that $project comes from your _config.php, so change the project name from 'mysite' there and it will flow through to the blog rss feed.&lt;/p&gt;&lt;p&gt;However, I think the RSS feed title should be a property of BlogHolder and be configurable from the CMS. There is no reason you can't have multiple blogs on one site and you wouldn't want them to have the same title.&lt;/p&gt;&lt;p&gt;-- ok, so doing that breaks the manifest builder... thats really annoying, everything else seems to work.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Renaming the RSS Feed in the Blog Module &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418?start=0#post157711&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148418?start=0#post157711&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 31 Aug 2008 15:58:11 +1200</pubDate>
			<dc:creator>Hamish</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148418?start=0#post157711</guid>
		</item>
		
		<item>
			<title>Re: Renaming the RSS Feed in the Blog Module</title>
			<link>http://www.silverstripe.org/archive/show/148418?start=0#post148823</link>
			<description>&lt;p&gt;Thanks a lot!  That worked out perfectly.&lt;/p&gt;&lt;p&gt;Seth&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Renaming the RSS Feed in the Blog Module &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418?start=0#post148823&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148418?start=0#post148823&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 19 Aug 2008 07:35:12 +1200</pubDate>
			<dc:creator>sethstacey</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148418?start=0#post148823</guid>
		</item>
		
		<item>
			<title>Re: Renaming the RSS Feed in the Blog Module</title>
			<link>http://www.silverstripe.org/archive/show/148418?start=0#post148428</link>
			<description>&lt;p&gt;Theres 2places where you might need to edit it..&lt;/p&gt;&lt;p&gt;1) You need to open up blog/code/BlogHolder.php and at about line 256 in that there is something like &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;RSSFeed::linkToFeed($this-&amp;gt;Link() . &quot;rss&quot;, _t('BlogHolder.RSSFEED',&quot;RSS feed of this blog&quot;));&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;You can set the text &quot;RSS Feed for the blog&quot; to whatever you want&lt;/p&gt;&lt;p&gt;2) In the rss() method in BlogHolder.php (same file as before) at about line 289 is this &lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;$rss = new RSSFeed($children, $this-&amp;gt;Link(), &lt;strong&gt;$project . &quot; blog&quot;&lt;/strong&gt;, &quot;&quot;, &quot;Title&quot;, &quot;ParsedContent&quot;);&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;The bit in bold is the title you are talking about. You can just change that to whatever you want!&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Renaming the RSS Feed in the Blog Module &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418?start=0#post148428&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/148418?start=0#post148428&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 18 Aug 2008 15:28:00 +1200</pubDate>
			<dc:creator>willr</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148418?start=0#post148428</guid>
		</item>
		
		<item>
			<title>Renaming the RSS Feed in the Blog Module</title>
			<link>http://www.silverstripe.org/archive/show/148418#post148418</link>
			<description>&lt;p&gt;I recently installed the blog module for Silverstripe.  And, it works really well.  &lt;/p&gt;&lt;p&gt;One question though:  when I go to the RSS feed for it, the title of the feed is &quot;mysite blog&quot;&lt;/p&gt;&lt;p&gt;That seems like something I can change somewhere, but I can't find it anywhere.  Does anyone know?  &lt;/p&gt;&lt;p&gt;Thanks!&lt;br /&gt;Seth&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: Renaming the RSS Feed in the Blog Module &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418#post148418&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/148418#post148418&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 18 Aug 2008 15:15:00 +1200</pubDate>
			<dc:creator>sethstacey</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/148418#post148418</guid>
		</item>
		

	</channel>
</rss>