.conkerorrc/webjumps.js

This commit is contained in:
Tom Willemsen 2012-02-24 10:04:58 +01:00
parent 136e988c22
commit fd8710f7f8

View file

@ -24,3 +24,6 @@ define_webjump("ddg",
define_webjump("metal-archives",
"http://www.metal-archives.com/search?searchString=%s&type=band_name",
$alternative="http://www.metal-arhives.com");
define_webjump("djangodocs",
"https://docs.djangoproject.com/search/?q=%s&release=5",
$alternative="https://docs.djangoproject.com/");