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

system.verbs.builtins.radio.outliner.callbacks.upstream

on upstream (filelist) {
	<<Changes
		<<8/27/02; 3:23:03 AM by JES
			<<Do im-based pings.
		<<4/2/02; 1:28:01 PM by DW
			<<Created. If we're upstreaming the instant outline, ping weblogs.com to say that the outline has updated.
	local (f);
	for f in filelist {
		if file.folderfrompath (f) == user.radio.outliner.prefs.publicfolder {
			local (url);
			radio.file.getfileattributes (f, @adrtable);
			url = adrtable^.upstream.url;
			thread.callscript (@weblogupdates.ping, {user.prefs.name, url, url, "io"});
			thread.callscript (@radio.outliner.imPing, {url})}}}
<<bundle //test code
	<<upstream ({"C:\\Program Files\\Radio UserLand\\www\\instantOutliner\\daveWiner.opml"})



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.