Saturday, April 02, 2011 at 9:18 PM.

feedhoseSuite.utilities.watchTimesNews

<<Changes
	<<2/15/11; 4:08:06 AM by DW
		<<For the second part of the feedhose.root tutorial. 
			<<http://frontiernews.org/2011/02/15/setting-up-a-feedhose-server/
local (adrdata = feedhosesuite.init ());
local (hosename = "nyTimes");
local (adrhose = feedhoseSuite.client.initHose (hosename));
<<adrhose^.prefs.server = "bull.reallysimple.org"
if dialog.ask ("Enter the domain name for the server:", @adrhose^.prefs.server) {
	adrhose^.prefs.enabled = true;
	feedhosesuite.client.openWindow (hosename);
	adrdata^.client.prefs.enabled = true}



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.