#title "RadioExpress" <% local (pta = html.getpagetableaddress (),adrdata=radio.weblog.init ()); new(tabletype, @args); if (pta^.method == "GET") { webserver.parseargs (pta^.searchargs, @args)}; // Initial formating // args.n is the title of the page // args.u is the URL of the page // args.t is the selected text local (exttext = "", extlink = ""); if(defined(args.u)) { extlink = args.u}; if(defined(args.u) && defined(args.n)) { exttext = "" + args.n + ""}; if(defined(args.t) and args.t != "") { exttext = exttext + ": "" + args.t + """}; if (extlink != "" && exttext != "") { system.temp.radio.misc.initialPostText = exttext; local (redirect = "/"); if (adrdata^.prefs.flTitleAndLinkOnPostForm) { system.temp.radio.misc.initialPostLink = extlink; redirect = "/?referer=" + string.urlEncode(extlink); }; radio.webserver.redirect (redirect) }; return ""; %>
What's New:
This Radio Userland utility is based on Radio Express! by Mike Krus It differs, by using the builtin website homepage for posting. In that way, it is compatible for meta-data tools like liveTopics and k-collector.How It Works:
When you find an interesting document on the web, you can post a link to it by clicking the "RadioExpress!" button in your toolbar. If you select a piece of text in the document before clicking, the selected text will be added to your post (thanks to Duncan Smeed, this now works on IE Mac, and Mozilla!). However, in some cases (when the selected in embedded in frames or divisions of the web page), the bookmarklet might not be able to retrieve it. You can then edit your text, select categories, and post it to your weblog. You will be redirected to the original page after submitting your post.Bookmarklet:
A bookmarklet is a little JavaScript which sits in your navigator's toolbar. To install it, simply drag the link below and drop it on your toolbar.
RadioExpress!Host:
If you access your weblog remotely, the bookmarklet needs to be told where to point. Enter the base URL of your site, including the port number and the trailing /. Click 'SET' to update the bookmarklet. Contact: