Monday, November 08, 2010 at 12:01 AM.
system.verbs.apps.Manila.windowTypes.types.manilaMessage.getBookmarkLogic
on getBookmarkLogic (adr, adrlogic, adrtitle) { local (atts); if window.attributes.getAll (@atts, adr) { bundle { //reality checks if not defined (atts.adrSiteInfo) { return (false)}; if not defined (atts.msgnum) { dialog.alert ("Can't add a bookmark for this window because it hasn't been saved yet."); return (false)}}; local (title); if defined (atts.title) { adrTitle^ = atts.title} else { adrTitle^ = window.getTitle (adr)}; adrLogic^ = "Frontier.tools.windowTypes.commands.openManilaMessage (\"" + nameOf (atts.adrSiteInfo^) + "\", \"" + atts.msgnum + "\")"; 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.