I got a lot of comments on my site ( mir.dk ) since this is one of the reasons why people visit it, I was thinking..
can i convert the last 10-20 messages to RSS, so that I can see them ( on my mac with the screesaver RSS vizualizer) but also so that anybody else can se the latest comments as RSS
Right now im seeing all the stories as feed (/spip.php?page=backend) and thats great, but the comment, or maybe both, could be funny..
specific what Im looking for is a way to make this code apear in a rss feed ( it might be modified, but it works for me)
If I can do this with a plugin etc, im happy..
I think others could use this idea also !?
Tom
<B_forums_liens>
<div class="forums">
<h2 class="menu-titre">
<:derniers_commentaires:>
</h2>
<ul class="forum-texte">
<BOUCLE_forums_liens(FORUMS) {plat} {par date}{inverse} {0,15}> [(#DATE|affdate_court)]<br>
<h3><a href="#URL_FORUM" >#TITRE</a></h3>
<br>
</BOUCLE_forums_liens>
</ul>
</small></div>
</B_forums_liens>