Conkeror: Add django 1.5 webjump

This commit is contained in:
Tom Willemse 2014-01-26 12:37:15 +01:00
parent 9b2b9b6305
commit a18052dc9c

View file

@ -108,6 +108,9 @@ define_webjump("metal-archives",
define_webjump("djangodocs", define_webjump("djangodocs",
"https://docs.djangoproject.com/search/?q=%s", "https://docs.djangoproject.com/search/?q=%s",
$alternative="https://docs.djangoproject.com/"); $alternative="https://docs.djangoproject.com/");
define_webjump("djangodocs1.5",
"https://docs.djangoproject.com/search/?q=%s&release=7",
$alternative="https://docs.djangoproject.com/en/1.5/");
define_webjump("google", define_webjump("google",
"https://duckduckgo.com?q=!google%%20%s"); "https://duckduckgo.com?q=!google%%20%s");
define_webjump("github", define_webjump("github",