Monday, November 08, 2010 at 12:05 AM.
system.verbs.builtins.radio.outliner.getCloudInfoFromCache
on getCloudInfoFromCache (url, adradrinfo) {
<<Changes
<<3/27/02; 1:46:04 AM by JES
<<Created. Set adradrinfo^ to the address of the cloud info table in the openUrl cache. Return true if the table exists or false if not.
local (adrcache = @system.temp.Frontier.openUrlCache);
if defined (adrcache^) {
if defined (adrcache^.[url]) {
if defined (adrcache^.[url].cloud) {
adradrinfo^ = @adrcache^.[url].cloud;
return (true)}}};
return (false)}
<<bundle //testing
<<local (adrCloudInfo)
<<if getCloudInfoFromCache ("http://radio.weblogs.com/0001000/instantOutliner/jakeSavin.opml", @adrCloudInfo)
<<scratchpad.cloudInfo = adrCloudInfo^
<<edit (@scratchpad.cloudInfo)
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.