Update .lynxrc.

This commit is contained in:
Darren 'Tadgy' Austin 2021-09-26 19:47:17 +01:00
commit 4edb9ac7cc

View file

@ -193,7 +193,7 @@ GOTOBUFFER:FALSE
#
# In the following line, include the actual full local path to JUMPFILE,
# but do not include 'file://localhost' in the line.
#JUMPFILE:/home/tadgy/.lynx.jumpfile.html:j
#JUMPFILE:/root/.lynx.jumpfile.html:j
.ex
#JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):
@ -305,7 +305,7 @@ AUTO_SESSION:FALSE
# Users can still customize SESSION_FILE and AUTO_SESSION via
# their .lynxrc file.
#
SESSION_FILE:/home/tadgy/.lynx.session
SESSION_FILE:/root/.lynx.session
.h2 SESSION_LIMIT
# SESSION_LIMIT defines maximum number of: searched strings, goto URLs,
@ -478,7 +478,7 @@ CHARACTER_SET:utf-8
# ASSUME_CHARSET can also be changed via the 'o'ptions menu but will
# not be saved as permanent value in user's .lynxrc file to avoid more chaos.
#
ASSUME_CHARSET:iso-8859-1
ASSUME_CHARSET:utf-8
.h2 ASSUMED_DOC_CHARSET_CHOICE
.h2 DISPLAY_CHARSET_CHOICE
@ -1301,6 +1301,16 @@ TAGSOUP:TRUE
.h1 Cookies
# Select the RFC cookie version using the RFC number. Most users will not
# need to change this, but because RFC 6265 makes incompatible changes versus
# the older RFCs, it is interesting to compare behavior.
#
# For reference:
.url http://tools.ietf.org/html/rfc6265
.url http://tools.ietf.org/html/rfc2965
.url http://tools.ietf.org/html/rfc2109
#COOKIE_VERSION:RFC-6265
.h2 SET_COOKIES
# If SET_COOKIES is set FALSE, Lynx will ignore Set-Cookie headers
# in http server replies. Note that if a COOKIE_FILE is in use (see
@ -1397,7 +1407,7 @@ PERSISTENT_COOKIES:TRUE
# USE_PERSISTENT_COOKIES and the PERSISTENT_COOKIES option is enabled.
# The cookie file can also be specified in .lynxrc or on the command line.
#
COOKIE_FILE:/home/tadgy/.lynx.cookies
COOKIE_FILE:/root/.lynx.cookies
.h2 COOKIE_SAVE_FILE
# COOKIE_SAVE_FILE is the default file in which persistent cookies are
@ -1566,7 +1576,7 @@ COOKIE_FILE:/home/tadgy/.lynx.cookies
# (see below), via the 'o'ptions menu, and can save those definitions
# in the .lynxrc file.
#
DEFAULT_BOOKMARK_FILE:/home/tadgy/.lynx-bookmarks.html
DEFAULT_BOOKMARK_FILE:/root/.lynx-bookmarks.html
.h2 MULTI_BOOKMARK_SUPPORT
# If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see
@ -3020,6 +3030,12 @@ COLOR_STYLE:/etc/lynx.lss
#
NESTED_TABLES:TRUE
.h2 NO_TABLE_CENTER
# Normally table cells are centered on the table grid.
# Set this option to true to disable centering.
# The -center command-line option toggles this setting between true/false.
#NO_TABLE_CENTER: false
.h2 ASSUMED_COLOR
# If built with a library that recognizes default colors (usually ncurses or
# slang), and if the corresponding option is compiled into lynx, lynx
@ -3405,6 +3421,8 @@ ENABLE_LYNXRC:FORCE_COOKIE_PROMPT:ON
ENABLE_LYNXRC:FORCE_SSL_PROMPT:ON
ENABLE_LYNXRC:FTP_PASSIVE:ON
ENABLE_LYNXRC:HTML5_CHARSETS:ON
ENABLE_LYNXRC:HTTP_PROTOCOL:1.0
ENABLE_LYNXRC:IDNA_MODE:TR46
ENABLE_LYNXRC:KBLAYOUT:ON
ENABLE_LYNXRC:KEYPAD_MODE:ON
ENABLE_LYNXRC:LINEEDIT_MODE:ON
@ -3592,6 +3610,13 @@ SSL_CERT_FILE:/etc/ssl/certs/ca-certificates.crt
# This is the same as the command-line "-notitle" option.
#NO_TITLE:FALSE
.h2 UPDATE_TERM_TITLE
# Enables updating the title in terminal emulators.
# If your terminal emulator supports that escape code,
# you can set this to TRUE.
# This is the same as the command-line "-update_term_title" option.
#UPDATE_TERM_TITLE:FALSE
.h1 External Programs
.h2 SYSLOG_REQUESTED_URLS
@ -3762,3 +3787,53 @@ SHORT_URL:TRUE
.h2 WITH_BACKSPACES
# Emit backspaces in output if -dump'ing or -crawl'ing (like 'man' does).
#WITH_BACKSPACES:FALSE
.h1 Internal Behavior
.h2 HTTP_PROTOCOL
# Normally Lynx negotiates HTTP/1.0, because it does not support chunked
# transfer (a requirement for all HTTP/1.1 clients), although it supports
# several other features of HTTP/1.1. You may encounter a server which does
# not support HTTP/1.0 which can be used by switching to the later protocol.
#HTTP_PROTOCOL:1.0
.h2 GUESS_SCHEME
# When true, Lynx may fill in a missing "scheme" for URIs which you provide.
# This is different from URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES.
#
# If no "scheme" (such as "http:", "ftp:") is given in a URI, Lynx first checks
# if there is a corresponding local file which can be accessed directly.
# Failing that, Lynx may inspect the URI to see if it begins with a prefix
# which implies a scheme.
#
# Lynx uses these schemes for the corresponding prefixes:
#
# cso:
# "cso."
# "ns."
# "ph."
# ftp:
# "ftp."
# gopher:
# "gopher."
# http:
# "www".
# news:
# "news."
# nntp:
# "nntp."
# wais:
# "wais."
#
# The default value FALSE disables this guess, telling Lynx to just assume that
# "http:" was intended.
#GUESS_SCHEME:FALSE
.h2 REDIRECTION_LIMIT
# HTTP 1.0 suggested a redirection-limit of 5; lynx doubled that. Some users
# believe they can improve their experience with a higher limit.
#REDIRECTION_LIMIT:10
.h1 Appearance
.h2 LIST_DECODED
# For -dump, show URL-encoded links decoded.
#LIST_DECODED:TRUE