home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / OS2LYN_1 / LYNX.CFG < prev    next >
Text File  |  1997-05-20  |  69KB  |  1,466 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. # Definition pairs are of the form  VARIABLE:DEFINITION
  6. # NO spaces are allowed between the pair items.
  7. #
  8. #  If you do not have access to /usr/local/bin you may change
  9. #  the default location of this file in the userdefs.h file and recompile,
  10. #  or specify it's location on the command line with the "-cfg"
  11. #  command line option.
  12. #
  13. # Items may be commented out by putting a '#' as the FIRST char of the line
  14. #
  15. # All definitions must be flush left and have NO spaces.!!!
  16. #
  17. #
  18. # STARTFILE is the default URL if none is specified on the command line
  19. # or via a WWW_HOME environment variable.
  20. # note: these files can be remote (http://www.w3.org/default.html)
  21. # or local (file://localhost/PATH_TO/FILENAME
  22. #  replace PATH_TO with the complete path to FILENAME
  23. #  use Unix SHELL syntax and include the device on VMS systems)
  24. #
  25. STARTFILE:http://lynx.browser.org/
  26.  
  27. # HELPFILE must be defined as a URL and must have a
  28. # complete path if local:
  29. # file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  30. #   Replace PATH_TO with the path to the lynx_help subdirectory
  31. #   for this distribution (use SHELL syntax including the device
  32. #   on VMS systems).
  33. # The default HELPFILE is:
  34. # http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  35. #   This should be changed to the local path.
  36. #
  37. HELPFILE:http://www.crl.com/~subir/lynx/lynx_help/lynx_help_main.html
  38. #HELPFILE:file://localhost/PATH_TO/lynx_help/lynx_help_main.html
  39.  
  40. # DEFAULT_INDEX_FILE is the default file retrieved when the
  41. # user presses the 'I' key when viewing any document.
  42. # An index to your CWIS can be placed here or a document containing
  43. # pointers to lots of interesting places on the web.
  44. #
  45. DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
  46.  
  47. # Set GOTOBUFFER to TRUE if you want to have the previous goto URL,
  48. # if any, offered for reuse or editing when using the 'g'oto command.
  49. # The default is defined in userdefs.h.  If left FALSE, the circular
  50. # buffer of previously entered goto URLs can still be invoked via the
  51. # Up-Arrow or Down-Arrow keys after entering the 'g'oto command.
  52. #
  53. #GOTOBUFFER:FALSE
  54.  
  55. # JUMP_PROMPT is the default statusline prompt for jumps files (see below).
  56. # You can change the prompt here from that defined in userdefs.h.  Any
  57. # trailing white space will be trimmed, and a single space added by Lynx
  58. # following the last non-white character.  You must set the default prompt
  59. # before setting the default jumps file (below). If a default jumps file
  60. # was set via userdefs.h, and you change the prompt here, you must set the
  61. # default jumps file again (below) for the change to be implemented.
  62. #
  63. #JUMP_PROMPT:Jump to (use '?' for list):
  64.  
  65. # JUMPFILE is the default local file checked for shortcut URL's when
  66. # the user presses the 'J' (JUMP) key.  The user will be prompted for
  67. # a shortcut entry (analogously to 'g'oto), and can enter one
  68. # or use '?' for a list of the shortcuts with associated links to
  69. # their actual URL's.  See the sample jumps files in the samples
  70. # subdirectory.  Make sure your jumps file includes a '?' shortcut
  71. # for a file://localhost URL to itself:
  72. #
  73. # <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
  74. #
  75. # If not defined here or in userdefs.h, the JUMP command will invoke
  76. # the NO_JUMPFILE statusline message (see userdefs.h).
  77. #
  78. # On VMS, use Unix SHELL syntax (including a lead slash) to define it.
  79. #
  80. # Do not include "file://localhost" in the definition.
  81. #
  82. # Additional, alternate jumps files can be defined and mapped to
  83. # keystrokes at the bottom of lynx.cfg, but you should first define
  84. # the default jumps file (mapped by default to 'J', and to 'j' when
  85. # the "VI keys" 'o'ption is not ON) here or in userdefs.h, if you
  86. # wish to implement the jumps mechanism.
  87. #
  88. #JUMPFILE:/Lynx_Dir/jumps.html
  89.  
  90. # Set JUMPBUFFER to TRUE if you want to have the previous jump target,
  91. # if any, offered for reuse or editing when using the 'J'ump command.
  92. # The default is defined in userdefs.h.  If left FALSE, the circular
  93. # buffer of previously entered targets (shortcuts) can still be invoked
  94. # via the Up-Arrow or Down-Arrow keys after entering the 'J'ump command.
  95. # If multiple jumps files are installed, the recalls of shortcuts will
  96. # be specific to each file.  If Lynx was built with PERMIT_GOTO_FROM_JUMP
  97. # defined, any random URLs used instead of shortcuts will be stored in the
  98. # goto URL buffer, not in the shortcuts buffer(s), and the single character
  99. # ':' can be used as a target to invoke the goto URL buffer (as if 'g'oto
  100. # followed by Up-Arrow had been entered).
  101. #
  102. #JUMPBUFFER:FALSE
  103.  
  104. # If SAVE_SPACE is defined, it will be used as a path prefix for the
  105. # suggested filename in "Save to Disk" operations from the 'p'rint or
  106. # 'd'ownload menus.  On VMS, you can use either VMS (e.g., "SYS$LOGIN:")
  107. # or Unix syntax (including '~' for the HOME directory).  On Unix, you
  108. # must use Unix syntax.  If the symbol is not defined, or is zero-length
  109. # (""), no prefix will be used, and only a filename for saving in the
  110. # current default directory will be suggested.
  111. # This definition will be overridden if a "LYNX_SAVE_SPACE" environment
  112. # variable has been set on Unix, or logical has been defined on VMS.
  113. #
  114. #SAVE_SPACE:~/foo/
  115.  
  116. # If LYNX_HOST_NAME is defined here or in userdefs.h, it will be
  117. # treated as an alias for the local host name in checks for URLs on
  118. # the local host (e.g., when the -localhost switch is set), and this
  119. # host name, "localhost", and HTHostName (the fully qualified domain
  120. # name of the system on which Lynx is running) will all be passed as
  121. # local.  A different definition here will override that in userdefs.h.
  122. #
  123. #LYNX_HOST_NAME:www.cc.ukans.edu
  124.  
  125. # localhost aliases
  126. # Any LOCALHOST_ALIAS definitions also will be accepted as local when
  127. # the -localhost switch is set.  These need not actually be local, i.e.,
  128. # in contrast to LYNX_HOST_NAME, you can define them to trusted hosts at
  129. # other Internet sites.
  130. #
  131. #LOCALHOST_ALIAS:gopher.server.domain
  132. #LOCALHOST_ALIAS:news.server.domain
  133.  
  134. # LOCAL_DOMAIN is used for a tail match with the ut_host element of
  135. # the utmp or utmpx structure on systems with utmp capabilities, to
  136. # determine if a user is local to your campus or organization when
  137. # handling -restrictions=inside_foo or outside_foo settings for ftp,
  138. # news, telnet/tn3270 and rlogin URLs.  An "inside" user is assumed
  139. # if your system does not have utmp capabilities.  CHANGE THIS here
  140. # if it was not changed in userdefs.h at compilation time.
  141. #
  142. #LOCAL_DOMAIN:ukans.edu
  143.  
  144. # CHARACTER_SET defines the default character set, i.e., that assumed
  145. # to be installed on the user's terminal.  It determines which characters
  146. # or strings will be used to represent 8-bit character entities within
  147. # HTML.  New character sets may be defined by modifying the file
  148. # src/LYCharSets.c in the Lynx source code distribution and recompiling.
  149. # For Asian (CJK) character sets, it also determines how Kanji code will
  150. # be handled.  The default is defined in userdefs.h and can be changed
  151. # here, and via the 'o'ptions menu.  The 'o'ptions menu setting will be
  152. # stored in the user's RC file whenever those settings are saved, and
  153. # thereafter will be used as the default.  The actions of the -raw switch
  154. # and LYK_RAW_TOGGLE ('@') are dependent on the character set.  For the
  155. # Asian (CJK) sets and "ISO Latin 1", the corresponding charset is assumed
  156. # in documents, i.e., raw or CJK mode is ON by default, so that -raw or the
  157. # initial LYK_RAW_TOGGLE will turn the mode OFF.  The inverse is true for
  158. # all other character sets.  The toggling also can be done via the 'o'ptions
  159. # menu.  In raw or CJK mode, 8-bit characters are not reverse translated in
  160. # relation to the src/CharSets.c entity conversion arrays, i.e., they are
  161. # assumed to be appropriate for the current character set.  It should be
  162. # toggled ON when, for example, "ISO Latin 2" or "KOI8-R character set" is
  163. # selected and the document has the corresponding charset, and OFF when an
  164. # Asian (CJK) character set is selected but the document has the ISO-8859-1
  165. # charset.
  166. # The default character sets include:
  167. #    ISO Latin 1
  168. #    ISO Latin 2
  169. #    Other ISO Latin
  170. #    DEC Multinational
  171. #    IBM PC character set
  172. #    IBM PC codepage 850
  173. #    Macintosh (8 bit)
  174. #    NeXT character set
  175. #    KOI8-R character set
  176. #    Chinese
  177. #    Japanese (EUC)
  178. #    Japanese (SJIS)
  179. #    Korean
  180. #    Taipei (Big5)
  181. #    7 bit approximations
  182. #
  183. CHARACTER_SET:IBM PC codepage 850
  184.  
  185. # PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
  186. # "fr") which will be indicated by Lynx in its Accept-Language headers
  187. # as the preferred language.  If available, the document will be
  188. # transmitted in that language.  Users can override this setting via
  189. # the 'o'ptions menu and save that preference in their RC file.
  190. #
  191. #PREFERRED_LANGUAGE:en
  192.  
  193. # PREFERRED_CHARSET specifies the character set in MIME notation (e.g.,
  194. # "ISO-8859-2", "ISO-8859-5") which Lynx will indicate you prefer in
  195. # requests to http servers using an Accept-Charsets header.  The value
  196. # should NOT include "ISO-8859-1" or "US-ASCII", since those values are
  197. # always assumed by default.  If a file in that character set is available,
  198. # the server will send it.  Otherwise, the server will send the file in
  199. # ISO-8859-1 or US-ASCII.  Users can change or eliminate this definition
  200. # via the 'o'ptions menu and save that preference in their RC file.
  201. #
  202. #PREFERRED_CHARSET:
  203.  
  204. # URL_DOMAIN_PREFIXES and URL_DOMAIN_SUFFIXES are strings which will be
  205. # prepended (together with a scheme://) and appended to the first element
  206. # of command line or 'g'oto arguments which are not complete URLs and
  207. # cannot be opened as a local file (file://localhost/string).  Both
  208. # can be comma-separated lists.  Each prefix must end with a dot, each
  209. # suffix must begin with a dot, and either may contain other dots (e.g.,
  210. # .com.jp).  The default lists are defined in userdefs.h and can be
  211. # changed here.  Each prefix will be used with each suffix, in order,
  212. # until a valid Internet host is created, based on a successful DNS
  213. # lookup (e.g., foo will be tested as www.foo.com and then www.foo.edu
  214. # etc.).  The first element can include a :port and/or /path which will
  215. # be restored with the expanded host (e.g., wfbr:8002/dir/lynx will
  216. # become http://www.wfbr.edu:8002/dir/lynx).  The prefixes will not be
  217. # used if the first element ends in a dot (or has a dot before the
  218. # :port or /path), and similarly the suffixes will not be used if the
  219. # the first element begins with a dot (e.g., .nyu.edu will become
  220. # http://www.nyu.edu without testing www.nyu.com).  Lynx will try to
  221. # guess the scheme based on the first field of the expanded host name,
  222. # and use "http://" as the default (e.g., gopher.wfbr.edu or gopher.wfbr.
  223. # will be made gopher://gopher.wfbr.edu).
  224. #
  225. #URL_DOMAIN_PREFIXES:www.
  226. #URL_DOMAIN_SUFFIXES:.com,.edu,.net,.org
  227.  
  228. # The following three definitions set the number of seconds for
  229. # pauses following statusline messages that would otherwise be
  230. # replaced immediately, and are more important than the unpaused
  231. # progress messages.  Those set by INFOSECS are also basically
  232. # progress messages (e.g., that a prompted input has been cancelled)
  233. # and should have the shortest pause.  Those set by MESSAGESECS are
  234. # informational (e.g., that a function is disabled) and should have
  235. # a pause of intermediate duration.  Those set by ALERTSECS typically
  236. # report a serious problem and should be paused long enough to read
  237. # whenever they appear (typically unexpectedly).  The default values
  238. # are defined in userdefs.h, and can be modified here should longer
  239. # pauses be desired for braille-based access to Lynx.
  240. #
  241. #INFOSECS:1
  242. #MESSAGESECS:2
  243. #ALERTSECS:3
  244.  
  245. # SHOW_CURSOR controls whether or not the cursor is hidden or appears
  246. # over the link.  The default is set in userdefs.h, can be changed
  247. # here, and can be toggled with the -show_cursor command line option.
  248. # Showing the cursor is handy if you are a sighted user with a poor
  249. # terminal that can't do bold and reverse video at the same time or
  250. # at all.  It also can be useful to blind users, as an alternative
  251. # or supplement to setting LINKS_ARE_NUMBERED.
  252. #
  253. #SHOW_CURSOR:FALSE
  254.  
  255. # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
  256. # upon for <H1> through <H6> headers.  The compilation default is FALSE
  257. # (only the indentation styles are acted upon, but see BOLD_H1, below).
  258. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  259. # HT_BOLD style for headers when BOLD_HEADERS is TRUE.
  260. #
  261. #BOLD_HEADERS:FALSE
  262.  
  263. # If BOLD_H1 is set to TRUE the HT_BOLD default style will be acted
  264. # upon for <H1> headers even if BOLD_HEADERS is FALSE.  The compilation
  265. # default is FALSE.  On Unix, compilation with -DUNDERLINE_LINKS also
  266. # will apply to the HT_BOLD style for headers when BOLD_H1 is TRUE.
  267. #
  268. #BOLD_H1:FALSE
  269.  
  270. # If BOLD_NAME_ANCHORS is set to TRUE the content of anchors without
  271. # an HREF attribute, (i.e., anchors with a NAME or ID attribute) will
  272. # have the HT_BOLD default style.  The compilation default is FALSE.
  273. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  274. # HT_BOLD style for NAME (ID) anchors when BOLD_NAME_ANCHORS is TRUE.
  275. #
  276. #BOLD_NAME_ANCHORS:FALSE
  277.  
  278. # The DEFAULT_CACHE_SIZE specifies the number of WWW documents to be
  279. # cached in memory at one time.
  280. #
  281. # This so-called cache size (actually, number) is defined in userdefs.h and
  282. # may be modified here and/or with the command line argument -cache=NUMBER
  283. # The minimum allowed value is 2, for the current document and at least one
  284. # to fetch, and there is no absolute maximum number of cached documents.
  285. # On Unix, and VMS not compiled with VAXC, whenever the number is exceeded
  286. # the least recently displayed document will be removed from memory.
  287. #
  288. # On VMS compiled with VAXC, the DEFAULT_VIRTUAL_MEMORY_SIZE specifies the
  289. # amount (bytes) of virtual memory that can be allocated and not yet be freed
  290. # before previous documents are removed from memory.  If the values for both
  291. # the DEFAULT_CACHE_SIZE and DEFAULT_VIRTUAL_MEMORY_SIZE are exceeded, then
  292. # least recently displayed documents will be freed until one or the other
  293. # value is no longer exceeded.  The default value was defined in userdefs.h.
  294. #
  295. # The Unix and VMS but not VAXC implementations use the C library malloc's
  296. # and calloc's for memory allocation, and procedures for taking the actual
  297. # amount of cache into account still need to be developed.  They use only
  298. # the DEFAULT_CACHE_SIZE value, and that specifies the absolute maximum
  299. # number of documents to cache (rather than the maximum number only if
  300. # DEFAULT_VIRTUAL_MEMORY_SIZE has been exceeded, as with VAXC/VAX).
  301. #
  302. #DEFAULT_CACHE_SIZE:10
  303. #DEFAULT_VIRTUAL_MEMORY_SIZE:512000
  304.  
  305. # If ALWAYS_RESUBMIT_POSTS is set TRUE, Lynx always will resubmit forms
  306. # with method POST, dumping any cache from a previous submission of the
  307. # form, including when the document returned by that form is sought with
  308. # the PREV_DOC command or via the history list.  Lynx always resubmits
  309. # forms with method POST when a submit button or a submitting text input
  310. # is activated, but normally retrieves the previously returned document
  311. # if it had links which you activated, and then go back with the PREV_DOC
  312. # command or via the history list.
  313. #
  314. # The default defined here or in userdefs.h can be toggled via
  315. # the -resubmit_forms command line switch.
  316. #
  317. #ALWAYS_RESUBMIT_POSTS:FALSE
  318.  
  319. # Local execution links and scripts are completely disabled
  320. # in the source code unless they are enabled in the
  321. # userdefs.h file and the sources recompiled.  Please
  322. # see the Lynx source code distribution and the userdefs.h
  323. # file for more detail on enabling execution links and scripts.
  324. #
  325. # If you have enabled execution links or scripts the following
  326. # two variables control Lynx's action when an execution link
  327. # or script is encountered.
  328. #
  329. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  330. # link or script will be executed no matter where it came from.
  331. # This is EXTREMELY dangerous.  Since Lynx can access files from
  332. # anywhere in the world, you may encounter links or scripts that
  333. # will cause damage or compromise the security of your system.
  334. #
  335. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  336. # links or scripts that reside on the local machine and are
  337. # referenced with a URL beginning with "file://localhost/" or meet
  338. # TRUSTED_EXEC or ALWAYS_TRUSTED_EXEC rules (see below) will be
  339. # executed.  This is much less dangerous than enabling all execution
  340. # links, but can still be dangerous.
  341. #
  342. #LOCAL_EXECUTION_LINKS_ALWAYS_ON:TRUE
  343. #LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  344.  
  345. # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
  346. # rule is defined, it defaults to "file://localhost/" and any lynxexec
  347. # or lynxprog command will be permitted if it was referenced with a URL
  348. # beginning with that string.  If you wish to restrict the referencing URL's
  349. # further, you can extend the string to include a trusted path.  You also can
  350. # specify a trusted directory for http URL's, which will then be treated as
  351. # if they were local rather than remote.  For example:
  352. #
  353. #    TRUSTED_EXEC:file://localhost/trusted/
  354. #    TRUSTED_EXEC:http://www.wfbr.edu/trusted/
  355. #
  356. # If you also wish to restrict the commands which can be executed, create
  357. # a series of rules with the path (Unix) or command name (VMS) following
  358. # the string, separated by a tab.  For example:
  359. #
  360. # Unix:
  361. #    TRUSTED_EXEC:file://localhost/<tab>/bin/cp
  362. #    TRUSTED_EXEC:file://localhost/<tab>/bin/rm
  363. # VMS:
  364. #    TRUSTED_EXEC:file://localhost/<tab>copy
  365. #    TRUSTED_EXEC:file://localhost/<tab>delete
  366. #
  367. # Once you specify a TRUSTED_EXEC referencing string, the default is
  368. # replaced, and all the referencing strings you desire must be specified
  369. # as a series.  Similarly, if you associate a command with the referencing
  370. # string, you must specify all of the allowable commands as a series of
  371. # TRUSTED_EXEC rules for that string.  If you specify ALWAYS_TRUSTED_EXEC
  372. # rules below, you need not repeat them as TRUSTED_EXEC rules.
  373. #
  374. # If EXEC_LINKS and JUMPFILE have been defined, any lynxexec or lynxprog
  375. # URL's in that file will be permitted, regardless of other settings.  If
  376. # you also set LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:TRUE and a single
  377. # TRUSTED_EXEC rule that will always fail (e.g., "none"), then *ONLY* the
  378. # lynxexec or lynxprog URL's in JUMPFILE (and any ALWAYS_TRUSTED_EXEC rules,
  379. # see below) will be allowed.  Note, however, that if Lynx was compiled with
  380. # CAN_ANONYMOUS_JUMP set to FALSE (default is TRUE), or -restrictions=jump
  381. # is included with the -anonymous switch at run time, then users of an
  382. # anonymous account will not be able to access the jumps file or enter
  383. # 'j'ump shortcuts, and this selective execution feature will be overridden
  384. # as well (i.e., they will only be able to access lynxexec or lynxprog
  385. # URLs which meet any ALWAYS_TRUSTED_EXEC rules).
  386. #
  387. #TRUSTED_EXEC:none
  388.  
  389. # If EXEC_LINKS was defined, any lynxexec or lynxprog URL can be made
  390. # always enabled by an ALWAYS_TRUSTED_EXEC rule for it.  This is useful for
  391. # anonymous accounts in which you have disabled execution links generally,
  392. # and may also have disabled jump file links, but still want to allow
  393. # execution of particular utility scripts or programs.  The format is
  394. # like that for TRUSTED_EXEC.  For example:
  395. #
  396. # Unix:
  397. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>/usr/local/kinetic/bin/usertime
  398. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>/usr/local/kinetic/bin/who.sh
  399. # VMS:
  400. #   ALWAYS_TRUSTED_EXEC:file://localhost/<tab>usertime
  401. #   ALWAYS_TRUSTED_EXEC:http://www.more.net/<tab>show users
  402. #
  403. # The default ALWAYS_TRUSTED_EXEC rule is "none".
  404. #
  405. #ALWAYS_TRUSTED_EXEC:none
  406.  
  407. # Unix:
  408. # =====
  409. # TRUSTED_LYNXCGI rules define the permitted sources and/or paths for
  410. # lynxcgi links (if LYNXCGI_LINKS is defined in userdefs.h).  The format
  411. # is the same as for TRUSTED_EXEC rules (see above), but no defaults are
  412. # defined, i.e., if no TRUSTED_LYNXCGI rules are defined here, any source
  413. # and path for lynxcgi links will be permitted.  Example rules:
  414. #
  415. #    TRUSTED_LYNXCGI:file://localhost/
  416. #     TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
  417. #     TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
  418. #
  419. # VMS:
  420. # ====
  421. # Do not define this.
  422. #
  423. #TRUSTED_LYNXCGI:none
  424.  
  425. # Unix:
  426. # =====
  427. # LYNXCGI_ENVIRONMENT adds the current value of the specified
  428. # environment variable to the list of environment variables passed on to the
  429. # lynxcgi script. Useful variables are HOME, USER, EDITOR, etc...
  430. #
  431. # VMS:
  432. # ====
  433. # Do not define this.
  434. #
  435. #LYNXCGI_ENVIRONMENT:
  436.  
  437. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of
  438. #  the information, or ALERTMAIL if there is no owner, every time
  439. #  that a document cannot be accessed!
  440. #
  441. #  NOTE: This can generate A LOT of mail, be warned.
  442. #
  443. #MAIL_SYSTEM_ERROR_LOGGING:FALSE
  444.  
  445. # If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
  446. # message) about the existence of any unread mail at startup of Lynx, and
  447. # will get statusline messages if subsequent new mail arrives.  If a jumps
  448. # file with a lynxprog URL for invoking mail is available, or your html
  449. # pages include an mail launch file URL, the user thereby can access mail
  450. # and read the messages.  The checks and statusline reports will not be
  451. # performed if Lynx has been invoked with the -restrictions=mail switch.
  452. #
  453. #  VMS USERS !!!
  454. # New mail is normally broadcast as it arrives, via "unsolicited screen
  455. # broadcasts", which can be "wiped" from the Lynx display via the Ctrl-W
  456. # command.  You may prefer to disable the broadcasts and use CHECKMAIL
  457. # instead (e.g., in a public account which will be used by people who
  458. # are ignorant about VMS).
  459. #
  460. #CHECKMAIL:FALSE
  461.  
  462. # To enable news reading ability via Lynx, the environment variable NNTPSERVER
  463. # must be set so that it points to your site's NNTP server (see INSTALLATION).
  464. # Lynx respects RFC 1738 (http://www.ics.uci.edu/pub/ietf/uri/rfc1738.txt) and
  465. # and does not accept a host field in news URLs (use nntp: instead news: for
  466. # the scheme if you wish to specify an NNTP host in a URL, as explained in the
  467. # RFC).  If you have not set the variable externally, you can set it at run
  468. # time via this configuration file.  It will not override an external setting.
  469. # Note that on VMS it is set as a process logical rather than symbol, and will
  470. # outlive the Lynx image.
  471. #
  472. #NNTPSERVER:news.server.dom
  473.  
  474. # If LIST_NEWS_NUMBERS is set TRUE, Lynx will use an ordered list and include
  475. # the numbers of articles in news listings, instead of using an unordered
  476. # list.  The default is defined in userdefs.h, and can be overridden here.
  477. #
  478. #LIST_NEWS_NUMBERS:FALSE
  479.  
  480. # If LIST_NEWS_DATES is set TRUE, Lynx will include the dates of articles in
  481. # news listings.  The dates always are included in the articles, themselves.
  482. # The default is defined in userdefs.h, and can be overridden here.
  483. #
  484. #LIST_NEWS_DATES:FALSE
  485.  
  486. # NEWS_CHUNK_SIZE and NEWS_MAX_CHUNK regulate the chunking of news article
  487. # listings with inclusion of links for listing earlier and/or later articles.
  488. # The defaults are defined in HTNews.c as 30 and 40, respectively.  If the
  489. # news group contains more than NEWS_MAX_CHUNK articles, they will be listed
  490. # in NEWS_CHUNK_SIZE chunks.  You can change the defaults here, and/or on
  491. # the command line via -newschunksize=NUMBER and/or -newsmaxchunk=NUMBER
  492. # switches.  Note that if the chunk size is increased, here or on the command
  493. # line, to a value greater than the current maximum, the maximum will be
  494. # increased to that number.  Conversely, if the maximum is set to a number
  495. # less than the current chunk size, the chunk size will be reduced to that
  496. # number.  Thus, you need use only one of the two switches on the command
  497. # line, based on the direction of intended change relative to the compilation
  498. # or configuration defaults.  The compilation defaults ensure that there will
  499. # be at least 10 earlier articles before bothering to chunk and create a link
  500. # for earlier articles.
  501. #
  502. #NEWS_CHUNK_SIZE:30
  503. #NEWS_MAX_CHUNK:40
  504.  
  505. # Set NEWS_POSTING to FALSE if you do not want to support posting to
  506. # news groups via Lynx.  If left TRUE, Lynx will use its news gateway to
  507. # post new messages or followups to news groups, using the URL schemes
  508. # described in the "Supported URL" section of the online 'h'elp.  The
  509. # posts will be attempted via the nntp server specified in the URL, or
  510. # if none was specified, via the NNTPSERVER configuration or environment
  511. # variable.  Links with these URLs for posting or sending followups are
  512. # created by the news gateway when reading group listings or articles
  513. # from nntp servers if the server indicates that it permits posting.
  514. # The compilation default set in userdefs.h can be changed here.  If
  515. # the default is TRUE, posting can still be disallowed via the
  516. # -restrictions command line switch.
  517. #NEWS_POSTING:TRUE
  518.  
  519. # LYNX_SIG_FILE defines the name of a file containing a signature which
  520. # can be appended to email messages and news postings or followups.  The
  521. # user will be prompted whether to append it.  It is sought in the home
  522. # directory.  If it is in a subdirectory, begin it with a dot-slash
  523. # (e.g., ./lynx/.lynxsig).  The definition is set in userdefs.h and can
  524. # be changed here.
  525. #
  526. #LYNX_SIG_FILE:.lynxsig
  527.  
  528. # If USE_SELECT_POPUPS is set FALSE, Lynx will present a vertical list of
  529. # radio buttons for the OPTIONs in SELECT blocks which lack the MULTIPLE
  530. # attribute, instead of using a popup menu.  Note that if the MULTIPLE
  531. # attribute is present in the SELECT start tag, Lynx always will create a
  532. # vertical list of checkboxes for the OPTIONs.
  533. # The default defined here or in userdefs.h can be changed via the 'o'ptions
  534. # menu and saved in the RC file, and always can be toggled via the -popup
  535. # command line switch.
  536. #
  537. #USE_SELECT_POPUPS:TRUE
  538.  
  539. # If COLLAPSE_BR_TAGS is set FALSE, Lynx will not collapse serial BR tags.
  540. # Note that the valid way to insert extra blank lines in HTML is via a PRE
  541. # block with only newlines in the block.
  542. # The default is defined in userdefs.h, and can be overridden here.
  543. #
  544. #COLLAPSE_BR_TAGS:TRUE
  545.  
  546. # If SET_COOKIES is set FALSE, Lynx will ignore Set-Cookie headers
  547. # in http server replies.
  548. # The default is defined in userdefs.h, and can be overridden here,
  549. # and/or toggled via the -cookies command line switch.
  550. #
  551. #SET_COOKIES:TRUE
  552.  
  553. # VMS:
  554. #=====
  555. # The mail command is defined in userdefs.h.  It will be spawned as a
  556. # subprocess of lynx and used to send replies and error messages.
  557. # It can be re-defined here.  Your mailer must be able to accept a
  558. # subject line through the use of the /subject="SUBJECT" option.
  559. # If your mailer uses another syntax, some hacking of the mailmsg()
  560. # and reply_by_mail() functions in LYMail.c may be required.
  561. #
  562. #SYSTEM_MAIL:mail
  563.  
  564. # Unix:
  565. #======
  566. # The mail path normally is defined for sendmail (or submit with MMDF)
  567. # in userdefs.h.  You can change it here, but should first read the
  568. # zillions of CERT advisories about security problems with Unix mailers.
  569. # You may need some hacking of the mailmsg() and reply_by_mail() functions
  570. # in LYMail.c, or interposition of a script, for other mailers.
  571. #
  572. #SYSTEM_MAIL:/usr/mmdf/bin/submit
  573. #SYSTEM_MAIL:/usr/lib/sendmail
  574.  
  575. # VMS ONLY:
  576. #==========
  577. # MAIL_ADRS is defined in userdefs.h and normally is structured for PMDF's
  578. # IN%"INTERNET_ADDRESS" scheme.  The %s is replaced with the address given
  579. # by the user.  If you are using a different Internet mail transport, change
  580. # the IN appropriately (e.g., to SMTP, MX, or WINS).
  581. #
  582. #MAIL_ADRS:"IN%%""%s"""
  583.  
  584. # VMS ONLY:
  585. #==========
  586. # If USE_FIXED_RECORDS is set to TRUE here or in userdefs.h, Lynx will
  587. # convert 'd'ownloaded binary files to FIXED 512 record format before saving
  588. # them to disk or acting on a DOWNLOADER option.  If set to FALSE, the
  589. # headers of such files will indicate that they are Stream_LF with Implied
  590. # Carriage Control, which is incorrect, and can cause downloading software
  591. # to get confused and unhappy.  If you do set it FALSE, you can use the
  592. # FIXED512.COM command file, which is included in this distribution, to do
  593. # the conversion externally.
  594. #
  595. #USE_FIXED_RECORDS:TRUE
  596.  
  597. # VI_KEYS can be turned on by the user in the options
  598. # screen or the .lynxrc file.  This is just the default.
  599. #
  600. #VI_KEYS_ALWAYS_ON:FALSE
  601.  
  602. # EMACS_KEYS can be turned on by the user in the options
  603. # screen or the .lynxrc file.  This is just the default.
  604. #
  605. #EMACS_KEYS_ALWAYS_ON:FALSE
  606.  
  607. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  608. # has numbers that work like arrows or else numbered links
  609. # DEFAULT KEYPAD MODE may be set to TRUE for
  610. # using numbers as arrows as default or FALSE for
  611. # using numbered links as the default
  612. #
  613. #DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  614.  
  615. # The default search type.
  616. # This is a default that can be overridden by the user!
  617. #
  618. #CASE_SENSITIVE_ALWAYS_ON:FALSE
  619.  
  620. # DEFAULT_BOOKMARK_FILE is a default filename for use as a personal
  621. # bookmark file.  It will reference a file from the user's home directory.
  622. # NOTE that a file ending in .html or other suffix mapped to text/html
  623. # should be used to ensure it's treatment as HTML.  The built-in default
  624. # is lynx_bookmarks.html.  On both Unix and VMS, if a subdirectory off of
  625. # the HOME directory is desired, the path should begin with "./" (e.g.,
  626. # ./BM/lynx_bookmarks.html), but the subdirectory must already exist.
  627. # Lynx will create the bookmark file, if it does not already exist, on
  628. # the first ADD_BOOKMARK attempt if the HOME directory is indicated
  629. # (i.e., if the definition is just filename.html without any slashes),
  630. # but requires a pre-existing subdirectory to create the file there.
  631. # The user can re-define the default bookmark file, as well as a set
  632. # of sub-bookmark files if multiple bookmark file support is enabled
  633. # (see below), via the 'o'ptions menu, and can save those definitions
  634. # in the .lynxrc file. 
  635. #
  636. #DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
  637.  
  638. # If MULTI_BOOKMARK_SUPPORT is set TRUE, and BLOCK_MULTI_BOOKMARKS (see
  639. # below) is FALSE, and sub-bookmarks exist, all bookmark operations will
  640. # first prompt the user to select an active sub-bookmark file or the
  641. # default bookmark file.  FALSE is the default so that one (the default)
  642. # bookmark file will be available initially.  The definition here will
  643. # override that in userdefs.h.  The user can turn on multiple bookmark
  644. # support via the 'o'ptions menu, and can save that choice as the startup
  645. # default via the .lynxrc file.  When on, the setting can be STANDARD or
  646. # ADVANCED.  If support is set to the latter, and the user mode also is
  647. # ADVANCED, the VIEW_BOOKMARK command will invoke a statusline prompt at
  648. # which the user can enter the letter token (A - Z) of the desired bookmark,
  649. # or '=' to get a menu of available bookmark files.  The menu always is
  650. # presented in NOVICE or INTERMEDIATE mode, or if the support is set to
  651. # STANDARD.  No prompting or menu display occurs if only one (the startup
  652. # default) bookmark file has been defined (define additional ones via the
  653. # 'o'ptions menu).  The startup default, however set, can be overridden on
  654. # the command line via the -restrictions=multibook or the -anonymous or
  655. # -validate switches.
  656. #
  657. #MULTI_BOOKMARK_SUPPORT:FALSE
  658.  
  659. # If BLOCK_MULTI_BOOKMARKS is set TRUE, multiple bookmark support will
  660. # be forced off, and cannot to toggled on via the 'o'ptions menu.  The
  661. # compilation setting is normally FALSE, and can be overridden here.
  662. # It can also be set via the -restrictions=multibook or the -anonymous
  663. # or -validate command line switches.
  664. #
  665. #BLOCK_MULTI_BOOKMARKS:FALSE
  666.  
  667. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  668. # NOVICE  shows a three line help message at the bottom of the screen
  669. # INTERMEDIATE  shows normal amount of help (one line)
  670. # ADVANCED  help is replaced by the URL of the current link
  671. #
  672. #DEFAULT_USER_MODE:NOVICE
  673.  
  674. # DEFAULT_EDITOR sets the default editor for Lynx users.
  675. # If an editor is defined then the user may edit local documents
  676. # using that editor.  The editor will also be used for sending
  677. # mail messages.  If no editor is defined here or by the user
  678. # the user will not be able to edit local documents and a primitive
  679. # line oriented mail input mode will be used.
  680. # NOTE: Do not define an editor unless you know that every user will
  681. #       know how to use it.  Most users do not enjoy getting stuck in
  682. #       an unknown editor that they can't get out of.  Users can
  683. #       easily define an editor of their own using the options menu,
  684. #       so it is not always desirable to set the DEFAULT_EDITOR.
  685. #
  686. #DEFAULT_EDITOR:
  687.  
  688. # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
  689. # changed.
  690. #
  691. #SYSTEM_EDITOR:
  692.  
  693. # Proxy variables
  694. # Lynx version 2.2 and beyond supports the use of proxy servers that can
  695. # act as firewall gateways and caching servers.  They are preferable to
  696. # the older gateway servers.  Each protocol used by Lynx can be mapped
  697. # separately using PROTOCOL_proxy environment variables (see INSTALLATION).
  698. # If you have not set them externally, you can set them at run time via
  699. # this configuration file.  They will not override external settings.
  700. # The no_proxy variable can be a comma-separated list of hosts which should
  701. # not be proxied, or an asterisk to override all proxy variables.
  702. # Note that on VMS they are set as process logicals rather than symbols,
  703. # to preserve lowercasing, and will outlive the Lynx image.
  704. #
  705. #http_proxy:http://some.server.dom:port/
  706. #https_proxy:http://some.server.dom:port/
  707. #ftp_proxy:http://some.server.dom:port/
  708. #gopher_proxy:http://some.server.dom:port/
  709. #news_proxy:http://some.server.dom:port/
  710. #newspost_proxy:http://some.server.dom:port/
  711. #newsreply_proxy:http://some.server.dom:port/
  712. #snews_proxy:http://some.server.dom:port/
  713. #snewspost_proxy:http://some.server.dom:port/
  714. #snewsreply_proxy:http://some.server.dom:port/
  715. #nntp_proxy:http://some.server.dom:port/
  716. #wais_proxy:http://some.server.dom:port/
  717. #finger_proxy:http://some.server.dom:port/
  718. #cso_proxy:http://some.server.dom:port/
  719. #no_proxy:host.domain.dom
  720.  
  721. # Printer definitions
  722. # any number of printers may be defined by using multiple
  723. # printer definition sets.  Printers may be any program
  724. # that could be useful to your users, they do not necessarily
  725. # have to print.
  726. #
  727. # the definition of a printer is of the form
  728. # PRINTER:<printer name>:<printer command>:<printer option>:<lines/page>
  729. #
  730. #    <printer name> is the name that the user will see.
  731. # <printer command> is the command line arguments for printing a file.
  732. #            The %s will be replaced with the file being printed.
  733. #                   If a second %s is given the second %s will be replaced by
  734. #                   a suggested filename that is prettier than the tempfile
  735. #                   name given in the first %s.  This does not remove the first
  736. #                   %s from the command line in any manner.  If you need to
  737. #                   use only the second %s file name in your printer command,
  738. #                   then I suggest creating a script which will first copy the
  739. #                   first %s file name to the second %s file name, and then
  740. #                   executing your print command with the second %s file name.
  741. #  <printer option> specifies whether the printer should be disabled for
  742. #            users without printing options.  The options are
  743. #            TRUE or FALSE;
  744. #            TRUE means the printer will always be ENABLED
  745. #             regardless of printer or anonymous settings
  746. #            FALSE means the printer will be DISABLED when
  747. #              the -noprint option is on, or for anonymous
  748. #              users which are not allowed to print
  749. #
  750. #  <lines/page>    is an optional parameter for indicating the number of
  751. #           lines per page for the printer.  Defaults to 66.  Used
  752. #           for computing the approximate number of pages and
  753. #           generating a statusline query of whether to proceed if
  754. #           the document is longer than 4 printer pages.  Uses the
  755. #           current screen length for the computation when the
  756. #           built in "print to screen" option is selected.
  757. #
  758. #  You must put the whole definition on one line.
  759. #
  760. #  If you must use a colon, precede it with a backslash!
  761. #
  762. #  If you have a very busy VMS print queue and Lynx deletes the temporary
  763. #  files before they have been queued, use the VMSPrint.com included in
  764. #  the distribution.
  765. #
  766. #    examples
  767. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  768. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  769. #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
  770. #PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58
  771. #  Check out the lpansi program in utils/ for printing on vt100
  772. #  attached printers.
  773. PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE
  774. PRINTER:Print to default local printer:prt.cmd %s:FALSE
  775. #  Don't use the following printer on anonymous accounts since
  776. #  allowing shell input is very dangerous.
  777. #PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  778. #  Pass to a sophisticated file viewer (sources for most are available in
  779. #  ftp://space.mit.edu/pub/davis/most).  The most -k switch suppresses the
  780. #  invocation of hexadecimal display mode if 8-bit or control characters
  781. #  are present.  The +s switch invokes secure mode.
  782. #PRINTER:Use Most to view:most -k +s %s:TRUE:23 
  783.  
  784. # Downloader definitions
  785. # any number of downloaders may be defined by using multiple
  786. # downloader definition sets.  Downloaders may be any program
  787. # that could be useful to your users, they do not necessarily
  788. # have to be a download protocol program. The most common use
  789. # of a downloader is to use Ckermit or some other transfer
  790. # program so that the user may easily transfer files back to
  791. # their local machine over a serial link.
  792. #
  793. # the definition of a downloader is of the form
  794. # DOWNLOADER:<downloadername>:<downloader command>:<downloader option>
  795. #
  796. #    <downloader name> is the name that the user will see.
  797. # <downloader command> is the command line arguments for downloading a file.
  798. #                      The %s will be replaced with the file being downloaded.
  799. #                      If a second %s is given the second %s will be replaced
  800. #                      by a suggested filename that is nicer than the tempfile
  801. #                      name given in the first %s.  This does not replace the
  802. #                      first %s in the command line.  If your command needs
  803. #                      the suggest file name on the command line only, then
  804. #                      I suggest creating a script that will first copy the
  805. #                      first %s file name to the second %s file name, and then
  806. #                      execute the downloading command using the second %s file
  807. #                      name (e.g., 'sz' needs such a script interposed).
  808. #  <downloader option> specifies whether the downloader should be disabled for
  809. #                      anonymous users.  The options are
  810. #                      TRUE or FALSE;
  811. #                      TRUE means the downloader will always be ENABLED
  812. #                           regardless of the anonymous settings (however,
  813. #                all downloading is disabled by -validate).
  814. #                      FALSE means the downloader will be DISABLED when
  815. #                            the user is anonymous.
  816. #
  817. #  You must put the whole definition on one line.
  818. #
  819. #  If you must use a colon, precede it with a backslash!
  820. #
  821. #    examples
  822. #DOWNLOADER:Use Most to view:most +s %s:TRUE
  823. #  (don't use most's -k switch, so that binaries will invoke hexadecimal mode)
  824. #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s -a %s:TRUE
  825. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  826. #    (example script in lieu of :sz %s: for offering a suggested filename)
  827. #  :set %s %s;td=/tmp/Lsz$$;mkdir $td;ln -s $1 $td/"$2";sz $td/"$2";rm -r $td:
  828.  
  829. # Unix ONLY:
  830. #===========
  831. # Uploader definitions (implemented only with Unix DIRED_SUPPORT;
  832. #                       see the Makefile in the top directory,
  833. #            and the header of ./src/LYUpload.c)
  834. # any number of uploaders may be defined by using multiple
  835. # uploader definition sets.  Uploaders may be any program
  836. # that could be useful to your users, they do not necessarily
  837. # have to be an upload protocol program. The most common use
  838. # of an uploader is to use Ckermit or some other transfer
  839. # program so that the user may easily transfer files from
  840. # their local machine over a serial link.
  841. #
  842. # the definition of an uploader is of the same form as a downloader
  843. # UPLOADER:<uploadername>:<uploader command>:<uploader option>
  844. #
  845. #  You must put the whole definition on one line.
  846. #
  847. #  If you must use a colon, precede it with a backslash!
  848. #
  849. #  If you do not include a %s, you will not be prompted for an
  850. #  output filename.
  851. #
  852. #    example
  853. #UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
  854.  
  855. # If NO_DOT_FILES is TRUE (normal default via userdefs.h), the user will not
  856. # be allowed to specify files beginning with a dot in reply to output filename
  857. # prompts, and files beginning with a dot (e.g., file://localhost/path/.lynxrc)
  858. # will not be included in the directory browser's listings.  If set FALSE, you
  859. # can force it to be treated as TRUE via -restrictions=dotfiles.  If set FALSE
  860. # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
  861. # may save the preference in the RC file).
  862. #
  863. #NO_DOT_FILES:TRUE
  864.  
  865. # If NO_FROM_HEADER is set FALSE, From headers will be sent in transmissions
  866. # to http or https servers if the personal_mail_address has been defined via
  867. # the 'o'ptions menu.  The compilation default is TRUE (no From header is
  868. # sent) and the default can be changed here.  The default can be toggled at
  869. # run time via the -from switch.  Note that transmissions of From headers
  870. # have become widely considered to create an invasion of privacy risk.
  871. #
  872. #NO_FROM_HEADER:TRUE
  873.  
  874. # If NO_REFERER_HEADER is TRUE, Referer headers never will be sent in
  875. # transmissions to servers.  Lynx normally sends the URL of the document
  876. # from which the link was derived, but not for startfile URLs, 'g'oto
  877. # URLs, 'j'ump shortcuts, bookmark file links, or history list links.
  878. # If left FALSE here, it can be set TRUE at run time via the -noreferer
  879. # switch.
  880. #
  881. #NO_REFERER_HEADER:FALSE
  882.  
  883. # If NO_FILE_REFERER is TRUE, Referer headers never will be sent in
  884. # transmissions to servers for links or actions derived from documents
  885. # or forms with file URLs.  This would ensure that paths associated
  886. # with the local file system are never indicated to servers, even if
  887. # NO_REFERER_HEADER is FALSE.  If left FALSE here, it can be set TRUE
  888. # at run time via the -nofilereferer switch.
  889. #
  890. #NO_FILE_REFERER:FALSE
  891.  
  892. # If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
  893. # which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
  894. # strings will be links for the resolved SRC rather than just text.  For
  895. # ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
  896. # strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
  897. # appended.
  898. #
  899. # The default defined here will override that in userdefs.h, and the user
  900. # can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
  901. #
  902. # The default also can be toggled via an "-image_links" command line switch.
  903. #
  904. #MAKE_LINKS_FOR_ALL_IMAGES:FALSE
  905.  
  906. # If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
  907. # specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
  908. # i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
  909. # is defined or toggled to TRUE, however, the pseudo-ALTs will be created
  910. # for inlines, so that they can be used as links to the SRCs.
  911. #
  912. # The default defined here will override that in userdefs.h, and the user
  913. # can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
  914. #
  915. # The default also can be toggled via a "-pseudo_inlines" command line
  916. # switch.
  917. #
  918. #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE
  919.  
  920. # If SUBSTITUTE_UNDERSCORES is TRUE, the _underline_ format will be used
  921. # for emphasis tags in dumps.
  922. #
  923. # The default defined here will override that in userdefs.h, and the user
  924. # can toggle the default via a "-underscore" command line switch.
  925. #
  926. #SUBSTITUTE_UNDERSCORES:FALSE
  927.  
  928. # If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical"
  929. # behavior of treating any '>' as a terminator for comments, instead of
  930. # seeking a valid '-->' terminator (note that white space can be present
  931. # between the '--' and '>' in valid terminators).  The compilation default
  932. # is FALSE.
  933. #
  934. # The compilation default, or default defined here, can be toggled via a
  935. # "-historical" command line switch, and via the LYK_HISTORICAL command key.
  936. #
  937. #HISTORICAL_COMMENTS:FALSE
  938.  
  939. # If MINIMAL_COMMENTS is TRUE, Lynx will not use Valid comment parsing
  940. # of '--' pairs as serial comments within an overall comment element,
  941. # and instead will seek only a '-->' terminator for the overall comment
  942. # element.  This emulates the Netscape v2.0 comment parsing bug, and
  943. # will help Lynx cope with the use of dashes as "decorations", which
  944. # consequently has become common in so-called "Enhanced for Netscape"
  945. # pages.  Note that setting Historical comments on will override the
  946. # Minimal or Valid setting.
  947. #
  948. # The compilation default for MINIMAL_COMMENTS is FALSE, but we'll
  949. # set it TRUE here, until Netscape gets its comment parsing right,
  950. # and "decorative" dashes cease to be so common.
  951. #
  952. # The compilation default, or default defined here, can be toggled via a
  953. # "-minimal" command line switch, and via the LYK_MINIMAL command key.
  954. #
  955. MINIMAL_COMMENTS:TRUE
  956.  
  957. # If SOFT_DQUOTES is TRUE, Lynx will emulate the invalid behavior of
  958. # treating '>' as a co-terminator of a double-quoted attribute value
  959. # and the tag which contains it, as was done in old versions of Netscape
  960. # and Mosaic.  The compilation default is FALSE.
  961. #
  962. # The compilation default, or default defined here, can be toggled via
  963. # a "-soft_dquotes" command line switch.
  964. #
  965. #SOFT_DQUOTES:FALSE
  966.  
  967. # If ENABLE_SCROLLBACK is TRUE, Lynx will clear the entire screen before
  968. # displaying each new screenful of text.  Though less efficient for normal
  969. # use, this allows programs that maintain a buffer of previously-displayed
  970. # text to recognize the continuity of what has been displayed, so that
  971. # previous screenfuls can be reviewed by whatever method the program uses
  972. # to scroll back through previous text.  For example, the PC comm program
  973. # QModem has a key that can be pressed to scroll back; if ENABLE_SCROLLBACK
  974. # is TRUE, pressing the scrollback key will access previous screenfuls which
  975. # will have been stored on the local PC and will therefore be displayed
  976. # instantaneously, instead of needing to be retransmitted by Lynx at the
  977. # speed of the comm connection (but Lynx will not know about the change,
  978. # so you must restore the last screen before resuming with Lynx commands).
  979. #
  980. # The compilation default is FALSE (if REVERSE_CLEAR_SCREEN_PROBLEM was not
  981. # defined in the Unix Makefile to invoke this behavior as a workaround for
  982. # some poor curses implementations).
  983. #
  984. # The default compilation or configuration setting can be toggled via an
  985. # "-enable_scrollback" command line switch.
  986. #
  987. #ENABLE_SCROLLBACK:FALSE
  988.  
  989. # If SCAN_FOR_BURIED_NEWS_REFS is set to TRUE, Lynx will scan the bodies
  990. # of news articles for buried article and URL references and convert them
  991. # to links.  The compilation default is TRUE, but some email addresses
  992. # enclosed in angle brackets ("<user@address>") might be converted to false
  993. # news links, and uuencoded messages might be corrupted.  The conversion is
  994. # not done when the display is toggled to source or when 'd'ownloading, so
  995. # uuencoded articles can be saved intact regardless of these settings.
  996. #
  997. # The default setting can be toggled via a "-buried_news" command line
  998. # switch.
  999. #
  1000. #SCAN_FOR_BURIED_NEWS_REFS:TRUE
  1001.  
  1002. # MIME types and viewers!
  1003. #
  1004. # file extensions may be assigned to MIME types using
  1005. # the SUFFIX: definition.
  1006. #
  1007. # The SUFFIX definition takes the form of:
  1008. #    SUFFIX:<file extension>:<mime type>
  1009. # for instance the following definition maps the
  1010. # extension ".gif" to the mime type "image/gif"
  1011. #    SUFFIX:.gif:image/gif
  1012. #
  1013. # file suffixes are case INsensitive!
  1014. #
  1015. # The suffix definitions listed here in the default lynx.cfg file are
  1016. # among those established via src/HTInit.c.  You can change any of the
  1017. # defaults by editing that file, or via the global or personal mime.types
  1018. # files at run time.  They will be overridden if you assign them here.
  1019. #
  1020. #SUFFIX:.ps:application/postscript
  1021. #SUFFIX:.eps:application/postscript
  1022. #SUFFIX:.ai:application/postscript
  1023. #SUFFIX:.rtf:application/x-rtf
  1024. #SUFFIX:.snd:audio/basic
  1025. #SUFFIX:.gif:image/gif
  1026. #SUFFIX:.rgb:image/x-rgb
  1027. #SUFFIX:.pict:image/x-pict
  1028. #SUFFIX:.xbm:image/x-xbitmap
  1029. #SUFFIX:.tiff:image/x-tiff
  1030. #SUFFIX:.jpg:image/jpeg
  1031. #SUFFIX:.jpeg:image/jpeg
  1032. #SUFFIX:.mpg:video/mpeg
  1033. #SUFFIX:.mpeg:video/mpeg
  1034. #SUFFIX:.mov:video/quicktime
  1035. #SUFFIX:.hqx:application/octet-stream
  1036. #SUFFIX:.bin:application/octet-stream
  1037. #SUFFIX:.exe:application/octet-stream
  1038. #SUFFIX:.tar:application/octet-stream
  1039. #SUFFIX:.Z:application/octet-stream
  1040. #SUFFIX:.gz:application/octet-stream
  1041. #SUFFIX:.zip:application/octet-stream
  1042. #SUFFIX:.lzh:application/octet-stream
  1043. #SUFFIX:.lha:application/octet-stream
  1044. #SUFFIX:.dms:application/octet-stream
  1045.  
  1046. # The global and personal EXTENSION_MAP files allow you to assign extensions
  1047. # to MIME types which will override any of the suffix maps in this (lynx.cfg)
  1048. # configuration file, or in src/HTInit.c.  See the example mime.types file
  1049. # in the samples subdirectory.
  1050. #
  1051. #     Unix:
  1052. #GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
  1053. #     VMS:
  1054. #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
  1055. #
  1056. #    Unix (sought in user's home directory):
  1057. #PERSONAL_EXTENSION_MAP:.mime.types
  1058. #    VMS (sought in user's sys$login directory):
  1059. #PERSONAL_EXTENSION_MAP:mime.types
  1060.  
  1061. # VMS:
  1062. # ====
  1063. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c
  1064. # for viewing image content types when the DECW$DISPLAY logical
  1065. # is set.  Make it the foreign command for your system's X image
  1066. # viewer (commonly, "xv").  Make it "exit" or something like that
  1067. # if you don't have one.  It can be anything that will handle GIF,
  1068. # TIFF and other popular image formats.  Freeware ports of xv for
  1069. # VMS are available in the ftp://ftp.wku.edu/vms/unsupported and
  1070. # http://www.openvms.digital.com/cd/XV310A/ subdirectories.  You
  1071. # must also have a "%s" for the filename.  The default is defined
  1072. # in userdefs.h and can be overridden here, or via the global or
  1073. # personal mailcap files (see below).
  1074. #
  1075. #XLOADIMAGE_COMMAND:xv %s
  1076.  
  1077. # Unix:
  1078. # =====
  1079. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for
  1080. # viewing image content types when the DISPLAY environment variable
  1081. # is set.  Make it the full path and name of the xli (also know as
  1082. # xloadimage or xview) command, or other image viewer.  Put 'echo' or
  1083. # something like it here if you don't have a suitable viewer.  It can
  1084. # be anything that will handle GIF, TIFF and other popular image formats
  1085. # (xli does).  The freeware distribution of xli is available in the
  1086. # ftp://ftp.x.org/contrib subdirectory.  The shareware, xv, also is
  1087. # suitable.  You must also have a "%s" for the filename; "&" for
  1088. # background is optional.  The default is defined in userdefs.h and can be
  1089. # overridden here, or via the global or personal mailcap files (see below).
  1090. # Note that open is used as the default for NeXT, instead of the
  1091. # XLOADIMAGE_COMMAND definition.
  1092. #
  1093. #XLOADIMAGE_COMMAND:xli %s &
  1094.  
  1095. # OS/2:
  1096. # =====
  1097.  
  1098. # XLOADIMAGE_COMMAND will be used as a default in src/HTInit.c for
  1099. # viewing image content types when the DISPLAY environment variable
  1100. # is set.  Make it the full path and name of the xli (also know as
  1101. # xloadimage or xview) command, or other image viewer.  Put 'echo' or
  1102. # something like it here if you don't have a suitable viewer.  It can
  1103. # be anything that will handle GIF, TIFF and other popular image formats
  1104. # (xli does).  The freeware distribution of xli is available in the
  1105. # ftp://ftp.x.org/contrib subdirectory.  The shareware, xv, also is
  1106. # suitable.  The default is defined in userdefs.h and can be
  1107. # overridden here, or via the global or personal mailcap files (see below).
  1108. # Note that open is used as the default for NeXT, instead of the
  1109. # XLOADIMAGE_COMMAND definition.
  1110. #
  1111. # The XLOADIMAGE_COMMAND also works under PM.  Unfortunately, I don't
  1112. # know a good way to toggle whether you are running under PM or
  1113. # XFree86.  Just set it to the one you use most, I guess.
  1114. #
  1115. # Presentation Manager 
  1116. #XLOADIMAGE_COMMAND:cmd /c start ib %s
  1117. #
  1118. # XFree86-OS/2
  1119. #XLOADIMAGE_COMMAND:detach xli %s
  1120. # or
  1121. #XLOADIMAGE_COMMAND:detach xv %s
  1122.  
  1123. # MIME types may be assigned to external viewers using
  1124. # the VIEWER definition.
  1125. #
  1126. # Note: if you do not define a viewer to a new MIME type
  1127. #       that you assigned above then it will be saved to
  1128. #       disk by default.
  1129. #
  1130. # The VIEWER definition takes the form of:
  1131. #    VIEWER:<mime type>:<viewer command>[:environment]
  1132. #      where -mime type is the MIME content type of the file
  1133. #         -viewer command is a system command that can be
  1134. #             used to display the file where %s is replaced
  1135. #             within the command with the physical filename
  1136. #             (e.g. "ghostview %s" becomes "ghostview /tmp/temppsfile")
  1137. #            -environment is optional.  The only valid keywords
  1138. #             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS
  1139. #             environment is specified then the viewer will only be
  1140. #             defined when the user has the environment variable DISPLAY
  1141. #             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
  1142. #             is specified the specified viewer will only be defined when the
  1143. #             user DOES NOT have the environment variable DISPLAY defined.
  1144. #  examples:
  1145. #        VIEWER:image/gif:xli %s:XWINDOWS
  1146. #               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
  1147. #               VIEWER:application/start-elm:elm
  1148. #
  1149. # You must put the whole definition on one line.
  1150. #
  1151. # If you must use a colon in the viewer command, precede it with a backslash!
  1152. #
  1153. # The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
  1154. # file are among those established via src/HTInit.c.  For the image types,
  1155. # HTInit.c uses the XLOADIMAGE_COMMAND definition in userdefs.h or above
  1156. # (open is used for NeXT).  You can change any of these defaults via the
  1157. # global or personal mailcap files at run time.  They will be overridden
  1158. # if you assign them here.
  1159. #
  1160. #VIEWER:application/postscript:ghostview %s&:XWINDOWS
  1161. #VIEWER:image/gif:xli %s&:XWINDOWS
  1162. #VIEWER:image/x-xbm:xli %s&:XWINDOWS
  1163. #VIEWER:image/x-rgb:xli %s&:XWINDOWS
  1164. #VIEWER:image/x-tiff:xli %s&:XWINDOWS
  1165. #VIEWER:image/jpeg:xli %s&:XWINDOWS
  1166. #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
  1167.  
  1168. # The global and personal MAILCAP files allow you to specify external
  1169. # viewers to be spawned when Lynx encounters different MIME types, which
  1170. # will override any of the suffix maps in this (lynx.cfg) configuration
  1171. # file, or in src/HTInit.c.  See RFC-MAILCAP.txt in the docs subdirectory
  1172. # and the example mailcap file in the samples subdirectory.
  1173. #
  1174. #    Unix:
  1175. #GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
  1176. #    VMS:
  1177. #GLOBAL_MAILCAP:Lynx_Dir:mailcap
  1178. #
  1179. #     Sought in user's home (Unix) or sys$login (VMS) directory.
  1180. #PERSONAL_MAILCAP:.mailcap
  1181.  
  1182. # Key remapping definitions!
  1183. #
  1184. # You may redefine the keymapping of any function in Lynx by
  1185. # using the KEYMAP variable.  The form of KEYMAP is:
  1186. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  1187. #
  1188. # You must map upper and lowercase keys separately.
  1189. #
  1190. # A representative list of functions mapped to their default keys is
  1191. # provided below.  All of the mappings are commented out by default
  1192. # since they just map to the default mappings, except for TOGGLE_HELP
  1193. # (see below).  See LYKeymap.c for the complete key mapping.  Use the
  1194. # 'K'eymap command when running Lynx for a list of the current mappings.
  1195. #
  1196. # Special keys map to:
  1197. #         Up Arrow: 0x100
  1198. #       Down Arrow: 0x101
  1199. #      Right Arrow: 0x102
  1200. #       Left Arrow: 0x103
  1201. #        Page Down: 0x104
  1202. #          Page Up: 0x105
  1203. #      Keypad Home: 0x106
  1204. #       Keypad End: 0x107
  1205. #   Function key 1: 0x108
  1206. # vt100   Help Key: 0x108
  1207. # vt100     Do Key: 0x109
  1208. # vt100   Find Key: 0x10A
  1209. # vt100 Select Key: 0x10B
  1210. # vt100 Insert Key: 0x10C
  1211. # vt100 Remove Key: 0x10D
  1212. #  (0x00) NULL KEY: 0x00E (DO_NOTHING)
  1213. #
  1214.  
  1215. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source
  1216. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  1217. #KEYMAP:q:QUIT        # Ask the user to quit
  1218. #KEYMAP:Q:ABORT        # Quit without verification
  1219. #KEYMAP:0x20:NEXT_PAGE    # Move down to next page
  1220. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  1221. #KEYMAP:^P:UP_TWO    # Move display up two lines
  1222. #KEYMAP:0x10C:UP_TWO    # Function key Insert - Move display up two lines
  1223. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  1224. #KEYMAP:0x10D:DOWN_TWO    # Function key Remove - Move display down two lines
  1225. #KEYMAP:(:UP_HALF    # Move display up half a page
  1226. #KEYMAP:):DOWN_HALF    # Move display down half a page
  1227. #KEYMAP:^W:REFRESH    # Refresh the screen
  1228. #KEYMAP:^A:HOME        # Go to top of current document
  1229. #KEYMAP:0x106:HOME    # Keypad Home - Go to top of current document
  1230. #KEYMAP:0x10A:HOME    # Function key Find - Go to top of current document
  1231. #KEYMAP:^E:END        # Go to bottom of current document
  1232. #KEYMAP:0x107:END    # Keypad End - Go to bottom of current document
  1233. #KEYMAP:0x10B:END    # Function key Select - Go to bottom of current document
  1234. #KEYMAP:0x100:PREV_LINK    # Move to the previous link
  1235. #KEYMAP:0x101:NEXT_LINK    # Move to the next link
  1236. #KEYMAP:<:UP_LINK       # Move to the link above
  1237. #KEYMAP:>:DOWN_LINK    # Move to the link below
  1238. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  1239. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  1240. #KEYMAP:0x7F:HISTORY    # Display stack of currently-suspended documents
  1241. #KEYMAP:0x08:HISTORY    # Display stack of currently-suspended documents
  1242. #KEYMAP:0x103:PREV_DOC    # Return to the previous document
  1243. #KEYMAP:0x102:ACTIVATE    # Select the current link
  1244. #KEYMAP:0x109:ACTIVATE    # Function key Do - Select the current link
  1245. #KEYMAP:g:GOTO        # Goto a random URL
  1246. #KEYMAP:G:ECGOTO    # Edit the current document's URL and go to it
  1247. #KEYMAP:H:HELP        # Show default help screen
  1248. #KEYMAP:0x108:HELP    # Function key Help - Show default help screen
  1249. #KEYMAP:i:INDEX        # Show default index
  1250. #*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change NOCACHE ***
  1251. #KEYMAP:x:NOCACHE    # Force submission of form or link with no-cache
  1252. #*** Do not change INTERRUPT from 'z' & 'Z' ***
  1253. #KEYMAP:z:INTERRUPT    # Interrupt network transmission
  1254. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  1255. #KEYMAP:o:OPTIONS    # Show the options menu
  1256. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  1257. #KEYMAP:/:WHEREIS    # Find a string within the current document
  1258. #KEYMAP:n:NEXT        # Find next occurence of string within document
  1259. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  1260. #KEYMAP:e:EDIT        # Edit current document
  1261. #KEYMAP:=:INFO        # Show info about current document
  1262. #KEYMAP:p:PRINT        # Show print options
  1263. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  1264. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  1265. #KEYMAP:V:VLINKS    # List links visited during the current Lynx session
  1266. #KEYMAP:!:SHELL        # Spawn default shell
  1267. #KEYMAP:d:DOWNLOAD    # Download current link
  1268. #KEYMAP:j:JUMP        # Jump to a predefined target
  1269. #KEYMAP:k:KEYMAP    # Display the current key map
  1270. #KEYMAP:l:LIST        # List the references (links) in the current document
  1271. #KEYMAP:#:TOOLBAR    # Go to the Toolbar or Banner in the current document
  1272. #KEYMAP:^T:TRACE_TOGGLE    # Toggle tracing of browser operations
  1273. #KEYMAP:*:IMAGE_TOGGLE    # Toggle inclusion of links for all images
  1274. #KEYMAP:[:INLINE_TOGGLE    # Toggle pseudo-ALTs for inlines with no ALT string
  1275. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  1276.  
  1277. # If TOGGLE_HELP is mapped, in novice mode the second help menu line
  1278. # can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
  1279. # userdefs.h.  Otherwise, it will be NOVICE_LINE_TWO.
  1280. #
  1281. #KEYMAP:O:TOGGLE_HELP    # Show other commands in the novice help menu
  1282.  
  1283. # Alternate jumps files can be defined and mapped to keys here.  If the
  1284. # keys have already been mapped, then those mappings will be replaced,
  1285. # but you should leave at least one key mapped to the default jumps
  1286. # file.  You optionally may include a statusline prompt string for the
  1287. # mapping.  You must map upper and lowercase keys separately (beware of
  1288. # mappings to keys which the user can further remap via the 'o'ptions
  1289. # menu).  The format is:
  1290. #
  1291. #    JUMPFILE:path:key[:prompt]
  1292. #
  1293. # where path should begin with a '/' (i.e., not include file://localhost).
  1294. # Any white space following a prompt string will be trimmed, and a single
  1295. # space will be added by Lynx.
  1296. #
  1297. #JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):
  1298.  
  1299. # VMS ONLY:
  1300. #==========
  1301. # On VMS, CSwing (an XTree emulation for VTxxx terminals) is intended for
  1302. # use as the Directory/File Manager (sources, objects, or executables are
  1303. # available from ftp://narnia.memst.edu/).  CSWING_PATH should be defined
  1304. # here or in userdefs.h to your foreign command for CSwing, with any
  1305. # regulatory switches you want included.  If not defined, or defined as
  1306. # a zero-length string ("") or "none" (case-insensitive), the support
  1307. # will be disabled.  It will also be disabled if the -nobrowse or
  1308. # -selective switches are used, or if the file_url restriction is set.
  1309. #
  1310. # When enabled, the DIRED_MENU command (normally 'f' or 'F') will invoke
  1311. # CSwing, normally with the current default directory as an argument to
  1312. # position the user on that node of the directory tree.  However, if the
  1313. # current document is a local directory listing, or a local file and not
  1314. # one of the temporary menu or list files, the associated directory will
  1315. # be passed as an argument, to position the user on that node of the tree.
  1316. #
  1317. #CSWING_PATH:swing
  1318.  
  1319. # Unix ONLY:
  1320. #===========
  1321. # LIST_FORMAT defines the display for local files when Lynx has been
  1322. # compiled with LONG_LIST defined in the Makefile.  The default is set
  1323. # in userdefs.h, normally to "ls -l" format, and can be changed here
  1324. # by uncommenting the indicated lines, or adding a definition with a
  1325. # modified parameter list.
  1326. #
  1327. # The percent items in the list are interpreted as follows:
  1328. #
  1329. #    %p    Unix-style permission bits
  1330. #    %l    link count
  1331. #    %o    owner of file
  1332. #    %g    group of file
  1333. #    %d    date of last modification
  1334. #    %a    anchor pointing to file or directory
  1335. #    %A    as above but don't show symbolic links
  1336. #    %k    size of file in Kilobytes
  1337. #    %K    as above but omit size for directories
  1338. #    %s    size of file in bytes
  1339. #
  1340. # Anything between the percent and the letter is passed on to sprintf.
  1341. # A double percent yields a literal percent on output.  Other characters
  1342. # are passed through literally.
  1343. #
  1344. # If you want only the filename:
  1345. #
  1346. #LIST_FORMAT:    %a
  1347. #
  1348. # If you want a brief output:
  1349. #
  1350. #LIST_FORMAT:   %4K %-12.12d %a
  1351. #
  1352. # If you want the Unix "ls -l" format:
  1353. #
  1354. #LIST_FORMAT:    %p %4l %-8.8o %-8.8g %7s %-12.12d %a
  1355.  
  1356. # Unix ONLY:
  1357. #===========
  1358. # DIRED_MENU items are used to compose the F)ull menu list in DIRED mode
  1359. # The behaviour of the default configuration given here is much the same
  1360. # as it was when this menu was hard-coded but these items can now be adjusted
  1361. # to suit local needs.  In particular, many of the LYNXDIRED actions can be
  1362. # replaced with lynxexec, lynxprog and lynxcgi script references.
  1363. #
  1364. # NOTE that defining even one DIRED_MENU line overrides all the built-in
  1365. # definitions, so a complete set must then be defined here.
  1366. #
  1367. # Each line consists of the following fields:
  1368. #
  1369. #    DIRED_MENU:type:suffix:link text:extra text:action
  1370. #
  1371. #    type: TAG: list only when one or more files are tagged
  1372. #          FILE: list only when the current selection is a file
  1373. #          DIR: list only when the current selection is a directory
  1374. #
  1375. #    suffix: list only if the current selection ends in this pattern
  1376. #
  1377. #    link text: the displayed text of the link
  1378. #
  1379. #    extra text: the text displayed following the link
  1380. #
  1381. #    action: the URL to be followed upon selection
  1382. #
  1383. #    link text and action are scanned  for % sequences that are expanded
  1384. #    at display time as follows:
  1385. #
  1386. #            %p  path of current selection
  1387. #            %f  filename (last component) of current selection
  1388. #            %t  tagged list (full paths)
  1389. #            %l  list of tagged file names
  1390. #            %d  the current directory
  1391. #
  1392. #DIRED_MENU:::New File:(in current directory):LYNXDIRED://NEW_FILE%d
  1393. #DIRED_MENU:::New Directory:(in current directory):LYNXDIRED://NEW_FOLDER%d
  1394. #DIRED_MENU:::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
  1395. #DIRED_MENU:::Modify Name:(of current selection):LYNXDIRED://MODIFY_NAME%p
  1396.  
  1397. # Following depends on OK_PERMIT
  1398. #DIRED_MENU:::Permit Name:(of current selection):LYNXDIRED://PERMIT_SRC%p
  1399.  
  1400. #DIRED_MENU:::Change Location:(of current selection):LYNXDIRED://MODIFY_LOCATION%p
  1401. #DIRED_MENU:::Remove:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1402.  
  1403. # Following depends on OK_UUDECODE and !ARCHIVE_ONLY
  1404. #DIRED_MENU:FILE::UUDecode:(current selection):LYNXDIRED://UUDECODE%p
  1405.  
  1406. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1407. #DIRED_MENU:FILE:.tar.Z:Expand:(current selection):LYNXDIRED://UNTAR_Z%p
  1408.  
  1409. # Following depend on OK_TAR and OK_GZIP and !ARCHIVE_ONLY
  1410. #DIRED_MENU:FILE:.tar.gz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1411. #DIRED_MENU:FILE:.tgz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1412.  
  1413. # Following depends on !ARCHIVE_ONLY
  1414. #DIRED_MENU:FILE:.Z:Uncompress:(current selection):LYNXDIRED://DECOMPRESS%p
  1415.  
  1416. # Following depends on OK_GZIP and !ARCHIVE_ONLY
  1417. #DIRED_MENU:FILE:.gz:Uncompress:(current selection):LYNXDIRED://UNGZIP%p
  1418.  
  1419. # Following depends on OK_ZIP and !ARCHIVE_ONLY
  1420. #DIRED_MENU:FILE:.zip:Uncompress:(current selection):LYNXDIRED://UNZIP%p
  1421.  
  1422. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1423. #DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p
  1424.  
  1425. # Following depends on OK_TAR
  1426. #DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p
  1427.  
  1428. # Following depends on OK_TAR and OK_GZIP
  1429. #DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p
  1430.  
  1431. # Following depends on OK_ZIP
  1432. #DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%p
  1433.  
  1434. #DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p
  1435.  
  1436. # Following depends on OK_GZIP
  1437. #DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p
  1438.  
  1439. # Following depends on OK_ZIP
  1440. #DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%p
  1441.  
  1442. #DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED%d
  1443. #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED
  1444. #DIRED_MENU:TAG::Untag all tagged items.::LYNXDIRED://CLEAR_TAGGED
  1445.  
  1446. # COLORS (only available if compiled with slang)
  1447. # The line must be of the form:
  1448. # COLOR:INTEGER:FOREGROUND:BACKGROUND
  1449. # Here FOREGROUND and BACKGROUND must be one of:
  1450. #      black              red            green            brown
  1451. #       blue          magenta             cyan        lightgray
  1452. #       gray        brightred      brightgreen           yellow
  1453. # brightblue    brightmagenta       brightcyan            white
  1454. #
  1455. # Uncomment and change any of the compilation defaults.
  1456. #
  1457. #COLOR:0:black:white
  1458. #COLOR:1:blue:white
  1459. #COLOR:2:yellow:blue
  1460. #COLOR:3:green:white
  1461. #COLOR:4:magenta:white
  1462. #COLOR:5:blue:white
  1463. #COLOR:6:red:white
  1464. #COLOR:7:magenta:cyan
  1465.