Monday, November 08, 2010 at 12:01 AM.
system.verbs.apps.Manila.windowTypes.types.manilaTemplate.getBookmarkLogic
on getBookmarkLogic (adr, adrlogic, adrtitle) {
local (atts);
if window.attributes.getAll (@atts, adr) {
bundle { //reality checks
if not defined (atts.adrSiteInfo) {
return (false)}};
local (title);
if defined (atts.title) {
adrTitle^ = atts.title}
else {
adrTitle^ = window.getTitle (adr)};
adrLogic^ = "Frontier.tools.windowTypes.commands.openManilaTemplate (\"" + nameOf (atts.adrSiteInfo^) + "\", \"" + atts.manilaType + "\")";
return (true)};
return (false)}
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.