From e198647ea5e12c6d80b74b615d382de9beb5d6b6 Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 17 Feb 2019 23:14:29 +0300 Subject: Fix default URIs for Gopher searches Newer curl versions don't translate "?" into "%09", and it should be "%09". --- Pancake/Configuration.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pancake/Configuration.hs b/Pancake/Configuration.hs index 9b0f83d..e73a234 100644 --- a/Pancake/Configuration.hs +++ b/Pancake/Configuration.hs @@ -106,8 +106,8 @@ instance Default Config where , ("g", "https://m.gutenberg.org/ebooks/search.mobile/?query=") , ("xiph", "http://dir.xiph.org/search?search=") , ("cs", "http://citeseerx.ist.psu.edu/search?q=") - , ("gp", "gopher://gopherpedia.com:70/7/lookup?") - , ("vs", "gopher://gopher.floodgap.com/7/v2/vs?") + , ("gp", "gopher://gopherpedia.com:70/7/lookup%09") + , ("vs", "gopher://gopher.floodgap.com/7/v2/vs%09") , ("wa", "web-archive:///?url=")] , paginate = True , historyDepth = 100 -- cgit v1.2.3