Rss Feed Component For Joomla

Rss Feed Component For Joomla
I need a feed component for joomla frontpage that create feed with correct Category tags like those:

<item>
<title>Lorem Ipsum</title>
<link>http://www.link.com/article.html</link>
<description>Lorem ipsum…</description>
<pubDate>Fri, 05 Feb 2010 15:06:55 GMT</pubDate>
<category>News</category>
<guid isPermaLink=”true”>http://www.link.com/article.html</guid>
</item>

<item>
<title>Lorem Ipsum</title>
<link>http://www.link.com/article2.html</link>
<description>Lorem ipsum…</description>
<pubDate>Fri, 05 Feb 2010 15:06:55 GMT</pubDate>
<category>Reviews</category>
<guid isPermaLink=”true”>http://www.link.com/article2.html</guid>
</item>

because default is with “frontpage” category for all articles

<item>
<title>Lorem Ipsum</title>
<link>http://www.link.com/article2.html</link>
<description>Lorem ipsum…</description>
<pubDate>Fri, 05 Feb 2010 15:06:55 GMT</pubDate>
<category>Frontpage</category>
<guid isPermaLink=”true”>http://www.link.com/article2.html</guid>
</item>

I need a component installer that works natively under joomla 1.5.15 without core hacks.

Leave a Reply

Your email address will not be published. Required fields are marked *