Saturday, April 02, 2011 at 9:20 PM.
rssCloudSuite.background.everyMinute
<<Changes
<<9/4/09; 11:44:55 AM by DW
<<Build changes.xml if necessary.
<<7/13/09; 12:01:49 PM by DW
<<Created.
local (adrdata = rssCloudSuite.init ());
bundle { //build changes.xml if necessary
if adrdata^.stats.flChangesDirty {
rssCloudSuite.buildChangesXML ();
adrdata^.stats.flChangesDirty = false}};
bundle { //update the log Javascript include once a minute
if not user.prefs.fldevmachine {
local (path = "/static.lifeliner.org/misc/viewRssCloudLog.js");
local (htmltext = html.buildJavascriptInclude (log2.view (source:rssCloudInfo.name)));
s3.newobject (path, htmltext)}}
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.