Saturday, March 19, 2011 at 1:05 AM.
scripting2Website.editor.postToLinkBlog
on postToLinkBlog () {
<<Changes
<<3/18/11; 5:09:41 PM by DW
<<Support for descriptions. Bring the editor to the front.
<<7/10/10; 3:22:13 PM by DW
<<Created.
local (pta = html.getpagetableaddress (), args, description = "");
new (tabletype, @args);
webserver.parseargs (pta^.searchargs, @args);
<<scratchpad.args = args; edit (@scratchpad.args)
if defined (args.description) {
description = args.description};
scripting2suite.editor.postToLinkBlog (args.title, args.link, description);
frontier.bringtofront ();
webserver.redirect (pta, args.link)}
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.