<?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: RSS Feed Show First Paragraph Only?</title>
			<link>http://www.silverstripe.org/archive/show/53213?start=0#post215469</link>
			<description>&lt;p&gt;I need to do this as well.  Currently my RSS feed is showing the entire article (Content), and I haven't been able to figure out how to truncate it in the feed.&lt;/p&gt;&lt;p&gt;This is how I'm generating the feed...&lt;/p&gt;&lt;p&gt;&lt;div class=&quot;codesnippet&quot;&gt;&lt;p&gt;// RSS&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function init() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;RSSFeed::linkToFeed($this-&amp;gt;Link() . &quot;rss&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;parent::init();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function rss() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$rss = new RSSFeed($this-&amp;gt;LatestUpdates(), $this-&amp;gt;Link(), &quot;A Word From Steve&quot;, &quot;&quot;, &quot;Title&quot;, &quot;Content&quot;);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;$rss-&amp;gt;outputToBrowser();&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;function LatestUpdates() {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;// 5 is the number of items listed&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;return DataObject::get(&quot;StevesArticlesPage&quot;, &quot;&quot;, &quot;Created Desc&quot;, &quot;&quot;, 5);&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/p&gt;&lt;/div&gt;&lt;/p&gt;&lt;p&gt;Any suggestions?&lt;/p&gt;&lt;p&gt;Thanks,&lt;br /&gt;Clint&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: RSS Feed Show First Paragraph Only? &lt;a href=&quot;http://www.silverstripe.org/archive/show/53213?start=0#post215469&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/53213?start=0#post215469&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Sun, 26 Oct 2008 17:38:21 +1300</pubDate>
			<dc:creator>-- subsonic Superstar --</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/53213?start=0#post215469</guid>
		</item>
		
		<item>
			<title>RSS Feed Show First Paragraph Only?</title>
			<link>http://www.silverstripe.org/archive/show/53213#post53213</link>
			<description>&lt;p&gt;Guys&lt;/p&gt;&lt;p&gt;I am implementing the RSS Feed as per the tutorial stage II but with some of my own modifications. eg. changing the DataObject::get to get the last 20 edited pages of a particular page type: DataObject::get(&quot;TipPage&quot;, &quot;&quot;, &quot;LastEdited DESC&quot;, &quot;&quot;, &quot;20&quot;); This is working well.&lt;/p&gt;&lt;p&gt;However I would like to only show the first paragraph of each of the returned page in the RSS. I know there is a function on the $Content within the Newsletter stuff which I have used for that part of the website but do not see any similar function for the RSS Feed.&lt;/p&gt;&lt;p&gt;Any hints, please...&lt;/p&gt;&lt;p&gt;3d&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: RSS Feed Show First Paragraph Only? &lt;a href=&quot;http://www.silverstripe.org/archive/show/53213#post53213&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/53213#post53213&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 07 Apr 2008 11:39:55 +1200</pubDate>
			<dc:creator>3dkiwi</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/53213#post53213</guid>
		</item>
		

	</channel>
</rss>