We're in the process of building rss feeds for our site. Sure it's simple to write a file, but what we need are dynamic, daily rss files that reflect title, description, and link for each item.
I envision running this script via cron.
I've searched many hours looking for such a script and not having much luck. They exist, but most are un-supported, un-documented snippets.
Since we'll be scraping our own site (a known entity), I would think a script could simply extract content between some tags in the html.
Ideas? Thanks.