Hi all,
I have a question: How can I integrate RSS into magnolia(3.0 final)? Or
how can magnolia support rss functionaliy?
Before asking this question, I have done my investigation:
For subscribing rss feed from other sites, we can use rssutils which is
a simple but useful custom taglib contributed by sun's developers. For example,
to get info from a feed we can use
<rss:feed url="something.xml"feedId="example"/>
<rss:forEachItem feedId="example" startIndex="2" endIndex="4">
<li><rss:itemDescription feedId="example"/><br><br>
</rss:forEachItem>
For publishing our rss feed, that means we firstly should generate our
rss feed, then update the feed frequently or at least when news is updated. As
far as I know, there are many CMSs that has a functionaliy for ganarating rss
feeds, though I didn't see magnolia having this functionliy.(export?) If it is
true, then what is the better way to generate and update my rss feeds in
magnolia?
thanks,
jason
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------