Monday, April 04, 2011 at 1:08 AM.

radio2Suite.publishThread

on publishThread (adruser, adrfeed) {
	<<Changes
		<<3/30/11; 6:59:15 PM by DW
			<<Build the miniLinkBlog Javascript. (New feature!)
		<<3/30/11; 8:30:31 AM by DW
			<<We're building the feed here, but it's already been build in radio2suite.publish.
		<<3/5/11; 1:43:33 PM by DW
			<<A factoring, the part of the publish operation that can run asynchronous with the user interface. 
	local (now = clock.now ());
	radio2Suite.buildHtmlArchive (adruser, adrfeed);
	radio2Suite.buildMiniLinkBlogJS (adruser, adrfeed); //3/30/11 by DW
	<<radio2Suite.buildRss (adruser, adrfeed, theDay:now)
	radio2Suite.pingRssCloud (adrfeed^.stats.feedUrl)}



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.