2 name: "blerg.ExternalURLPost",
8 locationDetect: function(l) {
9 var m = l.search.match(/^\?post\/([^/]+)\/(.+)/);
12 kind: "blerg.ExternalURLPost",
13 title: decodeURIComponent(m[1]).replace(']','').replace('[',''),
14 url: decodeURIComponent(m[2])
22 this.inherited(arguments);
24 this.bubble("onSetTitle", {section: "Blerg It!"});
25 this.bubble("onPostVisibility", {
27 data: '[' + this.title + '](' + this.url + ')'