brainstorm - Search ideas in Ubuntu brainstorm
If you have Ubiquity, you should see a notification at the top asking you to subscribe to this feed, thus "installing" the command below.
source:
CmdUtils.makeSearchCommand({
name: "brainstorm",
author: {name: "rakudave", email: "public@rakudave.ch"},
homepage: "http://www.rakudave.ch/",
license: "GPL",
description: "Search ideas on Ubuntu brainstorm",
icon: "http://brainstorm.ubuntu.com/favicon.ico",
url:"http://brainstorm.ubuntu.com/search?keywords={QUERY}&ordering=mostvotes",
preview: function(pBlock, directObj) {
if (directObj.text)
pBlock.innerHtml = "Searches Ubuntu brainstorm for " + directObj.text;
else
pBlock.innerHTML = "Searches Ubuntu brainstorm for the given words.";
}
});