From 8871f393adde6eed24bfe9dbf3cf902079837f0a Mon Sep 17 00:00:00 2001 From: gwern0 Date: Sat, 5 Dec 2009 04:34:35 +0100 Subject: XMonad.Actions.Search: finally fixed the internet archive search plugin Ignore-this: c78ecebced9bc8e39e6077ffa9f9f182 darcs-hash:20091205033435-f7719-37e2258a72279fdde3da375e3408218dac567678.gz --- XMonad/Actions/Search.hs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'XMonad/Actions') diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs index 8c72da5..482d6cd 100644 --- a/XMonad/Actions/Search.hs +++ b/XMonad/Actions/Search.hs @@ -299,10 +299,7 @@ thesaurus = searchEngine "thesaurus" "http://thesaurus.reference.com/search?q= wikipedia = searchEngine "wiki" "http://en.wikipedia.org/wiki/Special:Search?go=Go&search=" wiktionary = searchEngine "wikt" "http://en.wiktionary.org/wiki/Special:Search?go=Go&search=" youtube = searchEngine "youtube" "http://www.youtube.com/results?search_type=search_videos&search_query=" -{- This doesn't seem to work, but nevertheless, it seems to be the official - method at to get the - latest backup. -} -wayback = searchEngine "wayback" "http://web.archive.org/" +wayback = searchEngineF "wayback" ("http://web.archive.org/web/*/"++) multi :: SearchEngine multi = namedEngine "multi" $ foldr1 (!>) [amazon, alpha, codesearch, deb, debbts, debpts, dictionary, google, hackage, hoogle, images, imdb, isohunt, lucky, maps, mathworld, scholar, thesaurus, wayback, wikipedia, wiktionary, (prefixAware google)] -- cgit v1.2.3