Monday, November 08, 2010 at 12:04 AM.
system.verbs.builtins.opmlEditor.everyNight
on everyNight () {
<<Changes
<<10/6/10; 9:52:10 PM by DW
<<Created. Over time we should migrate nightly functionality for opmlEditor layer to this routine.
opmlEditor.init ();
bundle { //nightly backup of open databases
if user.opmlEditor.prefs.flNightlyBackupOpenDatabases {
fileMenu.saveCopyOpenDatabases (user.opmlEditor.prefs.nightlyBackupFolder, 60, flsafecopy:true)}}};
bundle { //test code
everyNight ()}
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.