Conkeror: Add django 1.5 webjump
This commit is contained in:
parent
9b2b9b6305
commit
a18052dc9c
1 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue