on doMug () { local (adrdata = radio.outliner.init ()); local (f = radio.outliner.getMyOutlineFile ()); local (adrfile); radio.file.getfileattributes (f, @adrfile); local (url = "http://127.0.0.1:5335/system/pages/outlinerSubscribe?url=" + string.urlencode (adrfile^.upstream.url) + "&author=" + string.urlencode (user.prefs.name) + "&weblog=" + string.urlencode (radio.weblog.getUrl ())); return ("Click on the coffee mug to add the " + user.prefs.name + " Instant Outline to your Radio UserLand buddy list.")}