Friday, December 24, 2010 at 1:05 AM.

scripting2Suite.editor.buildRss

on buildRss () {
	<<Changes
		<<12/23/10; 10:45:15 AM by DW
			<<Factored so it can run in a separate thread.
	local (adrdata = scripting2suite.init ());
	local (username = adrdata^.editor.prefs.username);
	local (password = string (adrdata^.editor.prefs.password));
	local (server = string (adrdata^.editor.prefs.server));
	[server].scripting2.buildRss (username, password)}
<<bundle //test code
	<<buildRss ()



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.