diff options
author | gwern0 <gwern0@gmail.com> | 2009-12-05 04:33:18 +0100 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2009-12-05 04:33:18 +0100 |
commit | a4d3917e9dc3de0a45e008ccf58ffb3a16bb06b0 (patch) | |
tree | da880600a31881f84d04e6994ed3f83fa2cef9d6 /XMonad | |
parent | ad03f751503dd15f324f3aa67883d0f22d28ef78 (diff) | |
download | XMonadContrib-a4d3917e9dc3de0a45e008ccf58ffb3a16bb06b0.tar.gz XMonadContrib-a4d3917e9dc3de0a45e008ccf58ffb3a16bb06b0.tar.xz XMonadContrib-a4d3917e9dc3de0a45e008ccf58ffb3a16bb06b0.zip |
XMonad.Actions.Search: in retrospect, a bit silly to make everyone go through SSL
Ignore-this: 452b4e6efb83935fc1063ab695ae074d
darcs-hash:20091205033318-f7719-26d70fd5d8a110c880c3277583730a1b49190015.gz
Diffstat (limited to 'XMonad')
-rw-r--r-- | XMonad/Actions/Search.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs index 7300767..8c72da5 100644 --- a/XMonad/Actions/Search.hs +++ b/XMonad/Actions/Search.hs @@ -296,8 +296,8 @@ maps = searchEngine "maps" "http://maps.google.com/maps?q=" mathworld = searchEngine "mathworld" "http://mathworld.wolfram.com/search/?query=" scholar = searchEngine "scholar" "http://scholar.google.com/scholar?q=" thesaurus = searchEngine "thesaurus" "http://thesaurus.reference.com/search?q=" -wikipedia = searchEngine "wiki" "https://secure.wikimedia.org/wikipedia/en/wiki/Special:Search?go=Go&search=" -wiktionary = searchEngine "wikt" "http://en.wiktionary.org/wiki/Special:Search?go=Go&search=" +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 |