On Nov 9, 2007 5:55 PM, Vytautas <<a href="mailto:bumbulas@gmail.com">bumbulas@gmail.com</a>> wrote:<br><br>> I have recently installed MoinMoIn 1.5.8. And I'm trying to create<br>> some kind of news system. Each news is written in a separate subpage
<br>> and is shown on master news page with macro include2. And I need is<br>> only one thing: an rss feed with the contents(not the changes) of the<br>> master news page. I have tried using IRSS but even with all the
<br>> patches I could find it still produces an empty feed. The rss is<br>> planned to be used with some remote planet software. Are there any<br>> suitable action/macro for my needs, that could be easily adapted?
<br>> <br><br>I'm not sure if this answers your question or not, but I've put RSS content into a wiki page and then linked to the ?action=raw version of the page for use in RSS readers. I've also done this with json so that I could use a bit of ajax in another page in the site, but that's obviously another topic. So if your page is 
<a href="http://somesite.com/News">somesite.com/News</a> you may want <a href="http://somesite.com/NewsFeed?action=raw">somesite.com/NewsFeed?action=raw</a> to be your rss. Viewing NewsFeed without the ?action=raw provides useless output. 
<br><br>This is not automated, but I'd thought of using something like Gustavo's "edit moin" software <<a href="http://labix.org/editmoin">http://labix.org/editmoin</a>> and a script to dynamically update the page from another computer to provide the appearance of semi-dynamic data. (Gustavo - just another reason why you're one of my heroes!) 
<br><br>I ended up not doing this and basically ditching the project since the wiki used here was not cached in any way and RSS readers can be merciless when checking for updates. But I used it enough to know that it works perfectly. 
<br><br>-- <br>Matthew Nuzum<br>newz2000 on freenode