diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-06 19:00:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-06 19:00:00 -0500 |
commit | 373bfbe1a5d037b9eb53f512a3332746e10607a2 (patch) | |
tree | 6017109a8287677f6073c384ade5783cdcec5266 /lynx.cfg | |
parent | e9b52cbfe84bc9e13568e784836c9e0b4b1e0913 (diff) | |
download | lynx-snapshots-373bfbe1a5d037b9eb53f512a3332746e10607a2.tar.gz |
snapshot of project "lynx", label v2-8pre_4
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/lynx.cfg b/lynx.cfg index 5de279b3..5c73de82 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -254,7 +254,7 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html # #ASSUME_LOCAL_CHARSET:iso-8859-1 -# PREPEND_CHARSET_TO_SOURCE allow prepending a META CHARSET +# PREPEND_CHARSET_TO_SOURCE:TRUE allow prepending a META CHARSET # to text/html source files when they are retrieved for 'd'ownloading # or passed to 'p'rint functions. This is necessary for resolving charset # for local html files, while the assume_local_charset just an assumption... @@ -1009,8 +1009,16 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html #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 #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 -# (example script replace :sz %s: for offering a suggested filename) +# +# Note for Zmodem: The first variant gives wrong filenames ("sz" doesn't support +# a suggested filename parameter, sorry). The second returns correct filenames +# but may conflict with very strong security or permissions restrictions +# (it uses the script to make a subdirectory in /tmp, see below). +# (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: #=========== |