home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 December / CHIP_CD_1998_12_PL.iso / offline / internet / textwww / lynx32 / lynx.cfg < prev    next >
Encoding:
Text File  |  1998-10-04  |  81.9 KB  |  1,822 lines

  1. # lynx.cfg file.
  2. # The default placement for this file is /usr/local/lib/lynx.cfg (Unix)
  3. #                                     or Lynx_Dir:lynx.cfg (VMS)
  4. #
  5. #
  6. # Definition pairs are of the form  VARIABLE:DEFINITION
  7. # NO spaces are allowed between the pair items.
  8. #
  9. #  If you do not have access to /usr/local/bin you may change
  10. #  the default location of this file in the userdefs.h file and recompile,
  11. #  or specify it's location on the command line with the "-cfg"
  12. #  command line option.
  13. #
  14. # Items may be commented out by putting a '#' as the FIRST char of the line
  15. #
  16. # All definitions must be flush left and have NO spaces.!!!
  17. #
  18. #
  19. # Starting with Lynx 2.8.1, the lynx.cfg file has a crude "include"
  20. # facility.  This means that you can take advantage of the global lynx.cfg
  21. # while also supplying your own tweaks.
  22. #
  23. # You can use a command-line argument (-cfg /where/is/lynx.cfg) or an
  24. # environment variable (LYNX_CFG=/where/is/lynx.cfg).
  25. # For instance, put in your .profile or .login:
  26. #
  27. #   LYNX_CFG=~/lynx.cfg; export LYNX_CFG   # in .profile for sh/ksh/bash/etc.
  28. #   setenv LYNX_CFG ~/lynx.cfg             # in .login for [t]csh
  29. #
  30. # Then in ~/lynx.cfg:
  31. #
  32. #INCLUDE:/usr/local/lib/lynx.cfg
  33. #       ^^^^^^^^^^^^^^^^^^^^^^^ or whatever's appropriate on your system
  34. #and now your own tweaks.
  35.  
  36. #
  37. # STARTFILE is the default URL if none is specified on the command line
  38. # or via a WWW_HOME environment variable.
  39. # note: these files can be remote (http://www.w3.org/default.html)
  40. # or local (file://localhost/PATH_TO/FILENAME
  41. #  replace PATH_TO with the complete path to FILENAME
  42. #  use Unix SHELL syntax and include the device on VMS systems)
  43. #
  44. STARTFILE:http://lynx.browser.org/
  45.  
  46. # HELPFILE must be defined as a URL and must have a
  47. # complete path if local:
  48. # file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  49. #   Replace PATH_TO with the path to the lynx_help subdirectory
  50. #   for this distribution (use SHELL syntax including the device
  51. #   on VMS systems).
  52. # The default HELPFILE is:
  53. # http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  54. #   This should be changed to the local path.
  55. #
  56. HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  57. #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  58.  
  59. # DEFAULT_INDEX_FILE is the default file retrieved when the
  60. # user presses the 'I' key when viewing any document.
  61. # An index to your CWIS can be placed here or a document containing
  62. # pointers to lots of interesting places on the web.
  63. #
  64. DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
  65.  
  66. # Set GOTOBUFFER to TRUE if you want to have the previous goto URL,
  67. # if any, offered for reuse or editing when using the 'g'oto command.
  68. # The default is defined in userdefs.h.  If left FALSE, the circular
  69. # buffer of previously entered goto URLs can still be invoked via the
  70. # Up-Arrow or Down-Arrow keys after entering the 'g'oto command.
  71. #
  72. #GOTOBUFFER:FALSE
  73.  
  74. # JUMP_PROMPT is the default statusline prompt for jumps files (see below).
  75. # You can change the prompt here from that defined in userdefs.h.  Any
  76. # trailing white space will be trimmed, and a single space added by Lynx
  77. # following the last non-white character.  You must set the default prompt
  78. # before setting the default jumps file (below). If a default jumps file
  79. # was set via userdefs.h, and you change the prompt here, you must set the
  80. # default jumps file again (below) for the change to be implemented.
  81. #
  82. #JUMP_PROMPT:Jump to (use '?' for list):
  83.  
  84. # JUMPFILE is the default local file checked for shortcut URL's when
  85. # the user presses the 'J' (JUMP) key.  The user will be prompted for
  86. # a shortcut entry (analogously to 'g'oto), and can enter one
  87. # or use '?' for a list of the shortcuts with associated links to
  88. # their actual URL's.  See the sample jumps files in the samples
  89. # subdirectory.  Make sure your jumps file includes a '?' shortcut
  90. # for a file://localhost URL to itself:
  91. #
  92. # <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
  93. #
  94. # If not defined here or in userdefs.h, the JUMP command will invoke
  95. # the NO_JUMPFILE statusline message (see userdefs.h).
  96. #
  97. # On VMS, use Unix SHELL syntax (including a lead slash) to define it.
  98. #
  99. # Do not include "file://localhost" in the definition.
  100. #
  101. # Additional, alternate jumps files can be defined and mapped to
  102. # keystrokes at the bottom of lynx.cfg, but you should first define
  103. # the default jumps file (mapped by default to 'J', and to 'j' when
  104. # the "VI keys" 'o'ption is not ON) here or in userdefs.h, if you
  105. # wish to implement the jumps mechanism.
  106. #
  107. #JUMPFILE:/Lynx_Dir/jumps.html
  108.  
  109. # Set JUMPBUFFER to TRUE if you want to have the previous jump target,
  110. # if any, offered for reuse or editing when using the 'J'ump command.
  111. # The default is defined in userdefs.h.  If left FALSE, the circular
  112. # buffer of previously entered targets (shortcuts) can still be invoked
  113. # via the Up-Arrow or Down-Arrow keys after entering the 'J'ump command.
  114. # If multiple jumps files are installed, the recalls of shortcuts will
  115. # be specific to each file.  If Lynx was built with PERMIT_GOTO_FROM_JUMP
  116. # defined, any random URLs used instead of shortcuts will be stored in the
  117. # goto URL buffer, not in the shortcuts buffer(s), and the single character
  118. # ':' can be used as a target to invoke the goto URL buffer (as if 'g'oto
  119. # followed by Up-Arrow had been entered).
  120. #
  121. #JUMPBUFFER:FALSE
  122.  
  123. # If SAVE_SPACE is defined, it will be used as a path prefix for the
  124. # suggested filename in "Save to Disk" operations from the 'p'rint or
  125. # 'd'ownload menus.  On VMS, you can use either VMS (e.g., "SYS$LOGIN:")
  126. # or Unix syntax (including '~' for the HOME directory).  On Unix, you
  127. # must use Unix syntax.  If the symbol is not defined, or is zero-length
  128. # (""), no prefix will be used, and only a filename for saving in the
  129. # current default directory will be suggested.
  130. # This definition will be overridden if a "LYNX_SAVE_SPACE" environment
  131. # variable has been set on Unix, or logical has been defined on VMS.
  132. #
  133. #SAVE_SPACE:~/foo/
  134.  
  135. # If LYNX_HOST_NAME is defined here or in userdefs.h, it will be
  136. # treated as an alias for the local host name in checks for URLs on
  137. # the local host (e.g., when the -localhost switch is set), and this
  138. # host name, "localhost", and HTHostName (the fully qualified domain
  139. # name of the system on which Lynx is running) will all be passed as
  140. # local.  A different definition here will override that in userdefs.h.
  141. #
  142. #LYNX_HOST_NAME:www.cc.ukans.edu
  143.  
  144. # localhost aliases
  145. # Any LOCALHOST_ALIAS definitions also will be accepted as local when
  146. # the -localhost switch is set.  These need not actually be local, i.e.,
  147. # in contrast to LYNX_HOST_NAME, you can define them to trusted hosts at
  148. # other Internet sites.
  149. #
  150. #LOCALHOST_ALIAS:gopher.server.domain
  151. #LOCALHOST_ALIAS:news.server.domain
  152.  
  153. # LOCAL_DOMAIN is used for a tail match with the ut_host element of
  154. # the utmp or utmpx structure on systems with utmp capabilities, to
  155. # determine if a user is local to your campus or organization when
  156. # handling -restrictions=inside_foo or outside_foo settings for ftp,
  157. # news, telnet/tn3270 and rlogin URLs.  An "inside" user is assumed
  158. # if your system does not have utmp capabilities.  CHANGE THIS here
  159. # if it was not changed in userdefs.h at compilation time.
  160. #
  161. #LOCAL_DOMAIN:ukans.edu
  162.  
  163. # CHARACTER_SET defines the display character set, i.e., that assumed to be
  164. # installed on the user's terminal.  It determines which characters or strings
  165. # will be used to represent 8-bit character entities within HTML.  New
  166. # character sets may be defined as explained in the README files of the
  167. # src/chrtrans directory in the Lynx source code distribution.  For Asian (CJK)
  168. # character sets, it also determines how Kanji code will be handled.  The
  169. # default is defined in userdefs.h and can be changed here, and via the
  170. # 'o'ptions menu.  The 'o'ptions menu setting will be stored in the user's RC
  171. # file whenever those settings are saved, and thereafter will be used as the
  172. # default.  For Lynx a "character set" has two names:  MIME name (for
  173. # recognizing properly labeled charset parameters in HTTP headers etc.), and a
  174. # human-readable string for the 'O'ptions Menu (so you may find info about
  175. # language or group of languages besides MIME name).  Not all 'human-readable'
  176. # names correspond to exactly one valid MIME charset (example is "Chinese"), in
  177. # that case an appropriate valid (and more specific) MIME name should be used
  178. # where required.  Well-known synonyms are also processed in the code.
  179. #
  180. # Lynx normally translates characters from document's charset to display
  181. # charset, using ASSUME_CHARSET value (see below) if document's charset is not
  182. # specified explicitly.  There is the so called `raw or CJK mode' which is OFF
  183. # for this case.
  184. #
  185. # For the Asian (CJK) display character sets the corresponding charset is
  186. # assumed in documents, i.e., raw or CJK mode is ON by default.  In raw CJK
  187. # mode, 8-bit characters are not reverse translated in relation to the entity
  188. # conversion arrays, i.e., they are assumed to be appropriate for the display
  189. # character set.  It should be toggled OFF when an Asian (CJK) display
  190. # character set is selected but the document is not CJK and its charset not
  191. # specified explicitly.
  192. #
  193. # The `raw or CJK mode' may be toggled by user via '@' (LYK_RAW_TOGGLE) key,
  194. # with -raw command line switch or from 'o'ptions menu.
  195. #
  196. # Raw mode effectively changes the charset assumption about unlabeled
  197. # documents.  You can toggle raw mode ON if you believe the document has a
  198. # charset which does correspond to your Display Character Set.  On the other
  199. # hand, if you set ASSUME_CHARSET the same as Display Character Set you get raw
  200. # mode ON by default (but you get assume_charset=iso-8859-1 if you try raw mode
  201. # OFF after it).
  202. #
  203. # Note that "raw" does not mean that every byte will be passed to the screen.
  204. # HTML character entities may get expanded and translated, inappropriate
  205. # control characters filtered out, etc.  There is a "Transparent" pseudo
  206. # character set for more "rawness".
  207. #
  208. # Since Lynx now supports a wide range of platforms it may be useful to note
  209. # that cpXXX codepages used by IBM PC compatible computers, and windows-xxxx
  210. # used by native MS-Windows apps.  We also note that cpXXX pages rerely found
  211. # on Internet but mostly for local needs on DOS.
  212. #
  213. # Recognized character sets include:
  214. #
  215. #    string for 'O'ptions Menu          MIME name
  216. #    ===========================        =========
  217. #    7 bit approximations (US-ASCII)    us-ascii
  218. #    Western (ISO-8859-1)               iso-8859-1
  219. #    Western (cp850)                    cp850
  220. #    Western (windows-1252)             windows-1251
  221. #    IBM PC US codepage (cp437)         cp437
  222. #    DEC Multinational                  dec-mcs
  223. #    Macintosh (8 bit)                  macintosh
  224. #    NeXT character set                 next
  225. #    Chinese                            euc-cn
  226. #    Japanese (EUC-JP)                  euc-jp
  227. #    Japanese (Shift_JIS)               shift_jis
  228. #    Korean                             euc-kr
  229. #    Taipei (Big5)                      big5
  230. #    Vietnamese (VISCII)                viscii
  231. #    Eastern European (ISO-8859-2)      iso-8859-2
  232. #    Eastern European (cp852)           cp852
  233. #    Eastern European (windows-1250)    windows-1250
  234. #    Latin 3 (ISO-8859-3)               iso-8859-3
  235. #    Latin 4 (ISO-8859-4)               iso-8859-4
  236. #    Baltic Rim (cp775)                 cp775
  237. #    Baltic Rim (windows-1257)          windows-1257
  238. #    Cyrillic (ISO-8859-5)              is-8859-5
  239. #    Cyrillic (cp866)                   cp866
  240. #    Cyrillic (windows-1251)            windows-1251
  241. #    Cyrillic (KOI8-R)                  koi8-r
  242. #    Arabic (ISO-8859-6)                iso-8859-6
  243. #    Arabic (cp864)                     cp864
  244. #    Arabic (windows-1256)              windows-1256
  245. #    Greek (ISO-8859-7)                 iso-8859-7
  246. #    Greek (cp737)                      cp737
  247. #    Greek2 (cp869)                     cp869
  248. #    Greek (windows-1253)               windows-1253
  249. #    Hebrew (ISO-8859-8)                iso-8859-8
  250. #    Hebrew (cp862)                     cp862
  251. #    Hebrew (windows-1255)              windows-1255
  252. #    Turkish (ISO-8859-9)               iso-8859-9
  253. #    ISO-8859-10                        iso-8859-10
  254. #    UNICODE (UTF-8)                    utf-8
  255. #    RFC 1345 w/o Intro                 mnemonic+ascii+0
  256. #    RFC 1345 Mnemonic                  mnemonic
  257. #    Transparent                        x-transparent
  258. #
  259. # The value should be the MIME name of a character set recognized by
  260. # Lynx (case insensitive).
  261. #
  262. #CHARACTER_SET:iso-8859-1
  263.  
  264. # ASSUME_CHARSET changes the handling of documents which do not
  265. # explicitly specify a charset.  Normally Lynx assumes that 8-bit
  266. # characters in those documents are encoded according to iso-8859-1
  267. # (the official default for the HTTP protocol).  When ASSUME_CHARSET
  268. # given here or by an -assume_charset command line flag is in effect,
  269. # Lynx will treat documents as if they were encoded accordingly.
  270. # See above on how this interacts with "raw mode" and the Display
  271. # Character Set.
  272. # ASSUME_CHARSET can also be changed via the 'o'ptions menu but will
  273. # not be saved as permanent value in user's .lynxrc file to avoid more chaos.
  274. #
  275. #ASSUME_CHARSET:iso-8859-1
  276.  
  277. # ASSUME_LOCAL_CHARSET is like ASSUME_CHARSET but only applies to local
  278. # files.  If no setting is given here or by an -assume_local_charset
  279. # command line option, the value for ASSUME_CHARSET or -assume_charset
  280. # is used. It works for both text/plain and text/html files.
  281. # This option will ignore "raw mode" toggling when local files are viewed
  282. # (it is "stronger" than "assume_charset" or the effective change
  283. # of the charset assumption caused by changing "raw mode"),
  284. # so only use when necessary.
  285. #
  286. #ASSUME_LOCAL_CHARSET:iso-8859-1
  287.  
  288. # PREPEND_CHARSET_TO_SOURCE:TRUE allow prepending a META CHARSET
  289. # to text/html source files when they are retrieved for 'd'ownloading
  290. # or passed to 'p'rint functions. This is necessary for resolving charset
  291. # for local html files, while the assume_local_charset just an assumption...
  292. # For 'd'ownload option charset will be added only if HTTP charset present.
  293. # The compilation default is FALSE.
  294. # It is generally desired to have charset information for every
  295. # local html file, but META CHARSET string may cause
  296. # compatibility problems with other browsers, so
  297. # if you use all CHARACTER_SET, ASSUME_CHARSET, ASSUME_LOCAL_CHARSET
  298. # unchanged from theirs default value iso-8859-1 you usually
  299. # need not change the compilation default for PREPEND_CHARSET_TO_SOURCE.
  300. # Note that the prepending is not done for -source dumps.
  301. #
  302. #PREPEND_CHARSET_TO_SOURCE:FALSE
  303.  
  304. # NCR_IN_BOOKMARKS:TRUE allows you to save 8-bit characters in bookmark titles
  305. # with unicode format (NCR).  This may be useful if you need switching display
  306. # charset frequently.  This is the case when you use lynx on different
  307. # platforms, e.g.  on UNIX and from remote PC, but want to keep bookmarks file
  308. # persistent.
  309. # Another side is compatibility:  NCR as part of I18N and HTML4.0
  310. # specifications supported starting with Lynx 2.7.2, Netscape 4.0 and MSIE 4.0
  311. # Older versions fail, keep NCR_IN_BOOKMARKS:FALSE if you plan to use them.
  312. #
  313. #NCR_IN_BOOKMARKS:FALSE
  314.  
  315. # FORCE_8BIT_TOUPPER overrides locale settings and uses internal 8-bit
  316. # case-conversion mechanism for case-insensitive searches in non-ASCII display
  317. # character set, FALSE by default (should not be changed unless you encounter
  318. # problems with case-insensitive searches).
  319. #
  320. #FORCE_8BIT_TOUPPER:FALSE
  321.  
  322. # While lynx supports different platforms and display character sets
  323. # we need to limit outgoing mail character repertoire to reduce
  324. # trouble for remote recipient who may not recognize our charset.
  325. # You may try US-ASCII as the safest value (7 bit), any other MIME name
  326. # or leave this field blanc (default) to use display character set.
  327. # (Translation currently implemented for mail "subjects= " only).
  328. #
  329. #OUTGOING_MAIL_CHARSET:
  330.  
  331. # If Lynx encounters a charset parameter it doesn't recognize, it will
  332. # replace the value given by ASSUME_UNREC_CHARSET (or a corresponding
  333. # -assume_unrec_charset command line option) for it.  This can be used
  334. # to deal with charsets unknown to Lynx, if they are "sufficiently
  335. # similar" to one that Lynx does know about, by forcing the same
  336. # treatment.  There is no default, and you probably should leave this
  337. # undefined unless necessary.
  338. #
  339. #ASSUME_UNREC_CHARSET:iso-8859-1
  340.  
  341. # PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
  342. # "fr") which will be indicated by Lynx in its Accept-Language headers
  343. # as the preferred language.  If available, the document will be
  344. # transmitted in that language.  Users can override this setting via
  345. # the 'o'ptions menu and save that preference in their RC file.
  346. # This may be a comma-separated list of languages in decreasing preference.
  347. #
  348. #PREFERRED_LANGUAGE:en
  349.  
  350. # PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
  351. # "ISO-8859-2", "ISO-8859-5") which Lynx will indicate you prefer in
  352. # requests to http servers using an Accept-Charsets header. Users can
  353. # change it via the 'o'ptions menu and save that preference in their RC file.
  354. # The value should NOT include "ISO-8859-1" or "US-ASCII",
  355. # since those values are always assumed by default.
  356. # If a file in that character set is available, the server will send it.
  357. # If no Accept-Charset header is present, the default is that any
  358. # character set is acceptable. If an Accept-Charset header is present,
  359. # and if the server cannot send a response which is acceptable
  360. # according to the Accept-Charset header, then the server SHOULD send
  361. # an error response with the 406 (not acceptable) status code, though
  362. # the sending of an unacceptable response is also allowed. (RFC2068)
  363. #
  364. #PREFERRED_CHARSET:
  365.  
  366. # URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES are strings which will be
  367. # prepended (together with a scheme://) and appended to the first element
  368. # of command line or 'g'oto arguments which are not complete URLs and
  369. # cannot be opened as a local file (file://localhost/string).  Both
  370. # can be comma-separated lists.  Each prefix must end with a dot, each
  371. # suffix must begin with a dot, and either may contain other dots (e.g.,
  372. # .com.jp).  The default lists are defined in userdefs.h and can be
  373. # changed here.  Each prefix will be used with each suffix, in order,
  374. # until a valid Internet host is created, based on a successful DNS
  375. # lookup (e.g., foo will be tested as www.foo.com and then www.foo.edu
  376. # etc.).  The first element can include a :port and/or /path which will
  377. # be restored with the expanded host (e.g., wfbr:8002/dir/lynx will
  378. # become http://www.wfbr.edu:8002/dir/lynx).  The prefixes will not be
  379. # used if the first element ends in a dot (or has a dot before the
  380. # :port or /path), and similarly the suffixes will not be used if the
  381. # the first element begins with a dot (e.g., .nyu.edu will become
  382. # http://www.nyu.edu without testing www.nyu.com).  Lynx will try to
  383. # guess the scheme based on the first field of the expanded host name,
  384. # and use "http://" as the default (e.g., gopher.wfbr.edu or gopher.wfbr.
  385. # will be made gopher://gopher.wfbr.edu).
  386. #
  387. #URL_DOMAIN_PREFIXES:www.
  388. #URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org
  389.  
  390. # Lynx Options Menu style toggle: forms-based or old-style.
  391. # Works if old-style menu is compiled in.
  392. #FORMS_OPTIONS:FALSE
  393.  
  394. # Display partial pages while downloading
  395. #PARTIAL:TRUE
  396.  
  397. # Set the threshold # of lines Lynx must render before it 
  398. # redraws the screen in PARTIAL mode.  Anything < 0 implies
  399. # use the screen size. 
  400. #PARTIAL_THRES:-1 
  401.  
  402. # While getting large files, Lynx shows the approximate rate of
  403. # transfer.  Set this to change the units shown (true for KB/sec,
  404. # and false for bytes/sec). 
  405. #SHOW_KB_RATE:TRUE
  406.  
  407. # The following three definitions set the number of seconds for
  408. # pauses following statusline messages that would otherwise be
  409. # replaced immediately, and are more important than the unpaused
  410. # progress messages.  Those set by INFOSECS are also basically
  411. # progress messages (e.g., that a prompted input has been canceled)
  412. # and should have the shortest pause.  Those set by MESSAGESECS are
  413. # informational (e.g., that a function is disabled) and should have
  414. # a pause of intermediate duration.  Those set by ALERTSECS typically
  415. # report a serious problem and should be paused long enough to read
  416. # whenever they appear (typically unexpectedly).  The default values
  417. # are defined in userdefs.h, and can be modified here should longer
  418. # pauses be desired for braille-based access to Lynx.
  419. #
  420. #INFOSECS:1
  421. #MESSAGESECS:2
  422. #ALERTSECS:3
  423.  
  424. # If USE_SELECT_POPUPS is set FALSE, Lynx will present a vertical list of
  425. # radio buttons for the OPTIONs in SELECT blocks which lack the MULTIPLE
  426. # attribute, instead of using a popup menu.  Note that if the MULTIPLE
  427. # attribute is present in the SELECT start tag, Lynx always will create a
  428. # vertical list of checkboxes for the OPTIONs.
  429. # The default defined here or in userdefs.h can be changed via the 'o'ptions
  430. # menu and saved in the RC file, and always can be toggled via the -popup
  431. # command line switch.
  432. #
  433. #USE_SELECT_POPUPS:TRUE
  434.  
  435. # SHOW_CURSOR controls whether or not the cursor is hidden or appears
  436. # over the current link in documents or the current option in popups.
  437. # Showing the cursor is handy if you are a sighted user with a poor
  438. # terminal that can't do bold and reverse video at the same time or
  439. # at all.  It also can be useful to blind users, as an alternative
  440. # or supplement to setting LINKS_AND_FORM_FIELDS_ARE_NUMBERED or
  441. # LINKS_ARE_NUMBERED.
  442. # The default defined here or in userdefs.h can be changed via the
  443. # 'o'ptions menu and saved in the RC file, and always can be toggled
  444. # via the -show_cursor command line switch.
  445. #
  446. #SHOW_CURSOR:FALSE
  447.  
  448. # VERBOSE_IMAGES controls whether or not Lynx replaces the [LINK], [INLINE] and
  449. # [IMAGE] comments (for images without ALT) with filenames of these images.
  450. # This is extremely useful because now we can determine immediately what images
  451. # are just decorations (button.gif, line.gif) and what images are important.
  452. #
  453. # If this option is set here, it will override the setting in userdefs.h.
  454. #VERBOSE_IMAGES:FALSE
  455.  
  456. # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
  457. # upon for <H1> through <H6> headers.  The compilation default is FALSE
  458. # (only the indentation styles are acted upon, but see BOLD_H1, below).
  459. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  460. # HT_BOLD style for headers when BOLD_HEADERS is TRUE.
  461. #
  462. #BOLD_HEADERS:FALSE
  463.  
  464. # If BOLD_H1 is set to TRUE the HT_BOLD default style will be acted
  465. # upon for <H1> headers even if BOLD_HEADERS is FALSE.  The compilation
  466. # default is FALSE.  On Unix, compilation with -DUNDERLINE_LINKS also
  467. # will apply to the HT_BOLD style for headers when BOLD_H1 is TRUE.
  468. #
  469. #BOLD_H1:FALSE
  470.  
  471. # If BOLD_NAME_ANCHORS is set to TRUE the content of anchors without
  472. # an HREF attribute, (i.e., anchors with a NAME or ID attribute) will
  473. # have the HT_BOLD default style.  The compilation default is FALSE.
  474. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  475. # HT_BOLD style for NAME (ID) anchors when BOLD_NAME_ANCHORS is TRUE.
  476. #
  477. #BOLD_NAME_ANCHORS:FALSE
  478.  
  479. # The DEFAULT_CACHE_SIZE specifies the number of WWW documents to be
  480. # cached in memory at one time.
  481. #
  482. # This so-called cache size (actually, number) is defined in userdefs.h and
  483. # may be modified here and/or with the command line argument -cache=NUMBER
  484. # The minimum allowed value is 2, for the current document and at least one
  485. # to fetch, and there is no absolute maximum number of cached documents.
  486. # On Unix, and VMS not compiled with VAXC, whenever the number is exceeded
  487. # the least recently displayed document will be removed from memory.
  488. #
  489. # On VMS compiled with VAXC, the DEFAULT_VIRTUAL_MEMORY_SIZE specifies the
  490. # amount (bytes) of virtual memory that can be allocated and not yet be freed
  491. # before previous documents are removed from memory.  If the values for both
  492. # the DEFAULT_CACHE_SIZE and DEFAULT_VIRTUAL_MEMORY_SIZE are exceeded, then
  493. # least recently displayed documents will be freed until one or the other
  494. # value is no longer exceeded.  The default value was defined in userdefs.h.
  495. #
  496. # The Unix and VMS but not VAXC implementations use the C library malloc's
  497. # and calloc's for memory allocation, and procedures for taking the actual
  498. # amount of cache into account still need to be developed.  They use only
  499. # the DEFAULT_CACHE_SIZE value, and that specifies the absolute maximum
  500. # number of documents to cache (rather than the maximum number only if
  501. # DEFAULT_VIRTUAL_MEMORY_SIZE has been exceeded, as with VAXC/VAX).
  502. #
  503. #DEFAULT_CACHE_SIZE:10
  504. #DEFAULT_VIRTUAL_MEMORY_SIZE:512000
  505.  
  506. # If ALWAYS_RESUBMIT_POSTS is set TRUE, Lynx always will resubmit forms
  507. # with method POST, dumping any cache from a previous submission of the
  508. # form, including when the document returned by that form is sought with
  509. # the PREV_DOC command or via the history list.  Lynx always resubmits
  510. # forms with method POST when a submit button or a submitting text input
  511. # is activated, but normally retrieves the previously returned document
  512. # if it had links which you activated, and then go back with the PREV_DOC
  513. # command or via the history list.
  514. #
  515. # The default defined here or in userdefs.h can be toggled via
  516. # the -resubmit_forms command line switch.
  517. #
  518. #ALWAYS_RESUBMIT_POSTS:FALSE
  519.  
  520. # If NO_ISMAP_IF_USEMAP is set TRUE, Lynx will not include a link to the
  521. # server-side image map if both a server-side and client-side map for the
  522. # same image is indicated in the HTML markup.  The compilation default is
  523. # FALSE, such that a link with "[ISMAP]" as the link name, followed by a
  524. # hyphen, will be prepended to the ALT string or "[USEMAP]" pseudo-ALT for
  525. # accessing Lynx's text-based rendition of the client-side map (based on
  526. # the content of the associated MAP element).  If the "[ISMAP]" link is
  527. # activated, Lynx will send a 0,0 coordinate pair to the server, which
  528. # Lynx-friendly sites can map to a for-text-client document, homologous
  529. # to what is intended for the content of a FIG element.
  530. #
  531. # The compilation default, or default defined here, can be toggled via
  532. # the "-ismap" command line switch.
  533. #
  534. #NO_ISMAP_IF_USEMAP:FALSE
  535.  
  536. # If SEEK_FRAG_MAP_IN_CUR is set FALSE, then USEMAP attribute values
  537. # (in IMG or OBJECT tags) consisting of only a fragment (USEMAP="#foo")
  538. # will be resolved with respect to the current document's base, which
  539. # might not be the same as the current document's URL.
  540. # The compilation default is to use the current document's URL in all
  541. # cases (i.e., assume the MAP is present below, if it wasn't present
  542. # above the point in the HTML stream where the USEMAP attribute was
  543. # detected).  Lynx's present "single pass" rendering engine precludes
  544. # checking below before making the decision on how to resolve a USEMAP
  545. # reference consisting solely of a fragment.
  546. #
  547. #SEEK_FRAG_MAP_IN_CUR:TRUE
  548.  
  549. # If SEEK_FRAG_AREA_IN_CUR is set FALSE, then HREF attribute values
  550. # in AREA tags consisting of only a fragment (HREF="#foo") will be
  551. # resolved with respect to the current document's base, which might
  552. # not be the same as the current document's URL.  The compilation
  553. # default is to use the current document's URL, as is done for the
  554. # HREF attribute values of Anchors and LINKs that consist solely of
  555. # a fragment.
  556. #
  557. #SEEK_FRAG_AREA_IN_CUR:TRUE
  558.  
  559. # Local execution links and scripts are completely disabled
  560. # in the source code unless they are enabled in the
  561. # userdefs.h file and the sources recompiled.  Please
  562. # see the Lynx source code distribution and the userdefs.h
  563. # file for more detail on enabling execution links and scripts.
  564. #
  565. # If you have enabled execution links or scripts the following
  566. # two variables control Lynx's action when an execution link
  567. # or script is encountered.
  568. #
  569. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  570. # link or script will be executed no matter where it came from.
  571. # This is EXTREMELY dangerous.  Since Lynx can access files from
  572. # anywhere in the world, you may encounter links or scripts that
  573. # will cause damage or compromise the security of your system.
  574. #
  575. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  576. # links or scripts that reside on the local machine and are
  577. # referenced with a URL beginning with "file://localhost/" or meet
  578. # TRUSTED_EXEC or ALWAYS_TRUSTED_EXEC rules (see below) will be
  579. # executed.  This is much less dangerous than enabling all execution
  580. # links, but can still be dangerous.
  581. #
  582. #LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
  583. #LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  584.  
  585. # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
  586. # rule is defined, it defaults to "file://localhost/" and any lynxexec
  587. # or lynxprog command will be permitted if it was referenced with a URL
  588. # beginning with that string.  If you wish to restrict the referencing URL's
  589. # further, you can extend the string to include a trusted path.  You also can
  590. # specify a trusted directory for http URL's, which will then be treated as
  591. # if they were local rather than remote.  For example:
  592. #
  593. #    TRUSTED_EXEC:file://localhost/trusted/
  594. #    TRUSTED_EXEC:http://www.wfbr.edu/trusted/
  595. #
  596. # If you also wish to restrict the commands which can be executed, create
  597. # a series of rules with the path (Unix) or command name (VMS) following
  598. # the string, separated by a tab.  For example:
  599. #
  600. # Unix:
  601. #    TRUSTED_EXEC:file://localhost/<tab>/bin/cp
  602. #    TRUSTED_EXEC:file://localhost/<tab>/bin/rm
  603. # VMS:
  604. #    TRUSTED_EXEC:file://localhost/<tab>copy
  605. #    TRUSTED_EXEC:file://localhost/<tab>delete
  606. #
  607. # Once you specify a TRUSTED_EXEC referencing string, the default is
  608. # replaced, and all the referencing strings you desire must be specified
  609. # as a series.  Similarly, if you associate a command with the referencing
  610. # string, you must specify all of the allowable commands as a series of
  611. # TRUSTED_EXEC rules for that string.  If you specify ALWAYS_TRUSTED_EXEC
  612. # rules below, you need not repeat them as TRUSTED_EXEC rules.
  613. #
  614. # If EXEC_LINKS and JUMPFILE have been defined, any lynxexec or lynxprog
  615. # URL's in that file will be permitted, regardless of other settings.  If
  616. # you also set LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:TRUE and a single
  617. # TRUSTED_EXEC rule that will always fail (e.g., "none"), then *ONLY* the
  618. # lynxexec or lynxprog URL's in JUMPFILE (and any ALWAYS_TRUSTED_EXEC rules,
  619. # see below) will be allowed.  Note, however, that if Lynx was compiled with
  620. # CAN_ANONYMOUS_JUMP set to FALSE (default is TRUE), or -restrictions=jump
  621. # is included with the -anonymous switch at run time, then users of an
  622. # anonymous account will not be able to access the jumps file or enter
  623. # 'j'ump shortcuts, and this selective execution feature will be overridden
  624. # as well (i.e., they will only be able to access lynxexec or lynxprog
  625. # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
  626. #
  627. #TRUSTED_EXEC:none
  628.  
  629. # If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
  630. # always enabled by an ALWAYS_TRUSTED_EXEC rule for it.  This is useful for
  631. # anonymous accounts in which you have disabled execution links generally,
  632. # and may also have disabled jump file links, but still want to allow
  633. # execution of particular utility scripts or programs.  The format is
  634. # like that for TRUSTED_EXEC.  For example:
  635. #
  636. # Unix:
  637. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>/usr/local/kinetic/bin/usertime
  638. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>/usr/local/kinetic/bin/who.sh
  639. # VMS:
  640. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>usertime
  641. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>show users
  642. #
  643. # The default ALWAYS_TRUSTED_EXEC rule is "none".
  644. #
  645. #ALWAYS_TRUSTED_EXEC:none
  646.  
  647. # Unix:
  648. # =====
  649. # TRUSTED_LYNXCGI rules define the permitted sources and/or paths for
  650. # lynxcgi links (if LYNXCGI_LINKS is defined in userdefs.h).  The format
  651. # is the same as for TRUSTED_EXEC rules (see above), but no defaults are
  652. # defined, i.e., if no TRUSTED_LYNXCGI rules are defined here, any source
  653. # and path for lynxcgi links will be permitted.  Example rules:
  654. #
  655. #    TRUSTED_LYNXCGI:file://localhost/
  656. #     TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
  657. #     TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
  658. #
  659. # VMS:
  660. # ====
  661. # Do not define this.
  662. #
  663. #TRUSTED_LYNXCGI:none
  664.  
  665. # Unix:
  666. # =====
  667. # LYNXCGI_ENVIRONMENT adds the current value of the specified
  668. # environment variable to the list of environment variables passed on to the
  669. # lynxcgi script. Useful variables are HOME, USER, EDITOR, etc...
  670. #
  671. # VMS:
  672. # ====
  673. # Do not define this.
  674. #
  675. #LYNXCGI_ENVIRONMENT:
  676.  
  677. # Unix:
  678. # =====
  679. # LYNXCGI_DOCUMENT_ROOT is the value of DOCUMENT_ROOT that will be passed
  680. # to lynxcgi scripts.  If set and the URL has PATH_INFO data, then
  681. # PATH_TRANSLATED will also be generated.  Examples:
  682. #    LYNXCGI_DOCUMENT_ROOT:/usr/local/etc/httpd/htdocs
  683. #    LYNXCGI_DOCUMENT_ROOT:/data/htdocs/
  684. #
  685. # VMS:
  686. # ====
  687. # Do not define this.
  688. #
  689. #LYNXCGI_DOCUMENT_ROOT:
  690.  
  691. # If FORCE_SSL_COOKIES_SECURE is set to TRUE, then SSL encrypted cookies
  692. # received from https servers never will be sent unencrypted to http
  693. # servers.  The compilation default is to impose this block only if the
  694. # https server included a secure attribute for the cookie.  The normal
  695. # default or that defined here can be toggled via the -force_secure
  696. # command line switch.
  697. #
  698. #FORCE_SSL_COOKIES_SECURE:FALSE
  699.  
  700. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of
  701. #  the information, or ALERTMAIL if there is no owner, every time
  702. #  that a document cannot be accessed!
  703. #
  704. #  NOTE: This can generate A LOT of mail, be warned.
  705. #
  706. #MAIL_SYSTEM_ERROR_LOGGING:FALSE
  707.  
  708. # If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
  709. # message) about the existence of any unread mail at startup of Lynx, and
  710. # will get statusline messages if subsequent new mail arrives.  If a jumps
  711. # file with a lynxprog URL for invoking mail is available, or your html
  712. # pages include an mail launch file URL, the user thereby can access mail
  713. # and read the messages.  The checks and statusline reports will not be
  714. # performed if Lynx has been invoked with the -restrictions=mail switch.
  715. #
  716. #  VMS USERS !!!
  717. # New mail is normally broadcast as it arrives, via "unsolicited screen
  718. # broadcasts", which can be "wiped" from the Lynx display via the Ctrl-W
  719. # command.  You may prefer to disable the broadcasts and use CHECKMAIL
  720. # instead (e.g., in a public account which will be used by people who
  721. # are ignorant about VMS).
  722. #
  723. #CHECKMAIL:FALSE
  724.  
  725. # To enable news reading ability via Lynx, the environment variable NNTPSERVER
  726. # must be set so that it points to your site's NNTP server (see INSTALLATION).
  727. # Lynx respects RFC 1738 (http://www.ics.uci.edu/pub/ietf/uri/rfc1738.txt) and
  728. # and does not accept a host field in news URLs (use nntp: instead news: for
  729. # the scheme if you wish to specify an NNTP host in a URL, as explained in the
  730. # RFC).  If you have not set the variable externally, you can set it at run
  731. # time via this configuration file.  It will not override an external setting.
  732. # Note that on VMS it is set as a process logical rather than symbol, and will
  733. # outlive the Lynx image.
  734. #
  735. #NNTPSERVER:news.server.dom
  736.  
  737. # If LIST_NEWS_NUMBERS is set TRUE, Lynx will use an ordered list and include
  738. # the numbers of articles in news listings, instead of using an unordered
  739. # list.  The default is defined in userdefs.h, and can be overridden here.
  740. #
  741. #LIST_NEWS_NUMBERS:FALSE
  742.  
  743. # If LIST_NEWS_DATES is set TRUE, Lynx will include the dates of articles in
  744. # news listings.  The dates always are included in the articles, themselves.
  745. # The default is defined in userdefs.h, and can be overridden here.
  746. #
  747. #LIST_NEWS_DATES:FALSE
  748.  
  749. # NEWS_CHUNK_SIZE and NEWS_MAX_CHUNK regulate the chunking of news article
  750. # listings with inclusion of links for listing earlier and/or later articles.
  751. # The defaults are defined in HTNews.c as 30 and 40, respectively.  If the
  752. # news group contains more than NEWS_MAX_CHUNK articles, they will be listed
  753. # in NEWS_CHUNK_SIZE chunks.  You can change the defaults here, and/or on
  754. # the command line via -newschunksize=NUMBER and/or -newsmaxchunk=NUMBER
  755. # switches.  Note that if the chunk size is increased, here or on the command
  756. # line, to a value greater than the current maximum, the maximum will be
  757. # increased to that number.  Conversely, if the maximum is set to a number
  758. # less than the current chunk size, the chunk size will be reduced to that
  759. # number.  Thus, you need use only one of the two switches on the command
  760. # line, based on the direction of intended change relative to the compilation
  761. # or configuration defaults.  The compilation defaults ensure that there will
  762. # be at least 10 earlier articles before bothering to chunk and create a link
  763. # for earlier articles.
  764. #
  765. #NEWS_CHUNK_SIZE:30
  766. #NEWS_MAX_CHUNK:40
  767.  
  768. # Set NEWS_POSTING to FALSE if you do not want to support posting to
  769. # news groups via Lynx.  If left TRUE, Lynx will use its news gateway to
  770. # post new messages or followups to news groups, using the URL schemes
  771. # described in the "Supported URL" section of the online 'h'elp.  The
  772. # posts will be attempted via the nntp server specified in the URL, or
  773. # if none was specified, via the NNTPSERVER configuration or environment
  774. # variable.  Links with these URLs for posting or sending followups are
  775. # created by the news gateway when reading group listings or articles
  776. # from nntp servers if the server indicates that it permits posting.
  777. # The compilation default set in userdefs.h can be changed here.  If
  778. # the default is TRUE, posting can still be disallowed via the
  779. # -restrictions command line switch.
  780. #
  781. #NEWS_POSTING:TRUE
  782.  
  783. # LYNX_SIG_FILE defines the name of a file containing a signature which
  784. # can be appended to email messages and news postings or followups.  The
  785. # user will be prompted whether to append it.  It is sought in the home
  786. # directory.  If it is in a subdirectory, begin it with a dot-slash
  787. # (e.g., ./lynx/.lynxsig).  The definition is set in userdefs.h and can
  788. # be changed here.
  789. #
  790. #LYNX_SIG_FILE:.lynxsig
  791.  
  792. # If USE_MOUSE is set TRUE, Lynx (when configured with ncurses) will allow
  793. # the user to click with button-1 on links to select them.
  794. #USE_MOUSE: FALSE
  795.  
  796. # If COLLAPSE_BR_TAGS is set FALSE, Lynx will not collapse serial BR tags.
  797. # If set TRUE, two or more concurrent BRs will be collapsed into a single
  798. # line break.  Note that the valid way to insert extra blank lines in HTML
  799. # is via a PRE block with only newlines in the block.
  800. #
  801. #COLLAPSE_BR_TAGS:TRUE
  802.  
  803. # If SET_COOKIES is set FALSE, Lynx will ignore Set-Cookie headers
  804. # in http server replies.
  805. # The default is defined in userdefs.h, and can be overridden here,
  806. # and/or toggled via the -cookies command line switch.
  807. #
  808. #SET_COOKIES:TRUE
  809.  
  810. # If ACCEPT_ALL_COOKIES is set TRUE, Lynx will accept cookies from all
  811. # domains with no user interaction.
  812. # The default is defined in userdefs.h and can be overridden here,
  813. # and/or toggled via the -accept_all_cookies command line switch.
  814. #
  815. #ACCEPT_ALL_COOKIES:FALSE
  816.  
  817. # COOKIE_ACCEPT_DOMAINS and COOKIE_REJECT_DOMAINS are comma-delimited lists of
  818. # domains (with a leading '.') to automatically accept or reject all cookies
  819. # from.  These can also be specified in the lynxrc file, and are overridden by
  820. # the ACCEPT_ALL_COOKIES parameter.  If a single domain is specified in both
  821. # COOKIE_ACCEPT_DOMAINS and in COOKIE_REJECT_DOMAINS, the rejection will take
  822. # precedence.
  823. #
  824. #COOKIE_ACCEPT_DOMAINS:
  825. #COOKIE_REJECT_DOMAINS:
  826.  
  827. # COOKIE_FILE is the default file to store persistent downloaded cookies
  828. # in, if Lynx was compiled with EXP_PERSISTENT_COOKIES. The cookie file
  829. # can also be specified in .lynxrc or on the commandline.
  830. #COOKIE_FILE:~/.lynx_cookies
  831.  
  832. # VMS:
  833. #=====
  834. # The mail command and qualifiers are defined in userdefs.h.  Lynx
  835. # will spawn a subprocess to send replies and error messages.  The
  836. # command, and qualifiers (if any), can be re-defined here.  If
  837. # you use PMDF then headers will we passed via a header file.
  838. # If you use "generic" VMS MAIL, the subject will be passed on the
  839. # command line via a /subject="SUBJECT" qualifier, and inclusion
  840. # of other relevant headers may not be possible.
  841. # If your mailer uses another syntax, some hacking of the mailform()
  842. # mailmsg() and reply_by_mail() functions in LYMail.c, and printfile()
  843. # function in LYPrint.c, may be required.
  844. #
  845. #SYSTEM_MAIL:PMDF SEND
  846. #SYSTEM_MAIL_FLAGS:/headers
  847. #
  848. #SYSTEM_MAIL:MAIL
  849. #SYSTEM_MAIL_FLAGS:
  850.  
  851. # Unix:
  852. #======
  853. # The mail path and flags normally are defined for sendmail (or submit
  854. # with MMDF) in userdefs.h.  You can change them here, but should first
  855. # read the zillions of CERT advisories about security problems with Unix
  856. # mailers.
  857. #
  858. #SYSTEM_MAIL:/usr/mmdf/bin/submit
  859. #SYSTEM_MAIL_FLAGS:-mlruxto,cc\*
  860. #
  861. #SYSTEM_MAIL:/usr/sbin/sendmail
  862. #SYSTEM_MAIL_FLAGS:-t -oi
  863. #
  864. #SYSTEM_MAIL:/usr/lib/sendmail
  865. #SYSTEM_MAIL_FLAGS:-t -oi
  866.  
  867. # VMS ONLY:
  868. #==========
  869. # MAIL_ADRS is defined in userdefs.h and normally is structured for PMDF's
  870. # IN%"INTERNET_ADDRESS" scheme.  The %s is replaced with the address given
  871. # by the user.  If you are using a different Internet mail transport, change
  872. # the IN appropriately (e.g., to SMTP, MX, or WINS).
  873. #
  874. #MAIL_ADRS:"IN%%""%s"""
  875.  
  876. # VMS ONLY:
  877. #==========
  878. # If USE_FIXED_RECORDS is set to TRUE here or in userdefs.h, Lynx will
  879. # convert 'd'ownloaded binary files to FIXED 512 record format before saving
  880. # them to disk or acting on a DOWNLOADER option.  If set to FALSE, the
  881. # headers of such files will indicate that they are Stream_LF with Implied
  882. # Carriage Control, which is incorrect, and can cause downloading software
  883. # to get confused and unhappy.  If you do set it FALSE, you can use the
  884. # FIXED512.COM command file, which is included in this distribution, to do
  885. # the conversion externally.
  886. #
  887. #USE_FIXED_RECORDS:TRUE
  888.  
  889. # VI_KEYS can be turned on by the user in the options
  890. # screen or the .lynxrc file.  This is just the default.
  891. #
  892. #VI_KEYS_ALWAYS_ON:FALSE
  893.  
  894. # EMACS_KEYS can be turned on by the user in the options
  895. # screen or the .lynxrc file.  This is just the default.
  896. #
  897. #EMACS_KEYS_ALWAYS_ON:FALSE
  898.  
  899. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  900. # has numbers that work like arrows or else numbered links.
  901. # DEFAULT KEYPAD MODE may be set to TRUE for using numbers
  902. # as arrows as the default, or FALSE for using numbered links
  903. # as the default (LINKS_AND_FORM_FIELDS_ARE_NUMBERED cannot
  904. # currently be set by this option.).
  905. #
  906. #DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  907.  
  908. # The default search type.
  909. # This is a default that can be overridden by the user!
  910. #
  911. #CASE_SENSITIVE_ALWAYS_ON:FALSE
  912.  
  913. # DEFAULT_BOOKMARK_FILE is a default filename for use as a personal
  914. # bookmark file.  It will reference a file from the user's home directory.
  915. # NOTE that a file ending in .html or other suffix mapped to text/html
  916. # should be used to ensure it's treatment as HTML.  The built-in default
  917. # is lynx_bookmarks.html.  On both Unix and VMS, if a subdirectory off of
  918. # the HOME directory is desired, the path should begin with "./" (e.g.,
  919. # ./BM/lynx_bookmarks.html), but the subdirectory must already exist.
  920. # Lynx will create the bookmark file, if it does not already exist, on
  921. # the first ADD_BOOKMARK attempt if the HOME directory is indicated
  922. # (i.e., if the definition is just filename.html without any slashes),
  923. # but requires a pre-existing subdirectory to create the file there.
  924. # The user can re-define the default bookmark file, as well as a set
  925. # of sub-bookmark files if multiple bookmark file support is enabled
  926. # (see below), via the 'o'ptions menu, and can save those definitions
  927. # in the .lynxrc file.
  928. #
  929. #DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
  930.  
  931. # If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see
  932. # below) is FALSE, and sub-bookmarks exist, all bookmark operations will
  933. # first prompt the user to select an active sub-bookmark file or the
  934. # default bookmark file.  FALSE is the default so that one (the default)
  935. # bookmark file will be available initially.  The definition here will
  936. # override that in userdefs.h.  The user can turn on multiple bookmark
  937. # support via the 'o'ptions menu, and can save that choice as the startup
  938. # default via the .lynxrc file.  When on, the setting can be STANDARD or
  939. # ADVANCED.  If support is set to the latter, and the user mode also is
  940. # ADVANCED, the VIEW_BOOKMARK command will invoke a statusline prompt at
  941. # which the user can enter the letter token (A - Z) of the desired bookmark,
  942. # or '=' to get a menu of available bookmark files.  The menu always is
  943. # presented in NOVICE or INTERMEDIATE mode, or if the support is set to
  944. # STANDARD.  No prompting or menu display occurs if only one (the startup
  945. # default) bookmark file has been defined (define additional ones via the
  946. # 'o'ptions menu).  The startup default, however set, can be overridden on
  947. # the command line via the -restrictions=multibook or the -anonymous or
  948. # -validate switches.
  949. #
  950. #MULTI_BOOKMARK_SUPPORT:FALSE
  951.  
  952. # If BLOCK_MULTI_BOOKMARKS is set TRUE, multiple bookmark support will
  953. # be forced off, and cannot to toggled on via the 'o'ptions menu.  The
  954. # compilation setting is normally FALSE, and can be overridden here.
  955. # It can also be set via the -restrictions=multibook or the -anonymous
  956. # or -validate command line switches.
  957. #
  958. #BLOCK_MULTI_BOOKMARKS:FALSE
  959.  
  960. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  961. # NOVICE  shows a three line help message at the bottom of the screen
  962. # INTERMEDIATE  shows normal amount of help (one line)
  963. # ADVANCED  help is replaced by the URL of the current link
  964. #
  965. #DEFAULT_USER_MODE:NOVICE
  966.  
  967. # DEFAULT_EDITOR sets the default editor for Lynx users.
  968. # If an editor is defined then the user may edit local documents
  969. # using that editor.  The editor will also be used for sending
  970. # mail messages.  If no editor is defined here or by the user
  971. # the user will not be able to edit local documents and a primitive
  972. # line oriented mail input mode will be used.
  973. # NOTE: Do not define an editor unless you know that every user will
  974. #       know how to use it.  Most users do not enjoy getting stuck in
  975. #       an unknown editor that they can't get out of.  Users can
  976. #       easily define an editor of their own using the options menu,
  977. #       so it is not always desirable to set the DEFAULT_EDITOR.
  978. #
  979. #DEFAULT_EDITOR:
  980.  
  981. # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
  982. # changed.
  983. #
  984. #SYSTEM_EDITOR:
  985.  
  986. # Proxy variables
  987. # Lynx version 2.2 and beyond supports the use of proxy servers that can act as
  988. # firewall gateways and caching servers.  They are preferable to the older
  989. # gateway servers.  Each protocol used by Lynx can be mapped separately using
  990. # PROTOCOL_proxy environment variables (see INSTALLATION).  If you have not set
  991. # them externally, you can set them at run time via this configuration file.
  992. # They will not override external settings.  The no_proxy variable can be used
  993. # to inhibit proxying to selected regions of the Web (see below).  Note that on
  994. # VMS these proxy variables are set as process logicals rather than symbols, to
  995. # preserve lowercasing, and will outlive the Lynx image.
  996. #
  997. #http_proxy:http://some.server.dom:port/
  998. #https_proxy:http://some.server.dom:port/
  999. #ftp_proxy:http://some.server.dom:port/
  1000. #gopher_proxy:http://some.server.dom:port/
  1001. #news_proxy:http://some.server.dom:port/
  1002. #newspost_proxy:http://some.server.dom:port/
  1003. #newsreply_proxy:http://some.server.dom:port/
  1004. #snews_proxy:http://some.server.dom:port/
  1005. #snewspost_proxy:http://some.server.dom:port/
  1006. #snewsreply_proxy:http://some.server.dom:port/
  1007. #nntp_proxy:http://some.server.dom:port/
  1008. #wais_proxy:http://some.server.dom:port/
  1009. #finger_proxy:http://some.server.dom:port/
  1010. #cso_proxy:http://some.server.dom:port/
  1011. #no_proxy:host.domain.dom
  1012.  
  1013. # The no_proxy variable can be a comma-separated list of strings defining
  1014. # no-proxy zones in the DNS domain name space.  If a tail substring of the
  1015. # domain-path for a host matches one of these strings, transactions with that
  1016. # node will not be proxied.
  1017. #no_proxy:domain.path1,path2
  1018. #
  1019. # A single asterisk as an entry will override all proxy variables and no
  1020. # transactions will be proxied.
  1021. #no_proxy:*
  1022. # This is the only allowed use of * in no_proxy.
  1023. #
  1024. # Warning:  Note that setting 'il' as an entry in this list will block proxying
  1025. # for the .mil domain as well as the .il domain.  If the entry is '.il' this
  1026. # will not happen.
  1027.  
  1028. # PRINTER & DOWNLOADER DEFINITIONS:
  1029. # Lynx has 4 pre-defined print options & 1 pre-defined download option,
  1030. # which are called up on-screen when `p' or `d' are entered;
  1031. # any number of options can be added by the user, as explained below.
  1032. #
  1033. # For `p' pre-defined options are: `Save to local file', `E-mail the file',
  1034. # `Print to screen' and `Print to local printer attached to vt100'.
  1035. # `Print to screen' allows file transfers in the absence of alternatives
  1036. # and is often the only option allowed here for anonymous users;
  1037. # the 3rd & 4th options are not pre-defined for DOS/WINDOWS versions of Lynx.
  1038. # For `d' the pre-defined option is: `Download to local file'.
  1039. #
  1040. # To define your own print or download option use the following formats:
  1041. # PRINTER:<name>:<command>:<option>:<lines/page>
  1042. # DOWNLOADER:<name>:<command>:<option>
  1043. #
  1044. # <name>       is what you will see on the print/download screen.
  1045. # <command>    is the command your system will execute:
  1046. #              the 1st %s in the command will be replaced
  1047. #              by the temporary filename used by Lynx;
  1048. #              a 2nd %s will be replaced by a filename of your choice,
  1049. #              for which Lynx will prompt, offering a suggestion;
  1050. #              if the command format of your printer/downloader requires
  1051. #              a different layout, you will need to use a script
  1052. #              (see the last 2 download examples below).
  1053. # <option>     TRUE : the printer/downloader will always be ENABLED,
  1054. #              except that downloading is disabled when -validate is used;
  1055. #              FALSE : both will be DISABLED for anonymous users
  1056. #              and printing will be disabled when -noprint is used.
  1057. # <lines/page> (printers: optional) the number of lines/page (default 66):
  1058. #              used to compute the approximate output size
  1059. #              and prompt if the document is > 4 printer pages;
  1060. #              it uses current screen length for the computation
  1061. #              when `Print to screen' is selected.
  1062. #
  1063. # You must put the whole definition on one line;
  1064. # if you use a colon, precede it with a backslash.
  1065. #
  1066. # `Printer' can be any file-handling program you find useful,
  1067. # even if it does not physically print anything.
  1068. # Usually, downloading involves the use of (e.g.) Ckermit or ZModem
  1069. # to transfer files to a user's local machine over a serial link,
  1070. # but download options do not have to be download-protocol programs.
  1071. #
  1072. # Printer examples:
  1073. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  1074. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  1075. #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
  1076. # If you have a very busy VMS print queue
  1077. # and Lynx deletes the temporary files before they have been queued,
  1078. # use the VMSPrint.com included in the distribution:
  1079. #PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58
  1080. # To specify a print option at run-time:
  1081. # NBB if you have ANONYMOUS users, DO NOT allow this option!
  1082. #PRINTER:Specify at run-time:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  1083. # To pass to a sophisticated file viewer: -k suppresses invocation
  1084. # of hex display mode if 8-bit or control characters are present;
  1085. # +s invokes secure mode (see ftp://space.mit.edu/pub/davis/most):
  1086. #PRINTER:Use Most to view:most -k +s %s:TRUE:23
  1087. #
  1088. # Downloader examples:
  1089. # in Kermit, -s %s is the filename sent, -a %s the filename on arrival
  1090. # (if they are given in reverse order here, the command will fail):
  1091. #DOWNLOADER:Use Kermit to download to the terminal:kermit -i -s %s -a %s:TRUE
  1092. # NB don't use -k with Most, so that binaries will invoke hexadecimal mode:
  1093. #DOWNLOADER:Use Most to view:most +s %s:TRUE
  1094. # The following example gives wrong filenames
  1095. # (`sz' doesn't support a suggested filename parameter):
  1096. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  1097. # The following example returns correct filenames
  1098. # by using a script to make a subdirectory in /tmp,
  1099. # but may conflict with very strong security or permissions restrictions:
  1100. #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
  1101.  
  1102. # Unix ONLY:
  1103. #===========
  1104. # Uploader definitions (implemented only with Unix DIRED_SUPPORT;
  1105. #                       see the Makefile in the top directory,
  1106. #            and the header of ./src/LYUpload.c)
  1107. # any number of uploaders may be defined by using multiple
  1108. # uploader definition sets.  Uploaders may be any program
  1109. # that could be useful to your users, they do not necessarily
  1110. # have to be an upload protocol program. The most common use
  1111. # of an uploader is to use Ckermit or some other transfer
  1112. # program so that the user may easily transfer files from
  1113. # their local machine over a serial link.
  1114. #
  1115. # the definition of an uploader is of the same form as a downloader
  1116. # UPLOADER:<uploadername>:<uploader command>:<uploader option>
  1117. #
  1118. #  You must put the whole definition on one line.
  1119. #
  1120. #  If you must use a colon, precede it with a backslash!
  1121. #
  1122. #  If you do not include a %s, you will not be prompted for an
  1123. #  output filename.
  1124. #
  1125. #    example
  1126. #UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
  1127. #UPLOADER:Use Zmodem to upload from your computer: rz %s:TRUE
  1128.  
  1129. # If NO_DOT_FILES is TRUE (normal default via userdefs.h), the user will not
  1130. # be allowed to specify files beginning with a dot in reply to output filename
  1131. # prompts, and files beginning with a dot (e.g., file://localhost/path/.lynxrc)
  1132. # will not be included in the directory browser's listings.  If set FALSE, you
  1133. # can force it to be treated as TRUE via -restrictions=dotfiles.  If set FALSE
  1134. # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
  1135. # may save the preference in the RC file).
  1136. #
  1137. #NO_DOT_FILES:TRUE
  1138.  
  1139. # If NO_FROM_HEADER is set FALSE, From headers will be sent in transmissions
  1140. # to http or https servers if the personal_mail_address has been defined via
  1141. # the 'o'ptions menu.  The compilation default is TRUE (no From header is
  1142. # sent) and the default can be changed here.  The default can be toggled at
  1143. # run time via the -from switch.  Note that transmissions of From headers
  1144. # have become widely considered to create an invasion of privacy risk.
  1145. #
  1146. #NO_FROM_HEADER:TRUE
  1147.  
  1148. # If NO_REFERER_HEADER is TRUE, Referer headers never will be sent in
  1149. # transmissions to servers.  Lynx normally sends the URL of the document
  1150. # from which the link was derived, but not for startfile URLs, 'g'oto
  1151. # URLs, 'j'ump shortcuts, bookmark file links, history list links, or
  1152. # URLs that include the content from form submissions with method GET.
  1153. # If left FALSE here, it can be set TRUE at run time via the -noreferer
  1154. # switch.
  1155. #
  1156. #NO_REFERER_HEADER:FALSE
  1157.  
  1158. # If NO_FILE_REFERER is TRUE, Referer headers never will be sent in
  1159. # transmissions to servers for links or actions derived from documents
  1160. # or forms with file URLs.  This would ensure that paths associated
  1161. # with the local file system are never indicated to servers, even if
  1162. # NO_REFERER_HEADER is FALSE.  If left FALSE here, it can be set TRUE
  1163. # at run time via the -nofilereferer switch.
  1164. #
  1165. #NO_FILE_REFERER:FALSE
  1166.  
  1167. # If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
  1168. # which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
  1169. # strings will be links for the resolved SRC rather than just text.  For
  1170. # ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
  1171. # strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
  1172. # appended. See also VERBOSE_IMAGES flag.
  1173. #
  1174. # The default defined here will override that in userdefs.h, and the user
  1175. # can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
  1176. #
  1177. # The default also can be toggled via an "-image_links" command line switch.
  1178. #
  1179. #MAKE_LINKS_FOR_ALL_IMAGES:FALSE
  1180.  
  1181. # If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
  1182. # specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
  1183. # i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
  1184. # is defined or toggled to TRUE, however, the pseudo-ALTs will be created
  1185. # for inlines, so that they can be used as links to the SRCs.
  1186. # See also VERBOSE_IMAGES flag.
  1187. #
  1188. # The default defined here will override that in userdefs.h, and the user
  1189. # can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
  1190. #
  1191. # The default also can be toggled via a "-pseudo_inlines" command line
  1192. # switch.
  1193. #
  1194. #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE
  1195.  
  1196. # If SUBSTITUTE_UNDERSCORES is TRUE, the _underline_ format will be used
  1197. # for emphasis tags in dumps.
  1198. #
  1199. # The default defined here will override that in userdefs.h, and the user
  1200. # can toggle the default via a "-underscore" command line switch.
  1201. #
  1202. #SUBSTITUTE_UNDERSCORES:FALSE
  1203.  
  1204. # If QUIT_DEFAULT_YES is TRUE then when the QUIT command is entered, any
  1205. # response other than n or N will confirm.  It should be FALSE if you
  1206. # prefer the more conservative action of requiring an explicit Y or y to
  1207. # confirm.  The default defined here will override that in userdefs.h.
  1208. #
  1209. #QUIT_DEFAULT_YES:TRUE
  1210.  
  1211. # If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical"
  1212. # behavior of treating any '>' as a terminator for comments, instead of
  1213. # seeking a valid '-->' terminator (note that white space can be present
  1214. # between the '--' and '>' in valid terminators).  The compilation default
  1215. # is FALSE.
  1216. #
  1217. # The compilation default, or default defined here, can be toggled via a
  1218. # "-historical" command line switch, and via the LYK_HISTORICAL command key.
  1219. #
  1220. #HISTORICAL_COMMENTS:FALSE
  1221.  
  1222. # If MINIMAL_COMMENTS is TRUE, Lynx will not use Valid comment parsing
  1223. # of '--' pairs as serial comments within an overall comment element,
  1224. # and instead will seek only a '-->' terminator for the overall comment
  1225. # element.  This emulates the Netscape v2.0 comment parsing bug, and
  1226. # will help Lynx cope with the use of dashes as "decorations", which
  1227. # consequently has become common in so-called "Enhanced for Netscape"
  1228. # pages.  Note that setting Historical comments on will override the
  1229. # Minimal or Valid setting.
  1230. #
  1231. # The compilation default for MINIMAL_COMMENTS is FALSE, but we'll
  1232. # set it TRUE here, until Netscape gets its comment parsing right,
  1233. # and "decorative" dashes cease to be so common.
  1234. #
  1235. # The compilation default, or default defined here, can be toggled via a
  1236. # "-minimal" command line switch, and via the LYK_MINIMAL command key.
  1237. #
  1238. MINIMAL_COMMENTS:TRUE
  1239.  
  1240. # If SOFT_DQUOTES is TRUE, Lynx will emulate the invalid behavior of
  1241. # treating '>' as a co-terminator of a double-quoted attribute value
  1242. # and the tag which contains it, as was done in old versions of Netscape
  1243. # and Mosaic.  The compilation default is FALSE.
  1244. #
  1245. # The compilation default, or default defined here, can be toggled via
  1246. # a "-soft_dquotes" command line switch.
  1247. #
  1248. #SOFT_DQUOTES:FALSE
  1249.  
  1250. # If STRIP_DOTDOT_URLS is TRUE, Lynx emulates the invalid behavior of many
  1251. # browsers to strip a leading "../" segment from relative URLs in HTML
  1252. # documents with a http or https base URL, if this would otherwise lead to
  1253. # an absolute URLs with those characters still in it.  Such URLs are normally
  1254. # erroneous and not what is intended by page authors.  Lynx will issue
  1255. # a warning message when this occurs.
  1256. #
  1257. # If STRIP_DOTDOT_URLS is FALSE, Lynx will use those URLs for requests
  1258. # without taking any special actions or issuing Warnings, in most cases
  1259. # this will result in an error response from the server.
  1260. #
  1261. # Note that Lynx never tries to fix similar URLs for protocols other than
  1262. # http and https, since they are less common and may actually be valid in
  1263. # some cases.
  1264. #
  1265. #STRIP_DOTDOT_URLS:TRUE
  1266.  
  1267. # If ENABLE_SCROLLBACK is TRUE, Lynx will clear the entire screen before
  1268. # displaying each new screenful of text.  Though less efficient for normal
  1269. # use, this allows programs that maintain a buffer of previously-displayed
  1270. # text to recognize the continuity of what has been displayed, so that
  1271. # previous screenfuls can be reviewed by whatever method the program uses
  1272. # to scroll back through previous text.  For example, the PC comm program
  1273. # QModem has a key that can be pressed to scroll back; if ENABLE_SCROLLBACK
  1274. # is TRUE, pressing the scrollback key will access previous screenfuls which
  1275. # will have been stored on the local PC and will therefore be displayed
  1276. # instantaneously, instead of needing to be retransmitted by Lynx at the
  1277. # speed of the comm connection (but Lynx will not know about the change,
  1278. # so you must restore the last screen before resuming with Lynx commands).
  1279. #
  1280. # The compilation default is FALSE (if REVERSE_CLEAR_SCREEN_PROBLEM was not
  1281. # defined in the Unix Makefile to invoke this behavior as a workaround for
  1282. # some poor curses implementations).
  1283. #
  1284. # The default compilation or configuration setting can be toggled via an
  1285. # "-enable_scrollback" command line switch.
  1286. #
  1287. #ENABLE_SCROLLBACK:FALSE
  1288.  
  1289. # If SCAN_FOR_BURIED_NEWS_REFS is set to TRUE, Lynx will scan the bodies
  1290. # of news articles for buried article and URL references and convert them
  1291. # to links.  The compilation default is TRUE, but some email addresses
  1292. # enclosed in angle brackets ("<user@address>") might be converted to false
  1293. # news links, and uuencoded messages might be corrupted.  The conversion is
  1294. # not done when the display is toggled to source or when 'd'ownloading, so
  1295. # uuencoded articles can be saved intact regardless of these settings.
  1296. #
  1297. # The default setting can be toggled via a "-buried_news" command line
  1298. # switch.
  1299. #
  1300. #SCAN_FOR_BURIED_NEWS_REFS:TRUE
  1301.  
  1302. # If PREPEND_BASE_TO_SOURCE is set to FALSE, Lynx will not prepend a
  1303. # Request URL comment and BASE element to text/html source files when
  1304. # they are retrieved for 'd'ownloading or passed to 'p'rint functions.
  1305. # The compilation default is TRUE.  Note that this prepending is not
  1306. # done for -source dumps, unless the -base switch also was included on
  1307. # the command line, and the latter switch overrides the setting of the
  1308. # PREPEND_BASE_TO_SOURCE configuration variable.
  1309. #
  1310. #PREPEND_BASE_TO_SOURCE:TRUE
  1311.  
  1312. # MIME types and viewers!
  1313. #
  1314. # file extensions may be assigned to MIME types using
  1315. # the SUFFIX: definition.
  1316. #
  1317. # The SUFFIX definition takes the form of:
  1318. #    SUFFIX:<file extension>:<mime type>
  1319. # for instance the following definition maps the
  1320. # extension ".gif" to the mime type "image/gif"
  1321. #    SUFFIX:.gif:image/gif
  1322. #
  1323. # file suffixes are case INsensitive!
  1324. #
  1325. # The suffix definitions listed here in the default lynx.cfg file are
  1326. # among those established via src/HTInit.c.  You can change any of the
  1327. # defaults by editing that file, or via the global or personal mime.types
  1328. # files at run time.  They will be overridden if you assign them here.
  1329. #
  1330. #SUFFIX:.ps:application/postscript
  1331. #SUFFIX:.eps:application/postscript
  1332. #SUFFIX:.ai:application/postscript
  1333. #SUFFIX:.rtf:application/x-rtf
  1334. #SUFFIX:.snd:audio/basic
  1335. #SUFFIX:.gif:image/gif
  1336. #SUFFIX:.rgb:image/x-rgb
  1337. #SUFFIX:.pict:image/x-pict
  1338. #SUFFIX:.xbm:image/x-xbitmap
  1339. #SUFFIX:.tiff:image/x-tiff
  1340. #SUFFIX:.jpg:image/jpeg
  1341. #SUFFIX:.jpeg:image/jpeg
  1342. #SUFFIX:.mpg:video/mpeg
  1343. #SUFFIX:.mpeg:video/mpeg
  1344. #SUFFIX:.mov:video/quicktime
  1345. #SUFFIX:.hqx:application/octet-stream
  1346. #SUFFIX:.bin:application/octet-stream
  1347. #SUFFIX:.exe:application/octet-stream
  1348. #SUFFIX:.tar:application/octet-stream
  1349. #SUFFIX:.Z:application/octet-stream
  1350. #SUFFIX:.gz:application/octet-stream
  1351. #SUFFIX:.bz2:application/octet-stream
  1352. #SUFFIX:.zip:application/octet-stream
  1353. #SUFFIX:.lzh:application/octet-stream
  1354. #SUFFIX:.lha:application/octet-stream
  1355. #SUFFIX:.dms:application/octet-stream
  1356.  
  1357. # The global and personal EXTENSION_MAP files allow you to assign extensions
  1358. # to MIME types which will override any of the suffix maps in this (lynx.cfg)
  1359. # configuration file, or in src/HTInit.c.  See the example mime.types file
  1360. # in the samples subdirectory.
  1361. #
  1362. #     Unix:
  1363. #GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
  1364. #     VMS:
  1365. #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
  1366. #
  1367. #    Unix (sought in user's home directory):
  1368. #PERSONAL_EXTENSION_MAP:.mime.types
  1369. #    VMS (sought in user's sys$login directory):
  1370. #PERSONAL_EXTENSION_MAP:mime.types
  1371.  
  1372. # VMS:
  1373. # ====
  1374. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c
  1375. # for viewing image content types when the DECW$DISPLAY logical
  1376. # is set.  Make it the foreign command for your system's X image
  1377. # viewer (commonly, "xv").  Make it "exit" or something like that
  1378. # if you don't have one.  It can be anything that will handle GIF,
  1379. # TIFF and other popular image formats.  Freeware ports of xv for
  1380. # VMS are available in the ftp://ftp.wku.edu/vms/unsupported and
  1381. # http://www.openvms.digital.com/cd/XV310A/ subdirectories.  You
  1382. # must also have a "%s" for the filename.  The default is defined
  1383. # in userdefs.h and can be overridden here, or via the global or
  1384. # personal mailcap files (see below).
  1385. #
  1386. #XLOADIMAGE_COMMAND:xv %s
  1387.  
  1388. # Unix:
  1389. # =====
  1390. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for
  1391. # viewing image content types when the DISPLAY environment variable
  1392. # is set.  Make it the full path and name of the xli (also know as
  1393. # xloadimage or xview) command, or other image viewer.  Put 'echo' or
  1394. # something like it here if you don't have a suitable viewer.  It can
  1395. # be anything that will handle GIF, TIFF and other popular image formats
  1396. # (xli does).  The freeware distribution of xli is available in the
  1397. # ftp://ftp.x.org/contrib subdirectory.  The shareware, xv, also is
  1398. # suitable.  You must also have a "%s" for the filename; "&" for
  1399. # background is optional.  The default is defined in userdefs.h and can be
  1400. # overridden here, or via the global or personal mailcap files (see below).
  1401. # Note that open is used as the default for NeXT, instead of the
  1402. # XLOADIMAGE_COMMAND definition.
  1403. # If you use xli, you may want to add the -quiet flag.
  1404. #
  1405. #XLOADIMAGE_COMMAND:xli %s &
  1406.  
  1407. # MIME types may be assigned to external viewers using
  1408. # the VIEWER definition.
  1409. #
  1410. # Note: if you do not define a viewer to a new MIME type
  1411. #       that you assigned above then it will be saved to
  1412. #       disk by default.
  1413. #
  1414. # The VIEWER definition takes the form of:
  1415. #    VIEWER:<mime type>:<viewer command>[:environment]
  1416. #      where -mime type is the MIME content type of the file
  1417. #         -viewer command is a system command that can be
  1418. #             used to display the file where %s is replaced
  1419. #             within the command with the physical filename
  1420. #             (e.g. "ghostview %s" becomes "ghostview /tmp/temppsfile")
  1421. #            -environment is optional.  The only valid keywords
  1422. #             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS
  1423. #             environment is specified then the viewer will only be
  1424. #             defined when the user has the environment variable DISPLAY
  1425. #             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
  1426. #             is specified the specified viewer will only be defined when the
  1427. #             user DOES NOT have the environment variable DISPLAY defined.
  1428. #  examples:
  1429. #        VIEWER:image/gif:xli %s:XWINDOWS
  1430. #               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
  1431. #               VIEWER:application/start-elm:elm
  1432. #
  1433. # You must put the whole definition on one line.
  1434. #
  1435. # If you must use a colon in the viewer command, precede it with a backslash!
  1436. #
  1437. # The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
  1438. # file are among those established via src/HTInit.c.  For the image types,
  1439. # HTInit.c uses the XLOADIMAGE_COMMAND definition in userdefs.h or above
  1440. # (open is used for NeXT).  You can change any of these defaults via the
  1441. # global or personal mailcap files at run time.  They will be overridden
  1442. # if you assign them here.
  1443. #
  1444. #VIEWER:application/postscript:ghostview %s&:XWINDOWS
  1445. #VIEWER:image/gif:xli %s&:XWINDOWS
  1446. #VIEWER:image/x-xbm:xli %s&:XWINDOWS
  1447. #VIEWER:image/x-rgb:xli %s&:XWINDOWS
  1448. #VIEWER:image/x-tiff:xli %s&:XWINDOWS
  1449. #VIEWER:image/jpeg:xli %s&:XWINDOWS
  1450. #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
  1451.  
  1452. # The global and personal MAILCAP files allow you to specify external
  1453. # viewers to be spawned when Lynx encounters different MIME types, which
  1454. # will override any of the suffix maps in this (lynx.cfg) configuration
  1455. # file, or in src/HTInit.c.  See http://www.internic.net/rfc/rfc1524.txt
  1456. # and the example mailcap file in the samples subdirectory.
  1457. #
  1458. #    Unix:
  1459. #GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
  1460. #    VMS:
  1461. #GLOBAL_MAILCAP:Lynx_Dir:mailcap
  1462. #
  1463. #     Sought in user's home (Unix) or sys$login (VMS) directory.
  1464. #PERSONAL_MAILCAP:.mailcap
  1465.  
  1466. # Key remapping definitions!
  1467. #
  1468. # You may redefine the keymapping of any function in Lynx by
  1469. # using the KEYMAP variable.  The form of KEYMAP is:
  1470. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  1471. #
  1472. # You must map upper and lowercase keys separately.
  1473. #
  1474. # A representative list of functions mapped to their default keys is
  1475. # provided below.  All of the mappings are commented out by default
  1476. # since they just map to the default mappings, except for TOGGLE_HELP
  1477. # (see below).  See LYKeymap.c for the complete key mapping.  Use the
  1478. # 'K'eymap command when running Lynx for a list of the current mappings.
  1479. #
  1480. # Special keys map to:
  1481. #         Up Arrow: 0x100
  1482. #       Down Arrow: 0x101
  1483. #      Right Arrow: 0x102
  1484. #       Left Arrow: 0x103
  1485. #        Page Down: 0x104
  1486. #          Page Up: 0x105
  1487. #      Keypad Home: 0x106
  1488. #       Keypad End: 0x107
  1489. #   Function key 1: 0x108
  1490. # vt100   Help Key: 0x108
  1491. # vt100     Do Key: 0x109
  1492. # vt100   Find Key: 0x10A
  1493. # vt100 Select Key: 0x10B
  1494. # vt100 Insert Key: 0x10C
  1495. # vt100 Remove Key: 0x10D
  1496. #  (0x00) NULL KEY: 0x10E (DO_NOTHING)
  1497. #
  1498.  
  1499. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source)
  1500. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  1501. #KEYMAP:q:QUIT        # Ask the user to quit
  1502. #KEYMAP:Q:ABORT        # Quit without verification
  1503. #KEYMAP:0x20:NEXT_PAGE    # Move down to next page
  1504. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  1505. #KEYMAP:^P:UP_TWO    # Move display up two lines
  1506. #KEYMAP:0x10C:UP_TWO    # Function key Insert - Move display up two lines
  1507. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  1508. #KEYMAP:0x10D:DOWN_TWO    # Function key Remove - Move display down two lines
  1509. #KEYMAP:(:UP_HALF    # Move display up half a page
  1510. #KEYMAP:):DOWN_HALF    # Move display down half a page
  1511. #KEYMAP:^W:REFRESH    # Refresh the screen
  1512. #KEYMAP:^A:HOME        # Go to top of current document
  1513. #KEYMAP:0x106:HOME    # Keypad Home - Go to top of current document
  1514. #KEYMAP:0x10A:HOME    # Function key Find - Go to top of current document
  1515. #KEYMAP:^E:END        # Go to bottom of current document
  1516. #KEYMAP:0x107:END    # Keypad End - Go to bottom of current document
  1517. #KEYMAP:0x10B:END    # Function key Select - Go to bottom of current document
  1518. #KEYMAP:0x100:PREV_LINK    # Move to the previous link
  1519. #KEYMAP:0x101:NEXT_LINK    # Move to the next link
  1520. #KEYMAP:<:UP_LINK       # Move to the link above
  1521. #KEYMAP:>:DOWN_LINK    # Move to the link below
  1522. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  1523. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  1524. #KEYMAP:0x7F:HISTORY    # Display stack of currently-suspended documents
  1525. #KEYMAP:0x08:HISTORY    # Display stack of currently-suspended documents
  1526. #KEYMAP:0x103:PREV_DOC    # Return to the previous document
  1527. #KEYMAP:0x102:ACTIVATE    # Select the current link
  1528. #KEYMAP:0x109:ACTIVATE    # Function key Do - Select the current link
  1529. #KEYMAP:g:GOTO        # Goto a random URL
  1530. #KEYMAP:G:ECGOTO    # Edit the current document's URL and go to it
  1531. #KEYMAP:H:HELP        # Show default help screen
  1532. #KEYMAP:0x108:HELP    # Function key Help - Show default help screen
  1533. #KEYMAP:i:INDEX        # Show default index
  1534. #*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change NOCACHE ***
  1535. #KEYMAP:x:NOCACHE    # Force submission of form or link with no-cache
  1536. #*** Do not change INTERRUPT from 'z' & 'Z' ***
  1537. #KEYMAP:z:INTERRUPT    # Interrupt network transmission
  1538. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  1539. #KEYMAP:o:OPTIONS    # Show the options menu
  1540. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  1541. #KEYMAP:/:WHEREIS    # Find a string within the current document
  1542. #KEYMAP:n:NEXT        # Find next occurrence of string within document
  1543. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  1544. #KEYMAP:e:EDIT        # Edit current document
  1545. #KEYMAP:E:ELGOTO    # Edit the current link's URL or ACTION and go to it
  1546. #KEYMAP:=:INFO        # Show info about current document
  1547. #KEYMAP:p:PRINT        # Show print options
  1548. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  1549. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  1550. #KEYMAP:V:VLINKS    # List links visited during the current Lynx session
  1551. #KEYMAP:!:SHELL        # Spawn default shell
  1552. #KEYMAP:d:DOWNLOAD    # Download current link
  1553. #KEYMAP:j:JUMP        # Jump to a predefined target
  1554. #KEYMAP:k:KEYMAP    # Display the current key map
  1555. #KEYMAP:l:LIST        # List the references (links) in the current document
  1556. #KEYMAP:#:TOOLBAR    # Go to the Toolbar or Banner in the current document
  1557. #KEYMAP:^T:TRACE_TOGGLE    # Toggle tracing of browser operations
  1558. #KEYMAP:*:IMAGE_TOGGLE    # Toggle inclusion of links for all images
  1559. #KEYMAP:[:INLINE_TOGGLE    # Toggle pseudo-ALTs for inlines with no ALT string
  1560. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  1561.  
  1562. # If TOGGLE_HELP is mapped, in novice mode the second help menu line
  1563. # can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
  1564. # userdefs.h.  Otherwise, it will be NOVICE_LINE_TWO.
  1565. #
  1566. #KEYMAP:O:TOGGLE_HELP    # Show other commands in the novice help menu
  1567.  
  1568. # Alternate jumps files can be defined and mapped to keys here.  If the
  1569. # keys have already been mapped, then those mappings will be replaced,
  1570. # but you should leave at least one key mapped to the default jumps
  1571. # file.  You optionally may include a statusline prompt string for the
  1572. # mapping.  You must map upper and lowercase keys separately (beware of
  1573. # mappings to keys which the user can further remap via the 'o'ptions
  1574. # menu).  The format is:
  1575. #
  1576. #    JUMPFILE:path:key[:prompt]
  1577. #
  1578. # where path should begin with a '/' (i.e., not include file://localhost).
  1579. # Any white space following a prompt string will be trimmed, and a single
  1580. # space will be added by Lynx.
  1581. #
  1582. #JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):
  1583.  
  1584. # VMS ONLY:
  1585. #==========
  1586. # On VMS, CSwing (an XTree emulation for VTxxx terminals) is intended for
  1587. # use as the Directory/File Manager (sources, objects, or executables are
  1588. # available from ftp://narnia.memst.edu/).  CSWING_PATH should be defined
  1589. # here or in userdefs.h to your foreign command for CSwing, with any
  1590. # regulatory switches you want included.  If not defined, or defined as
  1591. # a zero-length string ("") or "none" (case-insensitive), the support
  1592. # will be disabled.  It will also be disabled if the -nobrowse or
  1593. # -selective switches are used, or if the file_url restriction is set.
  1594. #
  1595. # When enabled, the DIRED_MENU command (normally 'f' or 'F') will invoke
  1596. # CSwing, normally with the current default directory as an argument to
  1597. # position the user on that node of the directory tree.  However, if the
  1598. # current document is a local directory listing, or a local file and not
  1599. # one of the temporary menu or list files, the associated directory will
  1600. # be passed as an argument, to position the user on that node of the tree.
  1601. #
  1602. #CSWING_PATH:swing
  1603.  
  1604. # Unix ONLY:
  1605. #===========
  1606. # LIST_FORMAT defines the display for local files when Lynx has been
  1607. # compiled with LONG_LIST defined in the Makefile.  The default is set
  1608. # in userdefs.h, normally to "ls -l" format, and can be changed here
  1609. # by uncommenting the indicated lines, or adding a definition with a
  1610. # modified parameter list.
  1611. #
  1612. # The percent items in the list are interpreted as follows:
  1613. #
  1614. #    %p    Unix-style permission bits
  1615. #    %l    link count
  1616. #    %o    owner of file
  1617. #    %g    group of file
  1618. #    %d    date of last modification
  1619. #    %a    anchor pointing to file or directory
  1620. #    %A    as above but don't show symbolic links
  1621. #    %k    size of file in Kilobytes
  1622. #    %K    as above but omit size for directories
  1623. #    %s    size of file in bytes
  1624. #
  1625. # Anything between the percent and the letter is passed on to sprintf.
  1626. # A double percent yields a literal percent on output.  Other characters
  1627. # are passed through literally.
  1628. #
  1629. # If you want only the filename:
  1630. #
  1631. #LIST_FORMAT:    %a
  1632. #
  1633. # If you want a brief output:
  1634. #
  1635. #LIST_FORMAT:   %4K %-12.12d %a
  1636. #
  1637. # If you want the Unix "ls -l" format:
  1638. #
  1639. #LIST_FORMAT:    %p %4l %-8.8o %-8.8g %7s %-12.12d %a
  1640.  
  1641. # Unix ONLY:
  1642. #===========
  1643. # DIRED_MENU items are used to compose the F)ull menu list in DIRED mode
  1644. # The behavior of the default configuration given here is much the same
  1645. # as it was when this menu was hard-coded but these items can now be adjusted
  1646. # to suit local needs.  In particular, many of the LYNXDIRED actions can be
  1647. # replaced with lynxexec, lynxprog and lynxcgi script references.
  1648. #
  1649. # NOTE that defining even one DIRED_MENU line overrides all the built-in
  1650. # definitions, so a complete set must then be defined here.
  1651. #
  1652. # Each line consists of the following fields:
  1653. #
  1654. #    DIRED_MENU:type:suffix:link text:extra text:action
  1655. #
  1656. #    type: TAG: list only when one or more files are tagged
  1657. #          FILE: list only when the current selection is a regular file
  1658. #          DIR: list only when the current selection is a directory
  1659. #          LINK: list only when the current selection is a symbolic link
  1660. #
  1661. #    suffix: list only if the current selection ends in this pattern
  1662. #
  1663. #    link text: the displayed text of the link
  1664. #
  1665. #    extra text: the text displayed following the link
  1666. #
  1667. #    action: the URL to be followed upon selection
  1668. #
  1669. #    link text and action are scanned  for % sequences that are expanded
  1670. #    at display time as follows:
  1671. #
  1672. #            %p  path of current selection
  1673. #            %f  filename (last component) of current selection
  1674. #            %t  tagged list (full paths)
  1675. #            %l  list of tagged file names
  1676. #            %d  the current directory
  1677. #
  1678. #DIRED_MENU:::New File:(in current directory):LYNXDIRED://NEW_FILE%d
  1679. #DIRED_MENU:::New Directory:(in current directory):LYNXDIRED://NEW_FOLDER%d
  1680.  
  1681. #DIRED_MENU:FILE::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
  1682. #DIRED_MENU:DIR::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
  1683. #DIRED_MENU:FILE::Modify File Name:(of current selection):LYNXDIRED://MODIFY_NAME%p
  1684. #DIRED_MENU:DIR::Modify Directory Name:(of current selection):LYNXDIRED://MODIFY_NAME%p
  1685. #DIRED_MENU:LINK::Modify Name:(of selected symbolic link):LYNXDIRED://MODIFY_NAME%p
  1686.  
  1687. # Following depends on OK_PERMIT
  1688. #DIRED_MENU:FILE::Modify File Permissions:(of current selection):LYNXDIRED://PERMIT_SRC%p
  1689. #DIRED_MENU:DIR::Modify Directory Permissions:(of current selection):LYNXDIRED://PERMIT_SRC%p
  1690.  
  1691. #DIRED_MENU:FILE::Change Location:(of selected file):LYNXDIRED://MODIFY_LOCATION%p
  1692. #DIRED_MENU:DIR::Change Location:(of selected directory):LYNXDIRED://MODIFY_LOCATION%p
  1693. #DIRED_MENU:LINK::Change Location:(of selected symbolic link):LYNXDIRED://MODIFY_LOCATION%p
  1694. #DIRED_MENU:FILE::Remove File:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1695. #DIRED_MENU:DIR::Remove Directory:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1696. #DIRED_MENU:LINK::Remove Symbolic Link:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1697.  
  1698. # Following depends on OK_UUDECODE and !ARCHIVE_ONLY
  1699. #DIRED_MENU:FILE::UUDecode:(current selection):LYNXDIRED://UUDECODE%p
  1700.  
  1701. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1702. #DIRED_MENU:FILE:.tar.Z:Expand:(current selection):LYNXDIRED://UNTAR_Z%p
  1703.  
  1704. # Following depend on OK_TAR and OK_GZIP and !ARCHIVE_ONLY
  1705. #DIRED_MENU:FILE:.tar.gz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1706. #DIRED_MENU:FILE:.tgz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1707.  
  1708. # Following depends on !ARCHIVE_ONLY
  1709. #DIRED_MENU:FILE:.Z:Uncompress:(current selection):LYNXDIRED://DECOMPRESS%p
  1710.  
  1711. # Following depends on OK_GZIP and !ARCHIVE_ONLY
  1712. #DIRED_MENU:FILE:.gz:Uncompress:(current selection):LYNXDIRED://UNGZIP%p
  1713.  
  1714. # Following depends on OK_ZIP and !ARCHIVE_ONLY
  1715. #DIRED_MENU:FILE:.zip:Uncompress:(current selection):LYNXDIRED://UNZIP%p
  1716.  
  1717. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1718. #DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p
  1719.  
  1720. # Following depends on OK_TAR
  1721. #DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p
  1722.  
  1723. # Following depends on OK_TAR and OK_GZIP
  1724. #DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p
  1725.  
  1726. # Following depends on OK_ZIP
  1727. #DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p
  1728.  
  1729. #DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p
  1730.  
  1731. # Following depends on OK_GZIP
  1732. #DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p
  1733.  
  1734. # Following depends on OK_ZIP
  1735. #DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p
  1736.  
  1737. #DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED%d
  1738. #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED
  1739. #DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED
  1740.  
  1741. # Unix ONLY:
  1742. #===========
  1743. # If NO_FORCED_CORE_DUMP is set to TRUE, Lynx will not force
  1744. # core dumps via abort() calls on fatal errors or assert()
  1745. # calls to check potentially fatal errors.  The compilation
  1746. # default normally is FALSE, and can be changed here.  The
  1747. # compilation or configuration default can be toggled via
  1748. # the -core command line switch.
  1749. # Note that this setting cannot be used to prevent core dumps
  1750. # with certainty.  If this is important, means provided by the
  1751. # operating system or kernel should be used.
  1752. #
  1753. #NO_FORCED_CORE_DUMP:FALSE
  1754.  
  1755. # COLORS (only available if compiled with SVr4 curses or slang)
  1756. #
  1757. # The line must be of the form:
  1758. # COLOR:Integer:Foreground:Background
  1759. #
  1760. # The Integer value is interpreted as follows:
  1761. #     0 - normal               - normal text
  1762. #     1 - bold                 - hyperlinks, see also BOLD_* options above
  1763. #     2 - reverse              - statusline
  1764. #     3 - bold + reverse        (not used)
  1765. #     4 - underline                   - text emphasis (EM, I, B tags etc.)
  1766. #     5 - bold + underline            - hyperlinks within text emphasis
  1767. #     6 - reverse + underline         - currently selected hyperlink
  1768. #     7 - reverse + underline + bold  - WHEREIS search hits
  1769. #
  1770. # Each Foreground and Background value must be one of:
  1771. #      black              red            green            brown
  1772. #       blue          magenta             cyan        lightgray
  1773. #       gray        brightred      brightgreen           yellow
  1774. # brightblue    brightmagenta       brightcyan            white
  1775. #
  1776. # Uncomment and change any of the compilation defaults.
  1777. #
  1778. #COLOR:0:black:white
  1779. #COLOR:1:blue:white
  1780. #COLOR:2:yellow:blue
  1781. #COLOR:3:green:white
  1782. #COLOR:4:magenta:white
  1783. #COLOR:5:blue:white
  1784. #COLOR:6:red:white
  1785. #COLOR:7:magenta:cyan
  1786.  
  1787. # External application support. This feature allows lynx to pass a given
  1788. # URL to an external program.  It was written for three reasons.
  1789. #
  1790. # 1) To overcome the deficiency    of Lynx_386 not supporting ftp and news.
  1791. #    External programs can be used instead by passing the URL.
  1792. #
  1793. # 2) To allow for background    transfers in multitasking systems.
  1794. #    I use wget for http and ftp transfers via the external command.
  1795. #
  1796. # 3) To allow for new URLs to be used through lynx.
  1797. #      URLs can be made up such as mymail: to spawn desired applications
  1798. #      via the external command.
  1799. #
  1800. # Restrictions can be imposed using -restrictions=externals at the lynx
  1801. # command line.  This will disallow all EXTERNAL lines in lynx.cfg that
  1802. # end in FALSE.  TRUE lines will still function.
  1803. #
  1804. # The lynx.cfg line is as follows:
  1805. #
  1806. # EXTERNAL:<url>:<command> %s:<norestriction>
  1807. #
  1808. # <url> Any given URL.  This can be normal ones like ftp or http or it
  1809. # can be one made up like mymail.
  1810. #
  1811. # <command> The command to run with %s being the URL that will be passed.
  1812. # In Linux I use "wget -q %s &" (no quotes) to spawn a copy of wget for
  1813. # downloading http and ftp files in the background.  In Win95 I use
  1814. # "start ncftp %s" to spawn ncftp in a new window.
  1815. #
  1816. # <norestriction> This complements the -restrictions=externals feature to allow
  1817. # for certain externals to be enabled while restricting others.  TRUE means
  1818. # a command will still function while lynx is restricted.  WB
  1819. #
  1820. # EXTERNAL:ftp:wget %s &:TRUE
  1821.  
  1822.