Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.radio.upstream.callbacks.upstream.homePageUpdateNotify
on homePageUpdateNotify (filelist) {
<<Changes
<<1/21/02; 8:08:04 AM by DW
<<Instead of sending notification, just mark the sub-table of system.temp.radio.pingAfterUpstream as having been upstreamed.
<<9/28/01; 2:40:08 PM by JES
<<Created. Send home page update notification to UserLand's server, so the site will appear on the updates page.
local (f);
for f in filelist {
adr = @system.temp.radio.pingAfterUpstream.[f];
if defined (adr^) {
adr^.flUpstreamed = 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.