Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.radio.hotlist.init
<<Changes
<<11/9/01; 9:35:09 PM by DW
<<Complete rewrite.
local (adrdata = Frontier.openDataFile ("hotlistData"));
if not defined (adrdata^.top100) {
new (tabletype, adrdata); //perform corner-turn
new (tabletype, @adrdata^.top100)};
if not defined (adrdata^.cache) {
new (tabletype, @adrdata^.cache)};
if not defined (adrdata^.prefs) {
new (tabletype, @adrdata^.prefs)};
if not defined (adrdata^.prefs.dateLastRead) {
adrdata^.prefs.dateLastRead = date (0)};
return (adrdata)
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.