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

radio2Suite.viewBookmarklet

on viewBookmarklet () {
	<<Changes
		<<2/15/11; 4:30:21 PM by DW
			<<Created. 
	local (pta = html.getpagetableaddress (), t, s);
	new (tabletype, @t);
	t.domain = pta^.host;
	t.bookmarkletcode = string (radio2Suite.data.html.bookmarkletCode);
	s = string.multiplereplaceall (string (radio2Suite.data.html.bookmarklet), @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.