head 1.4; access; symbols surfraw_1_0_8_RELEASE:1.3 surfraw_1_3_0_RELEASE:1.1.1.1 proff_surfraw:1.1.1; locks; strict; comment @# @; 1.4 date 2008.09.02.11.42.02; author wiz; state dead; branches; next 1.3; 1.3 date 2001.11.06.00.46.19; author proff; state Exp; branches; next 1.2; 1.2 date 2001.10.25.00.04.43; author proff; state Exp; branches; next 1.1; 1.1 date 2001.01.15.07.57.19; author proff; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2001.01.15.07.57.19; author proff; state Exp; branches; next ; desc @@ 1.4 log @Remove -- it is maintained by someone else at http://surfraw.alioth.debian.org/ @ text @# Surfraw -- Shell Users' Revolutionary Front Against the World wide web # # $Id: surfraw.conf.in,v 1.3 2001/11/06 00:46:19 proff Exp $ # # (c) 2000-2001 Julian Assange, all rights reserved. # (c) 2001 Australian Institute for Collaborative Research, all rights reserved. # (c) 2000 Melbourne Institute for Advanced Study, all rights reserved. # # see the file COPYING for further copyright details # # this file is shell script # # defintion commands: # # def -- define configuration variable unless already defined # (i.e by the environment) # defyn -- define boolean configuration variable unless # already defined # # WARNING: This file has a different format to that of $HOME/.surfraw.conf! # $HOME/.surfraw.conf entries should always be written sh style: # # SURFRAW_text_browser=w3m # etc # autoconf guessed prefix prefix=@@prefix@@ # setting this here is of dubious utility def SURFRAW_global_conf @@sysconfdir@@/surfraw.conf # secondary configuation file def SURFRAW_conf $HOME/.surfraw.conf # graphical browser? defaults to yes for meatminds. text browser users can # work it out how to change it. def SURFRAW_graphical yes # name/path of text browser executable # e.g links, lynx, w3m def SURFRAW_text_browser @@sr_text_browser@@ # name/path of browser executable # e.g mozilla, netscape etc def SURFRAW_graphical_browser @@sr_graphical_browser@@ # text browser arguments, or "none" def SURFRAW_text_browser_args none # graphical browser arguments, or "none" def SURFRAW_graphical_browser_args none # use -remote openURL for graphical browser def SURFRAW_graphical_remote yes # when using the -remote, open a new window? def SURFRAW_new_window no # name of screen command to run def SURFRAW_screen screen # If surfraw is running under screen(1), start a new screen # for each text browser invocation? defyn SURFRAW_new_screen no # some elvi support p0rn filters. keep p0rning anyway? defyn SURFRAW_p0rn yes # I can't enjoy it with you talking all the time defyn SURFRAW_quiet no # "quote" arguments defyn SURFRAW_quote_args no # default number of results to return def SURFRAW_results 30 # escape [% "@@$%&+,/:;<=>?@@@@[\^{|}~'] characters in command line arguments # subsequently used to construct a url defyn SURFRAW_escape_url_args yes # file containing list of elvi def SURFRAW_elvi_list @@sysconfdir@@/surfraw_elvi.list @ 1.3 log @Tue Nov 6 11:14:21 EST 2001 - Surfraw 1.0.5 Fix wayward indentation introduced in 1.0.4 which caused -browser to fail Note that SURFRAW_browser was made obsolete in 1.0.4. SURFRAW_text_browser and SURFRAW_graphical_browser replace its functionality STATE EXTRA CLEARLY THE FORMAT OF ~/.surfraw.conf so even Redhat users get it. @ text @d3 1 a3 1 # $Id: surfraw.conf.in,v 1.2 2001/10/25 00:04:43 proff Exp $ @ 1.2 log @update to 1.4 @ text @d3 1 a3 1 # $Id: surfraw.conf.in,v 1.1.1.1 2001/01/15 07:57:19 proff Exp $ d5 2 a6 1 # (c) 2000 Julian Assange, all rights reserved. d19 6 d30 1 a30 1 def SURFRAW_global_conf @@sysconfdir@@/surfraw.conf d33 1 a33 1 def SURFRAW_conf $HOME/.surfraw.conf d36 1 a36 1 # work it out how to chang eit. d41 1 a41 1 def SURFRAW_text_browser @@sr_text_browser@@ d57 1 a57 1 def SURFRAW_new_window no d64 1 a64 1 defyn SURFRAW_new_screen no d73 1 a73 1 defyn SURFRAW_quote_args no @ 1.1 log @Initial revision @ text @d3 1 a3 1 # $Id: surfraw.conf.in,v 1.5 2000/08/22 16:01:50 proff Exp $ d23 1 a23 1 def SURFRAW_global_conf @@sysconfdir@@/surfraw.conf d26 9 a34 1 def SURFRAW_conf $HOME/.surfraw.conf d37 8 a44 2 # e.g links, lynx, w3m, surfraw-netscape-remote, netscape etc def SURFRAW_browser @@sr_browser@@ d46 2 a47 2 # browser arguments, or "none" def SURFRAW_browser_args none d49 2 a50 3 # If surfraw is running under screen(1), start a new screen # for each browser invocation? defyn SURFRAW_new_screen no d55 3 a57 2 # Should surfraw-netscape-remote run netscape in the background? defyn SURFRAW_netscape_background yes d66 1 a66 1 defyn SURFRAW_quote_args no @ 1.1.1.1 log @initial import of surfraw-1.3.0 Surfraw provides a fast unix command line interface to a variety of popular WWW search engines and other artifacts of power. It reclaims google, altavista, babelfish, dejanews, freshmeat, research index, slashdot and many others from the false-prophet, pox-infested heathen lands of html-forms, placing these wonders where they belong, deep in unix heartland, as god loving extensions to the shell. For example: $ ask why is jeeves gay? $ google -results=100 RMS, GNU, which is sinner, which is sin? @ text @@