Tuesday, August 18, 2009 at 7:53 PM.

howtoSuite.background.everyMinute

<<Changes
	<<8/13/08; 9:00:04 AM by DW
		<<Add maintenence checks section. Nuke the icon for nodetype. ftpSite maint section obsolete -- we're rendering to the odb now.
			<<bundle //keep #ftpSite updated
				<<local (adrftp = @howtoWebsite.["#ftpSite"])
				<<if adrftp^.folder != user.howto.prefs.server.basefolder
					<<adrftp^.folder = user.howto.prefs.server.basefolder
				<<if adrftp^.url != user.howto.prefs.server.baseurl
					<<adrftp^.url = user.howto.prefs.server.baseurl
				<<adrftp^.method = "file"
	<<7/31/08; 11:09:17 AM by DW
		<<Created. 
howtoSuite.init ();
bundle { //maintenence checks
	if not defined (user.howto.prefs.flags.flNukeIconForNodetype) { //8/13/08 by DW
		if defined (howtoNodeTypes.howToDocument.icon) {
			delete (@howtoNodeTypes.howToDocument.icon);
			filemenu.savemyroot (@howtoNodeTypes.howToDocument.icon)};
		user.howto.prefs.flags.flNukeIconForNodetype = clock.now ()}}



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.