aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Actions
diff options
context:
space:
mode:
authorgwern0 <gwern0@gmail.com>2009-12-05 04:34:35 +0100
committergwern0 <gwern0@gmail.com>2009-12-05 04:34:35 +0100
commit8871f393adde6eed24bfe9dbf3cf902079837f0a (patch)
tree821800fceb0a36c80349ca08ed8318e98ea60c48 /XMonad/Actions
parenta4d3917e9dc3de0a45e008ccf58ffb3a16bb06b0 (diff)
downloadXMonadContrib-8871f393adde6eed24bfe9dbf3cf902079837f0a.tar.gz
XMonadContrib-8871f393adde6eed24bfe9dbf3cf902079837f0a.tar.xz
XMonadContrib-8871f393adde6eed24bfe9dbf3cf902079837f0a.zip
XMonad.Actions.Search: finally fixed the internet archive search plugin
Ignore-this: c78ecebced9bc8e39e6077ffa9f9f182 darcs-hash:20091205033435-f7719-37e2258a72279fdde3da375e3408218dac567678.gz
Diffstat (limited to 'XMonad/Actions')
-rw-r--r--XMonad/Actions/Search.hs5
1 files changed, 1 insertions, 4 deletions
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 <http://web.archive.org/collections/web/advanced.html> 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)]