Monday, November 08, 2010 at 12:07 AM.

system.verbs.builtins.xml.aggregator.rpcHandlers.unsubscribe

on unsubscribe (url, username, password) {
	<<Changes
		<<11/3/02; 3:38:24 PM by JES
			<<Created.
	xml.aggregator.securityForRpc (client, username, password);
	local (adrdata = xml.aggregator.init ());
	local (adrservices = @adrdata^.services);
	local (adrservice = @adrservices^.[url]);
	if not defined (adrservice^) {
		scriptError ("Can't unsubscribe from service because the aggregator is not subscribed.")};
	xml.aggregator.unsubscribeService (url, adrdata);
	return (true)}



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.