about summary refs log tree commit diff stats
path: root/lynx.cfg
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-08-26 13:39:32 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-08-26 13:39:32 -0400
commitab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d (patch)
tree6443da66048e206549901ab7f49b3772749a755a /lynx.cfg
parentfde43024bd6579b609526faf94dcdbcb6f2bc5e1 (diff)
downloadlynx-snapshots-ab1d1ae525ff4bed44e3ca2030fa655ad7c5bc7d.tar.gz
snapshot of project "lynx", label v2-8-3dev_7
Diffstat (limited to 'lynx.cfg')
-rw-r--r--lynx.cfg102
1 files changed, 73 insertions, 29 deletions
diff --git a/lynx.cfg b/lynx.cfg
index 9185d036..c5523618 100644
--- a/lynx.cfg
+++ b/lynx.cfg
@@ -340,6 +340,44 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #
 #ASSUME_CHARSET:iso-8859-1
 
+# It is possible to reduce the number of charset choices in the 'O'ptions menu
+# for "display charset" and "assumed document charset" fields via
+# DISPLAY_CHARSET_CHOICE and ASSUMED_DOC_CHARSET_CHOICE settings correspondingly.
+# Each of these settings can be used several times to define the set of possible
+# choices for corresponding field. The syntax for the values is
+#
+#	string | prefix* | *
+#
+# where
+#
+#	'string' is either the MIME name of charset or it's full name (listed
+#		either in the left or in the right column of table of
+#		recognized charsets), case-insensitive - e.g.  'Koi8-R' or
+#		'Cyrillic (KOI8-R)' (both without quotes),
+#
+#	'prefix' is any string, and such value will select all charsets having
+#		the name with prefix matching given (case insensitive), i.e.,
+#		for the charsets listed in the table of recognized charsets,
+#
+# ASSUMED_DOC_CHARSET_CHOICE:cyrillic*
+#		will be equal to specifying
+# ASSUMED_DOC_CHARSET_CHOICE:cp866
+# ASSUMED_DOC_CHARSET_CHOICE:windows-1251
+# ASSUMED_DOC_CHARSET_CHOICE:koi8-r
+# ASSUMED_DOC_CHARSET_CHOICE:iso-8859-5
+#		or lines with full names of charsets.
+#
+#	literal string '*' (without quotes) will enable all charset choices
+#		in corresponding field.  This is useful for overriding site
+#		defaults in private pieces of lynx.cfg included via INCLUDE
+#		directive.
+#
+# Default values for both settings are '*', but any occurrence of settings
+# with values that denote any charsets will make only listed choices available
+# for corresponding field.
+#ASSUMED_DOC_CHARSET_CHOICE:*
+#DISPLAY_CHARSET_CHOICE:*
+
 # ASSUME_LOCAL_CHARSET is like ASSUME_CHARSET but only applies to local
 # files.  If no setting is given here or by an -assume_local_charset
 # command line option, the value for ASSUME_CHARSET or -assume_charset
@@ -511,15 +549,6 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #
 #SHOW_CURSOR:FALSE
 
-# VERBOSE_IMAGES controls whether or not Lynx replaces the [LINK], [INLINE] and
-# [IMAGE] comments (for images without ALT) with filenames of these images.
-# This can be useful in determining what images are decorations
-# (button.gif, line.gif) and what images are important (if the page writer
-# bothers to use useful names).
-#
-# If this option is set here, it will override the setting in userdefs.h.
-#VERBOSE_IMAGES:TRUE
-
 # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
 # upon for <H1> through <H6> headers.  The compilation default is FALSE
 # (only the indentation styles are acted upon, but see BOLD_H1, below).
@@ -1327,33 +1356,39 @@ DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
 #
 #NO_FILE_REFERER:FALSE
 
+# VERBOSE_IMAGES controls whether Lynx replaces [LINK], [INLINE] and [IMAGE]
+# (for images without ALT) with filenames of these images.
+# This can be useful in determining what images are important
+# and which are mere decorations, e.g. button.gif, line.gif,
+# provided the author uses meaningful names.
+#
+# The definition here will override the setting in userdefs.h.
+#VERBOSE_IMAGES:TRUE
+
 # If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
 # which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
-# strings will be links for the resolved SRC rather than just text.  For
-# ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
-# strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
-# appended.  See also VERBOSE_IMAGES flag.
-#
-# The default defined here will override that in userdefs.h, and the user
-# can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
-#
-# The default also can be toggled via an "-image_links" command line switch.
+# strings will be links for the resolved SRC rather than just text.
+# For ISMAP or other graphic links, ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
+# will have '-' and a link labeled "[IMAGE]" for the resolved SRC appended.
+# See also VERBOSE_IMAGES flag.
 #
+# The definition here will override that in userdefs.h
+# and can be toggled via an "-image_links" command-line switch.
+# The user can also use the LYK_IMAGE_TOGGLE key (default `*')
+# or the `Show Images' option in the (new) Options Form.
 #MAKE_LINKS_FOR_ALL_IMAGES:FALSE
 
-# If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
-# specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
-# i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
-# is defined or toggled to TRUE, however, the pseudo-ALTs will be created
-# for inlines, so that they can be used as links to the SRCs.
+# If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which don't specify
+# an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
+# i.e. they'll be treated as having ALT="".
+# Otherwise (if TRUE), pseudo-ALTs will be created for inlines,
+# so that they can be used as links to the SRCs.
 # See also VERBOSE_IMAGES flag.
 #
-# The default defined here will override that in userdefs.h, and the user
-# can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
-#
-# The default also can be toggled via a "-pseudo_inlines" command line
-# switch.
-#
+# The definition here will override that in userdefs.h
+# and can be toggled via a "-pseudo_inlines" command-line switch.
+# The user can also use the LYK_INLINE_TOGGLE key (default `[')
+# or the `Show Images' option in the (new) Options Form.
 #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE
 
 # If SUBSTITUTE_UNDERSCORES is TRUE, the _underline_ format will be used
@@ -2224,6 +2259,15 @@ MINIMAL_COMMENTS:TRUE
 #HTMLSRC_TAGNAME_XFORM:2
 #HTMLSRC_ATTRNAME_XFORM:2
 
+# PSRCVIEW_NO_ANCHOR_NUMBERING - pretty source view setting
+# If "keypad mode" in 'O'ptions screen is "Links are numbered" or
+# "Links and form fields are numbered", and PSRCVIEW_NO_ANCHOR_NUMBERING is
+# TRUE, then links won't be numbered in psrc view and will be numbered
+# otherwise. Set this setting to TRUE if you prefer numbered links, but wish
+# to get valid HTML source when printing or mailing when in psrc view.
+# Default is FALSE.
+#PSRCVIEW_NO_ANCHOR_NUMBERING:FALSE
+
 # FORCE_EMPTY_HREFLESS_A - HTML parsing
 # This option mirrors command-line option with the same name.  Default is
 # FALSE.  If true, then any 'A' element without HREF will be closed