How I Plan to Taste Music - Gizmodo Nov 20, 2008 - 11:32 PM 1 hour, 19 minutes ago By Brian Lam , 6:20 PM on Thu Nov 20 2008, 347 views I haven't attained new music very regularly ...
Epicenter Of The Sell-Off: Citigroup - CNBC Nov 20, 2008 - 11:14 PM 1 hour, 38 minutes ago What’s the old tag line. The Citi never sleeps. Well it hardly feels vibrant these days. ...
The easiest way to update your feed cache with Cron is by using wget. An example command for Cron would be:
wget -q "http://www.example.com/index.php?module=tRSSNews&type=admin&func=updatecache&option=cron" -O /dev/null
What is the "scraper" and how does it work? I don't see this in the documentation.
A scraper is a way to import standard HTML pages that have a set format without them being in RSS/XML format. It's an experimental function and hasn't been totally documented yet. Basically if you choose to use the scraper for a page, the page is downloaded. You choose the lines that have the content you want included and checked for. Then you replace the information you want with a field. There is a help popup showing you the defines for field types. Then the html page is scraped for the information you want. Any time the information changes on the HTML page, it's imported similar to a RSS feed. The major issue with scrapers is that any time an HTML page format is changed, your scraper must be updated to reflect the page format changes.