Monday, November 08, 2010 at 12:01 AM.
system.verbs.apps.OAuth.init
on init () {
<<Changes
<<2/12/09; 1:59:00 PM by DW
<<Created.
local (adrconfig = @config.oauth);
if not defined (adrconfig^) {
new (tabletype, adrconfig)};
if not defined (adrconfig^.apps) {
new (tabletype, @adrconfig^.apps)};
if not defined (adrconfig^.prefs) {
new (tabletype, @adrconfig^.prefs)};
if not defined (adrconfig^.stats) {
new (tabletype, @adrconfig^.stats)};
return (adrconfig)};
bundle { //test code
init ()}
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.