From a8f9da4b4879813af13663e9b5e7b8e949e68d37 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Jan 2014 12:42:42 +0100 Subject: Add python{2,3} explicit webjumps --- .conkerorrc/init.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.conkerorrc/init.js b/.conkerorrc/init.js index 915491d..f11650e 100644 --- a/.conkerorrc/init.js +++ b/.conkerorrc/init.js @@ -98,6 +98,12 @@ define_webjump("php", define_webjump("python", "http://docs.python.org/search.html?q=%s&check_keywords=yes&area=default", $alternative="http://www.python.org"); +define_webjump("python2", + "http://docs.python.org/2/search.html?q=%s&check_keywords=yes&area=default", + $alternative="http://www.python.org"); +define_webjump("python3", + "http://docs.python.org/3/search.html?q=%s&check_keywords=yes&area=default", + $alternative="http://www.python.org"); define_webjump("pypi", "https://pypi.python.org/pypi?%3Aaction=search&term=%s&submit=search", $alternative="https://pypi.python.org"); -- cgit v1.2.3-54-g00ecf