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

newsRiverSuite.readingList.initList

on initList (adrlist) {
	<<Changes
		<<1/15/06; 2:02:38 PM by DW
			<<Created.
	if not defined (adrlist^.stats) {
		new (tabletype, @adrlist^.stats)};
	if not defined (adrlist^.stats.timeLastChange) {
		adrlist^.stats.timeLastChange = date (0)};
	if not defined (adrlist^.stats.ctChanges) {
		adrlist^.stats.ctChanges = 0}}
<<bundle //test code
	<<initlist (@aggregatorData.newsRiver.readingLists.["http://hosting.opml.org/dave/demos/newsPodcasts.opml"])



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.