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

newsRiverSuite.background.everyMinute

<<Changes
	<<8/17/08; 10:41:00 AM by DW
		<<Maintenence flags. Start with moving image data from the data section to the website.
	<<1/22/06; 7:11:33 AM by DW
		<<Be sure that the init routine is called at least once every minute.
	<<10/16/05; 7:21:21 PM by DW
		<<Created.
local (adrdata = newsRiverSuite.init ());
bundle { //maintenence, 8/17/08 by DW
	if not defined (adrdata^.newsRiver.flags.movedImagesToWebsite) {
		try {
			table.copycontents (@newsRiverData.images, @newsRiverWebsite.["#images"]);
			delete (@newsRiverData.images)};
		adrdata^.newsRiver.flags.movedImagesToWebsite = clock.now ()}}



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.