Monday, April 04, 2011 at 1:06 AM.
radio2Suite.shortener.enabled
on enabled (adruser) {
<<Changes
<<3/6/11; 5:28:41 PM by DW
<<Return true if a URL shortener is enabled.
if adruser^.prefs.shortener.enabled {
return (true)}
else {
local (adrdata = radio2suite.init ());
return (adrdata^.prefs.shortener.enabled)}}
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.