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

beautSuite.viewRiver

on viewRiver (adrcal=nil, fnamecache=nil) {
	<<Changes
		<<3/24/11; 9:25:46 PM by DW
			<<Pass through fnamecache to beautSuite.getRiverJson.
		<<3/20/11; 1:02:31 PM by DW
			<<Created. 
	local (pta = html.getpagetableaddress (), t, s);
	new (tabletype, @t);
	t.jsonUrl = beautSuite.getRiverJson (pta^.adruser, adrcal, fnamecache) + "?callback=";
	t.pleaseWaitMessage = radio2Suite.viewSlogan ();
	s = string.multiplereplaceall (string (beautSuite.data.html.river), @t, false, "<%", "%>");
	return (s)}



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.