I actually expect you to get a black screen. There is **NO** code in main.lua that will display anything. It is setup to only print to the console…
“Well isn’t that useless?” you might be asking, but think about it from my perspective. I don’t know how you intend to use it. It’s my job to provide you the parser and a sample on how to use it. If you look into the processRSSFeed or processAtomFeed functions you will see that they return you a table of stories. Do with them what you like.
I should point out that the main.lua is using the processAtomFeed the way I have that written (see line #50). If you want to process an RSS2.0 feed, change processAtomFeed to processRSSFeed.
How you display the stuff is up to you.
Rob
[import]uid: 19626 topic_id: 27817 reply_id: 112707[/import]