[Conkeror] [PATCH] webjump.js: add hoogle webjump
Alec Berryman
alec at thened.net
Sat Aug 9 07:52:19 PDT 2008
The equivalent of the clhs webjump for Haskell.
---
modules/webjump.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/webjump.js b/modules/webjump.js
index 4436b6b..7987db0 100644
--- a/modules/webjump.js
+++ b/modules/webjump.js
@@ -84,6 +84,7 @@ function define_default_webjumps()
add_webjump("sheldonbrown", "http://www.google.com/search?q=site:sheldonbrown.com %s");
add_webjump("youtube", "http://www.youtube.com/results?search_query=%s&search=Search");
add_webjump("imdb", "http://imdb.com/find?q=%s");
+ add_webjump("hoogle", "http://www.haskell.org/hoogle/?q=%s");
}
function match_webjump(str) {
--
1.5.6.3
More information about the Conkeror
mailing list