Monday, November 08, 2010 at 12:07 AM.
system.verbs.builtins.xml.aggregator.rpcHandlers.subscribe
on subscribe (url, username, password) {
<<Changes
<<11/3/02; 3:19:55 PM by JES
<<Created.
xml.aggregator.securityForRpc (client, username, password);
local (error, adrservice);
if xml.aggregator.subscribeService (url, @error, @adrservice) {
return (xml.aggregator.rpcHandlers.getSubInfo (url, username, password))}
else { //error
scriptError (error)}}
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.