lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

LYNX-DEV autoconf and lynx.cfg defaults


From: Leonid Pauzner
Subject: LYNX-DEV autoconf and lynx.cfg defaults
Date: Wed, 31 Dec 1997 14:31:05 +0300 (MSK)

Let STARTFILE will be pointed to HELPFILE by default,
especially if helpfiles installed locally
(there is a link from lynx_main_help.html to lynx.browser.org
but the latter have rather unstable network connection)
Helpfiles seems more useful for those who have just installed lynx.
Who need another will set startfile manually.


2) Downloader: suggested filename script for Z-modem
Let Z-modem will be set with suggested filename script substituted
(./configure really check all necessary filenames).
(windows and dos port users shouldn't worry about that since
they usually have to have lynx locally and doesn't need z-modem feature).

Maybe better to uncomment z-modem if vt100 or vt220 is active
upon installation? (or enable it for vt100 at run-time?) something like this.


*** lynx.cfg.old        Wed Dec 31 13:12:24 1997
--- lynx.cfg    Wed Dec 31 13:11:24 1997
***************
*** 982,990 ****
  #DOWNLOADER:Use Most to view:most +s %s:TRUE
  #  (don't use most's -k switch, so that binaries will invoke hexadecimal mode)
  #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s -a 
%s:TRUE
! #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  #    (example script in lieu of :sz %s: for offering a suggested filename)
- #  :set %s %s;td=/tmp/Lsz$$;mkdir $td;ln -s $1 $td/"$2";sz $td/"$2";rm -r $td:

  # Unix ONLY:
  #===========
--- 982,990 ----
  #DOWNLOADER:Use Most to view:most +s %s:TRUE
  #  (don't use most's -k switch, so that binaries will invoke hexadecimal mode)
  #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s -a 
%s:TRUE
! #DOWNLOADER:Use Zmodem to download to the local terminal:set %s 
%s;td=/tmp/Lsz$$;mkdir $td;ln -s $1 $td/"$2";sz $td/"$2";rm -r $td:TRUE
! #    :sz %s:TRUE
  #    (example script in lieu of :sz %s: for offering a suggested filename)

  # Unix ONLY:
  #===========

reply via email to

[Prev in Thread] Current Thread [Next in Thread]