' within a document whose URL is
# `foo'. It may handle such links differently, although practical differences
# would appear only if the document containing them resulted from a POST
# request or had a no-cache flag set. This feature attempts to interpret
# URL-references as suggested by RFC 2396, and to prevent mistaken
# resubmissions of form content with the POST method. An alternate opinion
# asserts that the feature could actually result in inappropriate resubmission
# of form content.
#TRACK_INTERNAL_LINKS:FALSE
.h1 HTML Parsing
.h2 DONT_WRAP_PRE
# Inhibit wrapping of text when -dump'ing and -crawl'ing, mark
# wrapped lines of in interactive session.
#DONT_WRAP_PRE:FALSE
.h2 FORCE_HTML
# When true, this forces the first document specified on the command-line
# to be interpreted as HTML.
#FORCE_HTML:FALSE
.h2 HIDDENLINKS
# Control the display of hidden links, using one of the following names:
#
# MERGE
# hidden links show up as bracketed numbers and are numbered
# together with other links in the sequence of their occurrence
# in the document.
#
# LISTONLY
# hidden links are shown only on L)ist screens and listings
# generated by -dump or from the P)rint menu, but appear
# separately at the end of those lists. This is the default
# behavior.
#
# IGNORE
# hidden links do not appear even in listings.
#
#HIDDENLINKS:LISTONLY
.h1 Appearance
.h2 SHORT_URL
# If true, show very long URLs in the status line with "..." to represent the
# portion which cannot be displayed. The beginning and end of the URL are
# displayed, rather than suppressing the end.
#SHORT_URL:FALSE
.h1 Dump/Crawl
.h2 LISTONLY
# For -dump, show only the list of links.
#LISTONLY:FALSE
.h2 LIST_INLINE
# For -dump, show the links inline with the text.
#LIST_INLINE:FALSE
.h2 LOCALHOST
# When true, this disables URLs that point to remote hosts.
#LOCALHOST:FALSE
.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