diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1996-11-30 10:18:30 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1996-11-30 10:18:30 -0500 |
commit | 6bd78b38830217fa268e678d9637116ec516bf0e (patch) | |
tree | ff28371a110a8035413ef3ded834a5e76ebb7fd0 /lynx.cfg | |
parent | e087f6d44e87f489fcb3056e86319ebba4218156 (diff) | |
download | lynx-snapshots-6bd78b38830217fa268e678d9637116ec516bf0e.tar.gz |
snapshot of project "lynx", label v2_6_961130
Diffstat (limited to 'lynx.cfg')
-rw-r--r-- | lynx.cfg | 75 |
1 files changed, 65 insertions, 10 deletions
diff --git a/lynx.cfg b/lynx.cfg index 18598d37..4d348b62 100644 --- a/lynx.cfg +++ b/lynx.cfg @@ -22,7 +22,7 @@ # replace PATH_TO with the complete path to FILENAME # use Unix SHELL syntax and include the device on VMS systems) # -STARTFILE:http://www.nyu.edu/pages/wsn/subir/lynx.html +STARTFILE:http://lynx.browser.org/ # HELPFILE must be defined as a URL and must have a # complete path if local: @@ -31,10 +31,10 @@ STARTFILE:http://www.nyu.edu/pages/wsn/subir/lynx.html # for this distribution (use SHELL syntax including the device # on VMS systems). # The default HELPFILE is: -# http://www.nyu.edu/pages/wsn/subir/lynx.html +# http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html # This should be changed to the local path. # -HELPFILE:http://www.nyu.edu/pages/wsn/subir/lynx.html +HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html # DEFAULT_INDEX_FILE is the default file retrieved when the @@ -489,6 +489,17 @@ CHECKMAIL:FALSE #NEWS_CHUNK_SIZE:30 #NEWS_MAX_CHUNK:40 +# If USE_SELECT_POPUPS is set FALSE, Lynx will present a vertical list of +# radio buttons for the OPTIONs in SELECT blocks which lack the MULTIPLE +# attribute, instead of using a popup menu. Note that if the MULTIPLE +# attribute is present in the SELECT start tag, Lynx always will create a +# vertical list of checkboxes for the OPTIONs. +# The default defined here or in userdefs.h can be changed via the 'o'ptions +# menu and saved in the RC file, and always can be toggled via the -popup +# command line switch. +# +#USE_SELECT_POPUPS:TRUE + # VMS: #===== # INEWS is the foreign command for the ANU-NEWS client (normally defined @@ -581,13 +592,57 @@ DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE # CASE_SENSITIVE_ALWAYS_ON:FALSE -# DEFAULT_BOOKMARK_FILE is a default filename for use as a -# personal bookmark file. It should start without a slash -# and will reference a file from the user's home directory. -# NOTE: A file ending in .html should be used eliminate potential problems +# DEFAULT_BOOKMARK_FILE is a default filename for use as a personal +# bookmark file. It will reference a file from the user's home directory. +# NOTE that a file ending in .html or other suffix mapped to text/html +# should be used to ensure it's treatment as HTML. The built-in default +# is lynx_bookmarks.html. On both Unix and VMS, if a subdirectory off of +# the HOME directory is desired, the path should begin with "./" (e.g., +# ./BM/lynx_bookmarks.html), but the subdirectory must already exist. +# Lynx will create the bookmark file, if it does not already exist, on +# the first ADD_BOOKMARK attempt if the HOME directory is indicated +# (i.e., if the definition is just filename.html without any slashes), +# but requires a pre-existing subdirectory to create the file there. +# The user can re-define the default bookmark file, as well as a set +# of sub-bookmark files if multiple bookmark file support is enabled +# (see below), via the 'o'ptions menu, and can save those definitions +# in the .lynxrc file. # DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html +# If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see +# below) is FALSE, and sub-bookmarks exist, all bookmark-operations will +# first prompt the user to select an active sub-bookmark file or the +# default bookmark file. FALSE is the default so that one (the default) +# bookmark file will be available initially. The definition here will +# override that in userdefs.h. The user can turn on multiple bookmark +# support via the 'o'ptions menu, and can save that choice as the startup +# default via the .lynxrc file. The startup default, however set, can +# be overridden on the command line via the -restrictions=multibook or +# the -anonymous or -validate switches. +# +#MULTI_BOOKMARK_SUPPORT:FALSE + +# If BLOCK_MULTI_BOOKMARKS is set TRUE, multiple bookmark support will +# be forced off, and cannot to toggled on via the 'o'ptions menu. The +# compilation setting is normally FALSE, and can be overridden here. +# It can also be set via the -restrictions=multibook or the -anonymous +# or -validate command line switches. +# +#BLOCK_MULTI_BOOKMARKS:FALSE + +# If ADVANCED_MULTI_BOOKMARKS is set FALSE, the associated prompting +# feature will be disabled. When it is TRUE, multiple bookmark support +# is on, and the user mode is ADVANCED, the VIEW_BOOKMARK command will +# invoke a statusline prompt at which the user can enter the letter token +# of the desired bookmark, or '=' to get a menu of available bookmark +# files. The menu always is presented in NOVICE or INTERMEDIATE mode. +# No prompting or menu display occurs if only one (the startup default) +# bookmark file has been defined (define additional ones via the 'o'ptions +# menu). The compilation definition can be overridden here. +# +#ADVANCED_MULTI_BOOKMARKS:TRUE + # DEFAULT_USER_MODE sets the default user mode for Lynx users. # NOVICE shows a three line help message at the bottom of the screen # INTERMEDIATE shows normal amount of help (one line) @@ -1251,7 +1306,7 @@ MINIMAL_COMMENTS:TRUE #DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p # Following depends on OK_ZIP -#DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%f +#DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p #DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p @@ -1259,9 +1314,9 @@ MINIMAL_COMMENTS:TRUE #DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p # Following depends on OK_ZIP -#DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%f +#DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p -#DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED +#DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED%d #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED # COLORS (only available if compiled with slang) |