2001-11-06 19:40:45 -05:00
|
|
|
--- surfraw.conf.in.orig Wed Nov 7 01:21:16 2001
|
|
|
|
+++ surfraw.conf.in Wed Nov 7 01:22:00 2001
|
|
|
|
@@ -34,15 +34,15 @@ def SURFRAW_conf $HOME/.surfraw.conf
|
2001-10-26 19:39:44 -04:00
|
|
|
|
|
|
|
# graphical browser? defaults to yes for meatminds. text browser users can
|
2001-11-06 19:40:45 -05:00
|
|
|
# work it out how to change it.
|
2001-10-26 19:39:44 -04:00
|
|
|
-def SURFRAW_graphical yes
|
|
|
|
+def SURFRAW_graphical no
|
|
|
|
|
|
|
|
# name/path of text browser executable
|
|
|
|
# e.g links, lynx, w3m
|
2001-11-06 19:40:45 -05:00
|
|
|
-def SURFRAW_text_browser @sr_text_browser@
|
|
|
|
+def SURFRAW_text_browser /usr/bin/lynx
|
2000-08-21 11:09:31 -04:00
|
|
|
|
|
|
|
# name/path of browser executable
|
2001-10-26 19:39:44 -04:00
|
|
|
# e.g mozilla, netscape etc
|
|
|
|
-def SURFRAW_graphical_browser @sr_graphical_browser@
|
|
|
|
+def SURFRAW_graphical_browser none
|
2000-08-21 11:09:31 -04:00
|
|
|
|
2001-10-26 19:39:44 -04:00
|
|
|
# text browser arguments, or "none"
|
|
|
|
def SURFRAW_text_browser_args none
|
2001-11-06 19:40:45 -05:00
|
|
|
@@ -80,4 +80,4 @@ def SURFRAW_results 30
|
2000-08-21 11:09:31 -04:00
|
|
|
defyn SURFRAW_escape_url_args yes
|
|
|
|
|
|
|
|
# file containing list of elvi
|
|
|
|
-def SURFRAW_elvi_list @sysconfdir@/surfraw_elvi.list
|
2001-10-07 14:17:44 -04:00
|
|
|
+def SURFRAW_elvi_list @datadir@/@PACKAGE@/surfraw_elvi.list
|