Monday, November 08, 2010 at 12:00 AM.
scripting2Suite.background.everyMinute
<<Changes
<<6/27/10; 7:56:45 AM by DW
<<Build the table of contents when its dirty.
<<6/26/10; 9:50:38 PM by DW
<<Created.
local (adrsystemdata = scripting2Suite.init ());
for adruser in @adrsystemdata^.server.users {
local (username = nameof (adruser^));
scripting2Suite.inituser (username);
if adruser^.stats.flBuildToc {
try {
scripting2Suite.server.buildTableOfContents (username);
adruser^.stats.flBuildToc = false}}}
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.