Monday, April 04, 2011 at 1:08 AM.
radio2Suite.utilities.removeFeedLevelClouds
on removeFeedLevelClouds () { <<Changes <<3/15/11; 10:39:39 AM by DW <<A maintenence script. There's now a single cloud prefs table, at the top level. It used to be at the feed level. local (adrdata = radio2suite.init (), adruser, adrfeed); for adruser in @adrdata^.users { for adrfeed in @adruser^.feeds { if defined (adrfeed^.prefs.cloud) { delete (@adrfeed^.prefs.cloud)}}}} <<bundle //test code <<removeFeedLevelClouds ()
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.