Tuesday, August 18, 2009 at 7:33 PM.

newsRiverSuite.updateAfterScan

<<Changes
	<<4/25/09; 1:49:20 PM by DW
		<<Toss the HTML cache.
	<<8/2/08; 8:22:55 PM by DW
		<<Only update now if we haven't set it up so we'll update along with all the other tools using the OPML Editor's centralized updater.
local (adrdata = newsRiverSuite.init ());
if not defined (user.opmlEditor.prefs.toolsToUpdate.["newsRiver.root"]) {
	thread.callscript (@newsRiverSuite.updateTool, {})};
bundle { //toss the cache, 4/25/09 by DW
	new (tabletype, @adrdata^.cache)}



This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.