Thanks very much everyone — I ended up using rssLinkList.php as suggested and it worked great. Since my main index file is a HTML with server side include enabled, I actually have to:
do:
<!--#include virtual="recent.php" -->
then create a recent.php file, which calls rssLinkList
with the right arguments.