Topic: #! Ubiquity commands
If you use the firefox add-on Ubiquity, I made a couple commands to search the forums and wiki.
To install 'em, Ctrl+Space (or whatever you have set to open Ubiquity) and type in command-editor. There'll be a huge textbox on the page, paste this in there:
makeSearchCommand({
name: "crunchwiki",
url: "http://crunchbanglinux.org/wiki/?do=search&id={QUERY}",
icon: "http://crunchbanglinux.org/favicon.ico",
description: "Searches the CrunchBang Wiki."
});
makeSearchCommand({
name: "crunchbbs",
url: "http://crunchbanglinux.org/forums/search/?action=search&keywords={QUERY}",
icon: "http://crunchbanglinux.org/favicon.ico",
description: "Searches the CrunchBang Forums."
});It saves as you type, so once you paste it go ahead and ctrl+space and type crunchbbs for the forums or crunchwiki for the wiki.
Enjoy. ![]()
dnyy in IRC & Urban Terror