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

newsRiverSuite.getHomePageAddress

<<Changes
	<<1/24/06; 10:48:00 AM by DW
		<<Created.
		<<Return a bit of HTML text that links to the NewsRiver home page.
		<<It's used in the security prefs page.
local (url = "http://" + tcp.dns.getMyDottedId () + ":" + 5337 + "/newsRiver/");
return ("<a href=\"" + url + "\">" + url + "</a>")



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.