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

system.verbs.apps.weblogUpdates.publicRssPing

on publicRssPing (feedname, feedurl, server="rssrpc.weblogs.com") {
	<<Changes
		<<10/30/02; 5:28:56 PM by DW
			<<Created. Send a special RSS ping to the indicated server. This is a nice bottleneck that will make it easy to relocate the server if we need to, or to change the procedure. How do I know this will be handy? Because I'm doing it right now, and it's a b*tch to find all the places I hard-coded the server name. :-(
	return (["xmlrpc://" + server + "/RPC2"].rssUpdate (feedname, feedurl))}
<<bundle //test code
	<<scratchpad.result = publicRssPing ("New York Times: Business", "http://partners.userland.com/nytRss/business.xml")



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.