Somewhere I saw a perl app that created an rss feed from a MySQL database but now I can't seem to locate it. I've found magpie but it's php-based and I don't do php.
Anybody know where I can find that perl app? ...or remember the name of it?
werty
3:23 pm on Jan 18, 2006 (gmt 0)
Runner, this is a good list of RSS parsers: [rssgov.com...] There is one on that site that runs in perl and caches to mysql, did not see any that build from it.
Demaestro
10:42 pm on Jan 20, 2006 (gmt 0)
I have one in python
deverson
12:07 am on Feb 17, 2006 (gmt 0)
Hi Runner, I think the Spidering Hacks book from O'reily has a pretty neat hack on a PERL module that turns html data into an RSS feed, i believe the module is XML::RSS. Goto search.cpan.org and search for it and other equivalents. Its pretty neat stuff