home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIPCD1_98.iso / software / pelne / monkey / mlinux06.a02 / USR / LIB / LYNX / LYNX.CFG < prev    next >
Text File  |  1996-05-16  |  49KB  |  1,137 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://www.nyu.edu/pages/wsn/subir/lynx.html
  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.nyu.edu/pages/wsn/subir/lynx.html
  35. #   This should be changed to the local path.
  36. #
  37. HELPFILE:http://www.nyu.edu/pages/wsn/subir/lynx.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. # The CHARACTER_SET defines the users default 8 bit character set
  135. # which is used to represent the list of character entities within
  136. # HTML. New character sets may be defined by modifying the file
  137. # src/LYCharSets in the Lynx source code distribution and
  138. # recompiling.
  139. # The default character sets include:
  140. #    ISO Latin 1
  141. #    DEC Multinational
  142. #    IBM PC character set
  143. #    IBM PC codepage 850
  144. #    Macintosh (8 bit)
  145. #    NeXT character set
  146. #    KOI8-R character set
  147. #    7 bit approximations
  148. #
  149. CHARACTER_SET:ISO Latin 1
  150.  
  151. # The following three definitions set the number of seconds for
  152. # pauses following statusline messages that would otherwise be
  153. # replaced immediately, and are more important than the unpaused
  154. # progress messages.  Those set by INFOSECS are also basically
  155. # progress messages (e.g., that a prompted input has been cancelled)
  156. # and should have the shortest pause.  Those set by MESSAGESECS are
  157. # informational (e.g., that a function is disabled) and should have
  158. # a pause of intermediate duration.  Those set by ALERTSECS typically
  159. # report a serious problem and should be paused long enough to read
  160. # whenever they appear (typically unexpectedly).  The default values
  161. # are defined in userdefs.h, and can be modified here should longer
  162. # pauses be desired for braille-based access to Lynx.
  163. #
  164. #INFOSECS:1
  165. #MESSAGESECS:2
  166. #ALERTSECS:3
  167.  
  168. # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be acted
  169. # upon for <H1> through <H6> headers.  The compilation default is FALSE
  170. # (only the indentation styles are acted upon, but see BOLD_H1, below).
  171. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  172. # HT_BOLD style for headers when BOLD_HEADERS is TRUE.
  173. #
  174. #BOLD_HEADERS:FALSE
  175.  
  176. # If BOLD_H1 is set to TRUE the HT_BOLD default style will be acted
  177. # upon for <H1> headers even if BOLD_HEADERS is FALSE.  The compilation
  178. # default is FALSE.  On Unix, compilation with -DUNDERLINE_LINKS also
  179. # will apply to the HT_BOLD style for headers when BOLD_H1 is TRUE.
  180. #
  181. #BOLD_H1:FALSE
  182.  
  183. # If BOLD_NAME_ANCHORS is set to TRUE the content of anchors without
  184. # an HREF attribute, (i.e., anchors with a NAME or ID attribute) will
  185. # have the HT_BOLD default style.  The compilation default is FALSE.
  186. # On Unix, compilation with -DUNDERLINE_LINKS also will apply to the
  187. # HT_BOLD style for NAME (ID) anchors when BOLD_NAME_ANCHORS is TRUE.
  188. #
  189. #BOLD_NAME_ANCHORS:FALSE
  190.  
  191. # If ALWAYS_RESUBMIT_FORMS is set TRUE, Lynx always will submit
  192. # forms, dumping any cache from a previous submission of the form
  193. # with the same content.  If FALSE, the user retains the option to
  194. # resubmit via the RESUBMIT command, and is informed of the option
  195. # via the statusline when positioned on a form submit button.
  196. #
  197. # The default defined here or in userdefs.h can be toggled via
  198. # the -resubmit_forms command line switch.
  199. #
  200. #ALWAYS_RESUBMIT_FORMS:FALSE
  201.  
  202. # Local execution links and scripts are completely disabled
  203. # in the source code unless they are enabled in the
  204. # userdefs.h file and the sources recompiled.  Please
  205. # see the Lynx source code distribution and the userdefs.h
  206. # file for more detail on enabling execution links and scripts.
  207. #
  208. # If you have enabled execution links or scripts the following
  209. # two variables control Lynx's action when an execution link
  210. # or script is encountered.
  211. #
  212. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  213. # link or script will be executed no matter where it came from.
  214. # This is EXTREMELY dangerous.  Since Lynx can access files from
  215. # anywhere in the world, you may encounter links or scripts that
  216. # will cause damage or comprimise the security of your system.
  217. #
  218. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  219. # links or scripts that reside on the local machine and are
  220. # referenced with a URL beginning with "file://localhost/" or via
  221. # TRUSTED_EXEC rules (see below) will be executed.  This is much
  222. # less dangerous than enabling all execution links, but can still
  223. # be dangerous.
  224. #
  225. LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
  226. LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  227.  
  228. # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
  229. # rule is defined, it defaults to "file://localhost/" and any lynxexec
  230. # or lynxprog command will be permitted if it was referenced with a URL
  231. # beginning with that string.  If you wish to restrict the referencing URL's
  232. # further, you can extend the string to include a trusted path.  You also can
  233. # specify a trusted directory for http URL's, which will then be treated as
  234. # if they were local rather than remote.  For example:
  235. #
  236. #    TRUSTED_EXEC:file://localhost/trusted/
  237. #    TRUSTED_EXEC:http://www.wfeb.edu/trusted/
  238. #
  239. # If you also wish to restrict the commands which can be executed, create
  240. # a series of rules with the path (Unix) or command name (VMS) following
  241. # the string, separated by a tab.  For example:
  242. #
  243. # Unix:
  244. #    TRUSTED_EXEC:file://localhost/    bin/cp
  245. #    TRUSTED_EXEC:file://localhost/    bin/rm
  246. # VMS:
  247. #    TRUSTED_EXEC:file://localhost/    copy
  248. #    TRUSTED_EXEC:file://localhost/    delete
  249. #
  250. # Once you specify a TRUSTED_EXEC referencing string, the default is
  251. # replaced, and all the referencing strings you desire must be specified
  252. # as a series.  Similarly, if you associate a command with the referencing
  253. # string, you must specify all of the allowable commands as a series of
  254. # TRUSTED_EXEC rules for that string.
  255. #
  256. # If EXEC_LINKS and JUMPFILE have been defined, any lynxexec or lynxprog
  257. # URL's in that file will be permitted, regardless of other settings.  If
  258. # you also set LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:TRUE and a single
  259. # TRUSTED_EXEC rule that will always fail (e.g., "none"), then *ONLY* the
  260. # lynxexec or lynxprog URL's in JUMPFILE will be allowed.
  261. #
  262. #TRUSTED_EXEC:none
  263.  
  264. # UNIX:
  265. # =====
  266. # TRUSTED_LYNXCGI defines where cgi scripts can live (if LYNXCGI_LINKS
  267. # is defined in userdefs.h). Note that it must be given in order for
  268. # cgi support to work (there is no default path).  For example:
  269. #
  270. #     TRUSTED_LYNXCGI:<tab>/usr/local/etc/httpd/cgi-bin/
  271. #     TRUSTED_LYNXCGI:file://localhost/<tab>/usr/local/www/cgi-bin/
  272. #
  273. # VMS:
  274. # ====
  275. # Do not define this.
  276. #
  277. #TRUSTED_LYNXCGI:none
  278.  
  279. # UNIX:
  280. # =====
  281. # LYNXCGI_ENVIRONMENT adds the current value of the specified
  282. # environment variable to the list of environment variables passed on to the
  283. # lynxcgi script. Useful variables are HOME, USER, EDITOR, etc...
  284. #
  285. # VMS:
  286. # ====
  287. # Do not define this.
  288. #
  289. #LYNXCGI_ENVIRONMENT:
  290.  
  291. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of
  292. #  the information, or ALERTMAIL if there is no owner, every time
  293. #  that a document cannot be accessed!
  294. #
  295. #  NOTE: This can generate A LOT of mail, be warned.
  296. #
  297. MAIL_SYSTEM_ERROR_LOGGING:FALSE
  298.  
  299. # If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
  300. # message) about the existence of any unread mail at startup of Lynx, and
  301. # will get statusline messages if subsequent new mail arrives.  If a jumps
  302. # file with a lynxprog URL for invoking mail is available, or your html
  303. # pages include an mail launch file URL, the user thereby can access mail
  304. # and read the messages.  The checks and statusline reports will not be
  305. # performed if Lynx has been invoked with the -restrictions=mail switch.
  306. #
  307. #  VMS USERS !!!
  308. # New mail is normally broadcast as it arrives, via "unsolicitied screen
  309. # broadcasts", which can be "wiped" from the Lynx display via the Ctrl-W
  310. # command.  You may prefer to disable the broadcasts and use CHECKMAIL
  311. # instead (e.g., in a public account which will be used by people who
  312. # are ignorant about VMS).
  313. #
  314. CHECKMAIL:FALSE
  315.  
  316. # To enable news reading ability via Lynx, the environment variable NNTPSERVER
  317. # must be set so that it points to your site's NNTP server (see INSTALLATION).
  318. # Lynx respects RFC 1738 (http://www.ics.uci.edu/pub/ietf/uri/rfc1738.txt) and
  319. # and does not accept a host field in news URLs (use nntp: instead news: for
  320. # the scheme if you wish to specify an NNTP host in a URL, as explained in the
  321. # RFC).  If you have not set the variable externally, you can set it at run
  322. # time via this configuration file.  It will not override an external setting.
  323. # Note that on VMS it is set as a process logical rather than symbol, and will
  324. # outlive the Lynx image.
  325. #
  326. #NNTPSERVER:news.server.dom
  327.  
  328. # If LIST_NEWS_NUMBERS is set TRUE, Lynx will use an ordered list and include
  329. # the numbers of articles in news listings, instead of using an unordered
  330. # list.  The default is defined in userdefs.h, and can be overridden here.
  331. #
  332. #LIST_NEWS_NUMBERS:FALSE
  333.  
  334. # If LIST_NEWS_DATES is set TRUE, Lynx will include the dates of articles in
  335. # news listings.  The dates always are included in the articles, themselves.
  336. # The default is defined in userdefs.h, and can be overridden here.
  337. #
  338. #LIST_NEWS_DATES:FALSE
  339.  
  340. # VMS:
  341. #=====
  342. # INEWS is the foreign command for the ANU-NEWS client (normally defined
  343. # as "NEWS" in userdefs.h) which serves as a transparent vector for posting
  344. # to newsgroups from Lynx via the ANU-NEWS client's server.  The account
  345. # running Lynx must have access to the ANU-NEWS client, which in turn must
  346. # have posting privileges (the news server could also be ANU-NEWS, or any
  347. # other server to which the ANU-NEWS client has access).  You can disable
  348. # news posting by setting INEWS to "none", or via -restrictions switches.
  349. # The ANU-NEWS software for VMS is available from ftp.cc.ukans.edu.  Note
  350. # that posting is supported only for news: (not nntp:) URLs.
  351. #
  352. #INEWS:NEWS
  353.  
  354. # UNIX:
  355. #======
  356. # Set INEWS to the full path and name of your program for posting to
  357. # newsgroups.  A "mini" inews is included in the utils subdirectory of
  358. # the Lynx distribution.  You can disable news posting by setting INEWS
  359. # to "none", or via -restrictions switches.
  360. # Note that INN may require an -h switch added to the path.  Also note
  361. # that posting is supported only for news: (not nntp:) URLs.
  362. #
  363. #INEWS:inews
  364.  
  365. # VMS:
  366. #=====
  367. # The mail command is defined in userdefs.h.  It will be spawned as a
  368. # subprocess of lynx and used to send replies and error messages.
  369. # It can be re-defined here.  Your mailer must be able to accept a
  370. # subject line through the use of the /subject="SUBJECT" option.
  371. # If your mailer uses another syntax, some hacking of the mailmsg()
  372. # and reply_by_mail() functions in LYMail.c may be required.
  373. #
  374. #SYSTEM_MAIL:mail
  375.  
  376. # UNIX:
  377. #======
  378. # The mail path normally is defined for sendmail (or submit with MMDF)
  379. # in userdefs.h.  You can change it here, but should first read the
  380. # zillions of CERT advisories about security problems with Unix mailers.
  381. # You may need some hacking of the mailmsg() and reply_by_mail() functions
  382. # in LYMail.c, or interposition of a script, for other mailers.
  383. #
  384. #SYSTEM_MAIL:/usr/mmdf/bin/submit
  385. #SYSTEM_MAIL:/usr/lib/sendmail
  386.  
  387. # VMS ONLY:
  388. #==========
  389. # MAIL_ADRS is defined in userdefs.h and normally is structured for PMDF's
  390. # IN%"INTERNET_ADDRESS" scheme.  The %s is replaced with the address given
  391. # by the user.  If you are using a different Internet mail transport, change
  392. # the IN appropriately (e.g., to SMTP, MX, or WINS).
  393. #
  394. #MAIL_ADRS:"IN%%""%s"""
  395.  
  396. # VMS ONLY:
  397. #==========
  398. # If USE_FIXED_RECORDS is set to TRUE here or in userdefs.h, Lynx will
  399. # convert 'd'ownloaded binary files to FIXED 512 record format before saving
  400. # them to disk or acting on a DOWNLOADER option.  If set to FALSE, the
  401. # headers of such files will indicate that they are Stream_LF with Implied
  402. # Carriage Control, which is incorrect, and can cause downloading software
  403. # to get confused and unhappy.  If you do set it FALSE, you can use the
  404. # FIXED512.COM command file, which is included in this distribution, to do
  405. # the conversion externally.
  406. #
  407. #USE_FIXED_RECORDS:TRUE
  408.  
  409. # VI_KEYS can be turned on by the user in the options
  410. # screen or the .lynxrc file.  This is just the default.
  411. #
  412. VI_KEYS_ALWAYS_ON:FALSE
  413.  
  414. # EMACS_KEYS can be turned on by the user in the options
  415. # screen or the .lynxrc file.  This is just the default.
  416. #
  417. EMACS_KEYS_ALWAYS_ON:FALSE
  418.  
  419. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  420. # has numbers that work like arrows or else numbered links
  421. # DEFAULT KEYPAD MODE may be set to TRUE for
  422. # using numbers as arrows as default or FALSE for
  423. # using numbered links as the default
  424. #
  425. DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  426.  
  427. # The default search type.
  428. # This is a default that can be overridden by the user!
  429. #
  430. CASE_SENSITIVE_ALWAYS_ON:FALSE
  431.  
  432. # DEFAULT_BOOKMARK_FILE is a default filename for use as a
  433. # personal bookmark file.  It should start without a slash
  434. # and will reference a file from the users home directory.
  435. # NOTE: A file ending in .html should be used eliminate potential problems
  436. #
  437. DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
  438.  
  439. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  440. # NOVICE  shows a three line help message at the bottom of the screen
  441. # INTERMEDIATE  shows normal amount of help (one line)
  442. # ADVANCED  help is replaced by the URL of the current link
  443. #
  444. DEFAULT_USER_MODE:NOVICE
  445.  
  446. # DEFAULT_EDITOR sets the default editor for Lynx users.
  447. # If an editor is defined then the user may edit local documents
  448. # using that editor.  The editor will also be used for sending
  449. # mail messages.  If no editor is defined here or by the user
  450. # the user will not be able to edit local documents and a primitive
  451. # line oriented mail input mode will be used.
  452. # NOTE: Do not define an editor unless you know that every user will
  453. #       know how to use it.  Most users do not enjoy getting stuck in
  454. #       an unknown editor that they can't get out of.  Users can
  455. #       easily define an editor of their own using the options menu,
  456. #       so it is not always desirable to set the DEFAULT_EDITOR.
  457. #
  458. #DEFAULT_EDITOR:
  459.  
  460. # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
  461. # changed.
  462. #
  463. #SYSTEM_EDITOR:
  464.  
  465. # PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
  466. # "fr") which will be indicated by Lynx in its Accept-Language headers
  467. # as the preferred language.  If available, the document will be
  468. # transmitted in that language.  Users can override this setting via
  469. # the 'o'ptions menu and save that preference in their RC file.
  470. #
  471. #PREFERRED_LANGUAGE:en
  472.  
  473. # If JAPANESE is set TRUE, Lynx will translate Japanese characters
  474. # by default.  The compilation default in userdefs.h is normally FALSE.
  475. # The default set here or in userdefs.h can be toggled via a "-jpn"
  476. # command line switch.
  477. #
  478. #JAPANESE:FALSE
  479.  
  480. # When JAPANESE is TRUE, the value of KANJI_CODE (EUC, SJIS or NONE)
  481. # determines whether Kanji code translations will be for EUC, Shift
  482. # JIS, or disabled).  The compilation default in userdefs.h is normally
  483. # EUC.  The value set here or in userdefs.h can be changed via "-euc",
  484. # "-sjis" or "-ascii" command line switches.
  485. #KANJI_CODE:EUC
  486.  
  487. # Proxy variables
  488. # Lynx version 2.2 and beyond supports the use of proxy servers that can
  489. # act as firewall gateways and caching servers.  They are preferable to
  490. # the older gateway servers.  Each protocol used by Lynx can be mapped
  491. # separately using PROTOCOL_proxy environment variables (see INSTALLATION).
  492. # If you have not set them externally, you can set them at run time via
  493. # this configuration file.  They will not override external settings.
  494. # Note that on VMS they are set as process logicals rather than symbols,
  495. # to preserve lowercasing, and will outlive the Lynx image.
  496. #
  497. #http_proxy:http://some.server.dom:port/
  498. #https_proxy:http://some.server.dom:port/
  499. #ftp_proxy:http://some.server.dom:port/
  500. #gopher_proxy:http://some.server.dom:port/
  501. #news_proxy:http://some.server.dom:port/
  502. #snews_proxy:http://some.server.dom:port/
  503. #nntp_proxy:http://some.server.dom:port/
  504. #wais_proxy:http://some.server.dom:port/
  505. #finger_proxy:http://some.server.dom:port/
  506. #cso_proxy:http://some.server.dom:port/
  507. #no_proxy:host.domain.dom
  508.  
  509. # Printer definitions
  510. # any number of printers may be defined by using multiple
  511. # printer definition sets.  Printers may be any program
  512. # that could be useful to your users, they do not necessarily
  513. # have to print.
  514. #
  515. # the definition of a printer is of the form
  516. # PRINTER:<printer name>:<printer command>:<printer option>:<lines/page>
  517. #
  518. #    <printer name> is the name that the user will see.
  519. # <printer command> is the command line arguments for printing a file.
  520. #            The %s will be replaced with the file being printed.
  521. #                   If a second %s is given the second %s will be replaced by
  522. #                   a suggested filename that is prettier than the tempfile
  523. #                   name given in the first %s.  This does not remove the first
  524. #                   %s from the command line in any manner.  If you need to
  525. #                   use only the second %s file name in your printer command,
  526. #                   then I suggest creating a script which will first copy the
  527. #                   first %s file name to the second %s file name, and then
  528. #                   executing your print command with the second %s file name.
  529. #  <printer option> specifies whether the printer should be disabled for
  530. #            users without printing options.  The options are
  531. #            TRUE or FALSE;
  532. #            TRUE means the printer will always be ENABLED
  533. #             regardless of printer or anonymous settings
  534. #            FALSE means the printer will be DISABLED when
  535. #              the -noprint option is on, or for anonymous
  536. #              users which are not allowed to print
  537. #
  538. #  <lines/page>    is an optional parameter for indicating the number of
  539. #           lines per page for the printer.  Defaults to 66.  Used
  540. #           for computing the approximate number of pages and
  541. #           generating a statusline query of whether to proceed if
  542. #           the document is longer than 4 printer pages.  Uses the
  543. #           current screen length for the computation when the
  544. #           built in "print to screen" option is selected.
  545. #
  546. #  You must put the whole definition on one line.
  547. #
  548. #  If you must use a colon, precede it with a backslash!
  549. #
  550. #  If you have a very busy VMS print queue and Lynx deletes the temporary
  551. #  files before they have been queued, use the VMSPrint.com included in
  552. #  the distribution.
  553. #
  554. #    examples
  555. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  556. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  557. #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58
  558. #PRINTER:Busy VMS printer:@Lynx_Dir\:VMSPrint sys$print %s:FALSE:58
  559. #
  560. # check out the lpansi program in utils/ for printing on vt100
  561. # attached printers.
  562. #PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE
  563. # don't use the following printer on anonymous accounts since
  564. # allowing shell input is very dangerous
  565. #PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  566.  
  567. # Downloader definitions
  568. # any number of downloaders may be defined by using multiple
  569. # downloader definition sets.  Downloaders may be any program
  570. # that could be useful to your users, they do not necessarily
  571. # have to be a download protocol program. The most common use
  572. # of a downloader is to use Ckermit or some other transfer
  573. # program so that the user may easily transfer files back to
  574. # their local machine over a serial link.
  575. #
  576. # the definition of a downloader is of the form
  577. # DOWNLOADER:<downloadername>:<downloader command>:<downloader option>
  578. #
  579. #    <downloader name> is the name that the user will see.
  580. # <downloader command> is the command line arguments for downloading a file.
  581. #                      The %s will be replaced with the file being downloaded.
  582. #                      If a second %s is given the second %s will be replaced
  583. #                      by a suggested filename that is nicer than the tempfile
  584. #                      name given in the first %s.  This does not replace the
  585. #                      first %s in the command line.  If your command needs
  586. #                      the suggest file name on the command line only, then
  587. #                      I suggest creating a script that will first copy the
  588. #                      first %s file name to the second %s file name, and then
  589. #                      execute the downloading command using the second %s file
  590. #                      name (e.g., 'sz' needs such a script interposed).
  591. #  <downloader option> specifies whether the downloader should be disabled for
  592. #                      anonymous users.  The options are
  593. #                      TRUE or FALSE;
  594. #                      TRUE means the downloader will always be ENABLED
  595. #                           regardless of the anonymous settings (however,
  596. #                all downloading is disabled by -validate).
  597. #                      FALSE means the downloader will be DISABLED when
  598. #                            the user is anonymous.
  599. #
  600. #  You must put the whole definition on one line.
  601. #
  602. #  If you must use a colon, precede it with a backslash!
  603. #
  604. #    examples
  605. #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s -a %s:TRUE
  606. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  607.  
  608. # Uploader definitions (implemented only with Unix DIRED_SUPPORT;
  609. #                       see the Makefile in the top directory,
  610. #            and the header of ./src/LYUpload.c)
  611. # any number of uploaders may be defined by using multiple
  612. # uploader definition sets.  Uploaders may be any program
  613. # that could be useful to your users, they do not necessarily
  614. # have to be an upload protocol program. The most common use
  615. # of an uploader is to use Ckermit or some other transfer
  616. # program so that the user may easily transfer files from
  617. # their local machine over a serial link.
  618. #
  619. # the definition of an uploader is of the same form as a downloader
  620. # UPLOADER:<uploadername>:<uploader command>:<uploader option>
  621. #
  622. #  You must put the whole definition on one line.
  623. #
  624. #  If you must use a colon, precede it with a backslash!
  625. #
  626. #  If you do not include a %s, you will not be prompted for an
  627. #  output filename.
  628. #
  629. #    example
  630. #UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
  631.  
  632. # If NO_DOT_FILES is TRUE (normal default via userdefs.h), the user will not
  633. # be allowed to specify files beginning with a dot in reply to output filename
  634. # prompts, and files beginning with a dot (e.g., file://localhost/path/.lynxrc)
  635. # will not be included in the directory browser's listings.  If set FALSE, you
  636. # can force it to be treated as TRUE via -restrictions=dotfiles.  If set FALSE
  637. # and not forced TRUE, the user can regulate it via the 'o'ptions menu (and
  638. # may save the preference in the RC file).
  639. #
  640. #NO_DOT_FILES:FALSE
  641.  
  642. # If NO_FROM_HEADER is TRUE, From headers will never be sent in transissions
  643. # to servers.  Lynx normally sends the personal_mail_address as a From header,
  644. # if that address has been defined via the 'o'ptions menu.
  645. #
  646. #NO_FROM_HEADER:FALSE
  647.  
  648. # If NO_REFERER_HEADER is TRUE, Referer headers will never be sent in
  649. # transissions to servers.  Lynx normally sends the URL of the document
  650. # from which the link was derived, but not startfile URLs, 'g'oto URLs,
  651. # or 'j'ump shortcuts.
  652. #
  653. #NO_REFERER_HEADER:FALSE
  654.  
  655. # If MAKE_LINKS_FOR_ALL_IMAGES is TRUE, all images will be given links
  656. # which can be ACTIVATEd.  For inlines, the ALT or pseudo-ALT ("[INLINE]")
  657. # strings will be links for the resolved SRC rather than just text.  For
  658. # ISMAP or other graphic links, the ALT or pseudo-ALT ("[ISMAP]" or "[LINK]")
  659. # strings will have '-' and a link labeled "[IMAGE]" for the resolved SRC
  660. # appended.
  661. #
  662. # The default defined here will override that in userdefs.h, and the user
  663. # can use LYK_IMAGE_TOGGLE to toggle the feature on or off at run time.
  664. #
  665. # The default also can be toggled via an "-image_links" command line switch.
  666. #
  667. #MAKE_LINKS_FOR_ALL_IMAGES:FALSE
  668.  
  669. # If MAKE_PSEUDO_ALTS_FOR_INLINES is FALSE, inline images which do not
  670. # specify an ALT string will not have "[INLINE]" inserted as a pseudo-ALT,
  671. # i.e., they'll be treated as having ALT="".  If MAKE_LINKS_FOR_ALL_IMAGES
  672. # is defined or toggled to TRUE, however, the pseudo-ALTs will be created
  673. # for inlines, so that they can be used as links to the SRCs.
  674. #
  675. # The default defined here will override that in userdefs.h, and the user
  676. # can use LYK_INLINE_TOGGLE to toggle the feature on or off at run time.
  677. #
  678. # The default also can be toggled via a "-pseudo_inlines" command line
  679. # switch.
  680. #
  681. #MAKE_PSEUDO_ALTS_FOR_INLINES:TRUE
  682.  
  683. # If SUBSTITUTE_UNDERSCORES is FALSE, the _underline_ format will not be
  684. # used in dumps.
  685. #
  686. # The default defined here will override that in userdefs.h, and the user
  687. # can toggle the default via a "-underscore" command line switch.
  688. #
  689. #SUBSTITUTE_UNDERSCORES:TRUE
  690.  
  691. # If HISTORICAL_COMMENTS is TRUE, Lynx will revert to the "Historical"
  692. # behavior of treating any '>' as a terminator for comments, instead of
  693. # seeking a valid '-->' terminator (note that white space can be present
  694. # between the '--' and '>' in valid terminators).  The compilation default
  695. # is FALSE.
  696. #
  697. # The compilation default, or default defined here, can be toggled via a
  698. # "-historical" command line switch, and via the LYK_HISTORICAL command key.
  699. #
  700. #HISTORICAL_COMMENTS:TRUE
  701.  
  702. # If MINIMAL_COMMENTS is TRUE, Lynx will not use Valid comment parsing
  703. # of '--' pairs as serial comments within an overall comment element,
  704. # and instead will seek only a '-->' terminator for the overall comment
  705. # element.  This emulates the Netscape v2.0 comment parsing bug, and
  706. # will help Lynx cope with the use of dashes as "decorations", which
  707. # consequently has become common in so-called "Enhanced for Netscape"
  708. # pages.  Note that setting Historical comments on will override the
  709. # Mininal or Valid setting.
  710. #
  711. # The compilation default for MINIMAL_COMMENTS is FALSE, but we'll
  712. # set it TRUE here, until Nestscape gets its comment parsing right,
  713. # and "decorative" dashes cease to be so common.
  714. #
  715. # The compilation default, or default defined here, can be toggled via a
  716. # "-minimal" command line switch, and via the LYK_MINIMAL command key.
  717. #
  718. MINIMAL_COMMENTS:TRUE
  719.  
  720. # If SOFT_DQUOTES is TRUE, Lynx will emulate the invalid behavior of
  721. # treating '>' as a co-terminator of a double-quoted attribute value
  722. # and the tag which contains it, as was done in old versions of Netscape
  723. # and Mosiac.  The compilation default is FALSE.
  724. #
  725. # The compilation default, or default defined here, can be toggled via
  726. # a "-soft_dquotes" command line switch.
  727. #
  728. #SOFT_DQUOTES:FALSE
  729.  
  730. # If ENABLE_SCROLLBACK is TRUE, Lynx will clear the entire screen before
  731. # displaying each new screenful of text.  Though less efficient for normal
  732. # use, this allows programs that maintain a buffer of previously-displayed
  733. # text to recognize the continuity of what has been displayed, so that
  734. # previous screenfuls can be reviewed by whatever method the program uses
  735. # to scroll back through previous text.  For example, the PC comm program
  736. # QModem has a key that can be pressed to scroll back; if ENABLE_SCROLLBACK
  737. # is TRUE, pressing the scrollback key will access previous screenfuls which
  738. # will have been stored on the local PC and will therefore be displayed
  739. # instantaneously, instead of needing to be retransmitted by Lynx at the
  740. # speed of the comm connection (but Lynx will not know about the change,
  741. # so you must restore the last screen before resuming with Lynx commands).
  742. #
  743. # The compilation default is FALSE (if REVERSE_CLEAR_SCREEN_PROBLEM was not
  744. # defined in the Unix Makefile to invoke this behavior as a workaround for
  745. # some poor curses implementations).
  746. #
  747. # The default compilation or configuration setting can be toggled via an
  748. # "-enable_scrollback" command line switch.
  749. #
  750. #ENABLE_SCROLLBACK:FALSE
  751.  
  752. # If SCAN_FOR_BURIED_NEWS_REFS is set to TRUE, Lynx will scan the bodies
  753. # of news articles for buried article and URL references and convert them
  754. # to links.  The compilation default is TRUE, but some email addresses
  755. # enclosed in angle brackets ("<user@address>") might be converted to false
  756. # news links, and uuencoded messages might be corrupted.  The conversion is
  757. # not done when the display is toggled to source or when 'd'ownloading, so
  758. # uuencoded articles can be saved intact regardless of these settings.
  759. #
  760. # The default setting can be toggled via a "-buried_news" command line
  761. # switch.
  762. #
  763. #SCAN_FOR_BURIED_NEWS_REFS:TRUE
  764.  
  765. # MIME types and viewers!
  766. #
  767. # file extensions may be assigned to MIME types using
  768. # the SUFFIX: definition.
  769. #
  770. # The SUFFIX definition takes the form of:
  771. #    SUFFIX:<file extension>:<mime type>
  772. # for instance the following definition maps the
  773. # extension ".gif" to the mime type "image/gif"
  774. #    SUFFIX:.gif:image/gif
  775. #
  776. # file suffixes are case INsensitive!
  777. #
  778. # The suffix definitions listed here in the default lynx.cfg file are
  779. # among those established via src/HTInit.c.  You can change any of the
  780. # defaults by editing that file, or via the global or personal mime.types
  781. # files at run time.  They will be overridden if you assign them here.
  782. #
  783. #SUFFIX:.ps:application/postscript
  784. #SUFFIX:.eps:application/postscript
  785. #SUFFIX:.ai:application/postscript
  786. #SUFFIX:.rtf:application/x-rtf
  787. #SUFFIX:.snd:audio/basic
  788. #SUFFIX:.gif:image/gif
  789. #SUFFIX:.rgb:image/x-rgb
  790. #SUFFIX:.pict:image/x-pict
  791. #SUFFIX:.xbm:image/x-xbm
  792. #SUFFIX:.tiff:image/x-tiff
  793. #SUFFIX:.jpg:image/jpeg
  794. #SUFFIX:.jpeg:image/jpeg
  795. #SUFFIX:.mpg:video/mpeg
  796. #SUFFIX:.mpeg:video/mpeg
  797. #SUFFIX:.mov:video/quicktime
  798. #SUFFIX:.hqx:application/octet-stream
  799. #SUFFIX:.bin:application/octet-stream
  800. #SUFFIX:.exe:application/octet-stream
  801. #SUFFIX:.tar:application/octet-stream
  802. #SUFFIX:.Z:application/octet-stream
  803. #SUFFIX:.gz:application/octet-stream
  804. #SUFFIX:.zip:application/octet-stream
  805. #SUFFIX:.lzh:application/octet-stream
  806. #SUFFIX:.lha:application/octet-stream
  807. #SUFFIX:.dms:application/octet-stream
  808.  
  809. # The global and personal EXTENSION_MAP files allow you to assign extensions
  810. # to MIME types which will overide any of the suffix maps in this (lynx.cfg)
  811. # configuration file, or in src/HTInit.c.  See the example mime.types file
  812. # in the samples subdirectory.
  813. #
  814. #     Unix:
  815. #GLOBAL_EXTENSION_MAP:/usr/local/lib/mosaic/mime.types
  816. #     VMS:
  817. #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
  818. #
  819. #    Unix (sought in user's home directory):
  820. #PERSONAL_EXTENSION_MAP:.mime.types
  821. #    VMS (sought in user's sys$login directory):
  822. #PERSONAL_EXTENSION_MAP:mime.types
  823.  
  824. # MIME types may be assigned to external viewers using
  825. # the VIEWER definition.
  826. #
  827. # Note: if you do not define a viewer to a new MIME type
  828. #       that you assigned above then it will be saved to
  829. #       disk by default.
  830. #
  831. # The VIEWER definition takes the form of:
  832. #    VIEWER:<mime type>:<viewer command>[:environment]
  833. #      where -mime type is the MIME content type of the file
  834. #         -viewer command is a system command that can be
  835. #             used to display the file where %s is replaced
  836. #             within the command with the physical filename
  837. #             (i.e. "xv %s" becomes "xv /tmp/tempgiffile")
  838. #            -environment is optional.  The only valid keywords
  839. #             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS
  840. #             environment is specified then the viewer will only be
  841. #             defined when the user has the environment variable DISPLAY
  842. #             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
  843. #             is specified the specified viewer will only be defined when the
  844. #             user DOES NOT have the environment variable DISPLAY defined.
  845. #  examples:
  846. #        VIEWER:image/gif:xv %s:XWINDOWS
  847. #               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
  848. #               VIEWER:application/start-elm:elm
  849. #
  850. # You must put the whole definition on one line.
  851. #
  852. # If you must use a colon in the viewer command, precede it with a backslash!
  853. #
  854. # The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
  855. # file are among those established via src/HTInit.c.  For the image types,
  856. # HTInit.c uses the XLOADIMAGE definition in userdefs.h (open is used for
  857. # NeXT). You can change any of these defaults via the global or personal
  858. # mailcap files at run time.  They will be overridden if you assign them
  859. # here.
  860. #
  861. #VIEWER:application/postscript:ghostview %s&:XWINDOWS
  862. #VIEWER:image/gif:xv %s&:XWINDOWS
  863. #VIEWER:image/x-xbm:xv %s&:XWINDOWS
  864. #VIEWER:image/x-rgb:xv %s&:XWINDOWS
  865. #VIEWER:image/x-tiff:xv %s&:XWINDOWS
  866. #VIEWER:image/jpeg:xv %s&:XWINDOWS
  867. #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
  868.  
  869. # The global and personal MAILCAP files allow you to specify external
  870. # viewers to spawned when Lynx encounters different MIME types, which
  871. # will overide any of the suffix maps in this (lynx.cfg) configuration
  872. # file, or in src/HTInit.c.  See RFC-MAILCAP.txt in the docs subdirectory
  873. # and the example mailcap file in the samples subdirectory.
  874. #
  875. #    Unix:
  876. #GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
  877. #    VMS:
  878. #GLOBAL_MAILCAP:Lynx_Dir:mailcap
  879. #
  880. #     Sought in user's home (Unix) or sys$login (VMS) directory.
  881. #PERSONAL_MAILCAP:.mailcap
  882.  
  883. # Key remapping definitions!
  884. #
  885. # You may redefine the keymapping of any function in Lynx by
  886. # using the KEYMAP variable.  The form of KEYMAP is:
  887. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  888. #
  889. # You must map upper and lowercase keys separately.
  890. #
  891. # A representative list of functions mapped to their default keys is
  892. # provided below.  All of the mappings are commented out by default
  893. # since they just map to the default mappings, except for TOGGLE_HELP
  894. # (see below).  See LYKeymap.c for the complete key mapping.  Use the
  895. # 'K'eymap command when running Lynx for a list of the current mappings.
  896. #
  897. # Special keys map to:
  898. #         Up Arrow: 0x100
  899. #       Down Arrow: 0x101
  900. #      Right Arrow: 0x102
  901. #       Left Arrow: 0x103
  902. #        Page Down: 0x104
  903. #          Page Up: 0x105
  904. #      Keypad Home: 0x106
  905. #       Keypad End: 0x107
  906. #   Function key 1: 0x108
  907. # vt100   Help Key: 0x108
  908. # vt100     Do Key: 0x109
  909. # vt100   Find Key: 0x10A
  910. # vt100 Select Key: 0x10B
  911. # vt100 Insert Key: 0x10C
  912. # vt100 Remove Key: 0x10D
  913. #  (0x00) NULL KEY: 0x00E (DO_NOTHING)
  914. #
  915.  
  916. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source
  917. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  918. #KEYMAP:q:QUIT        # Ask the user to quit
  919. #KEYMAP:Q:ABORT        # Quit without verification
  920. #KEYMAP:0x20:NEXT_PAGE    # Move down to previous page
  921. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  922. #KEYMAP:^P:UP_TWO    # Move display up two lines
  923. #KEYMAP:0x10C:UP_TWO    # Function key - Move display up two lines
  924. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  925. #KEYMAP:0x10D:DOWN_TWO    # Function key - Move display down two lines
  926. #KEYMAP:^W:REFRESH    # Refresh the screen
  927. #KEYMAP:0x106:HOME    # Keypad HOME (Go to top of current document
  928. #KEYMAP:0x10A:HOME    # Function key - HOME (Go to top of current document
  929. #KEYMAP:0x107:END    # Keypad END (Go to bottom of current document
  930. #KEYMAP:0x10B:END    # Function key - END (Go to bottom of current document
  931. #KEYMAP:0x100:PREV_LINK    # Move to the previous link
  932. #KEYMAP:0x101:NEXT_LINK    # Move to the next link
  933. #KEYMAP:<:UP_LINK       # Move to the link above
  934. #KEYMAP:>:DOWN_LINK    # Move to the link below
  935. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  936. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  937. #KEYMAP:0x7F:HISTORY    # Show the history list
  938. #KEYMAP:0x08:HISTORY    # Show the history list
  939. #KEYMAP:0x103:PREV_DOC    # Return to the previous document
  940. #KEYMAP:0x102:ACTIVATE    # Select the current link
  941. #KEYMAP:0x109:ACTIVATE    # Function key - Select the current link
  942. #KEYMAP:g:GOTO        # Goto a random URL
  943. #KEYMAP:H:HELP        # Show default help screen
  944. #KEYMAP:0x108:HELP    # Function key - Show default help screen
  945. #KEYMAP:i:INDEX        # Show default index
  946. #*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change NOCACHE ***
  947. #KEYMAP:x:NOCACHE    # Force submission of form or link with no-cache
  948. #*** Do not change INTERRUPT from 'z' & 'Z' ***
  949. #KEYMAP:z:INTERRUPT    # Interrupt network transmission
  950. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  951. #KEYMAP:o:OPTIONS    # Show the options menu
  952. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  953. #KEYMAP:/:WHEREIS    # Find a string within the current document
  954. #KEYMAP:n:NEXT        # Find next occurance of string within document
  955. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  956. #KEYMAP:e:EDIT        # Edit current document
  957. #KEYMAP:=:INFO        # Show info about current document
  958. #KEYMAP:p:PRINT        # Show print options
  959. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  960. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  961. #KEYMAP:!:SHELL        # Spawn default shell
  962. #KEYMAP:d:DOWNLOAD    # Download current link
  963. #KEYMAP:j:JUMP        # Jump to a predefined target
  964. #KEYMAP:k:KEYMAP    # Display the current key map
  965. #KEYMAP:l:LIST        # List the references (links) in the current document
  966. #KEYMAP:#:TOOLBAR    # Go to the Toolbar or Banner in the current document
  967. #KEYMAP:^T:TRACE_TOGGLE    # Toggle tracing of browser operations
  968. #KEYMAP:*:IMAGE_TOGGLE    # Toggle inclusion of links for all images
  969. #KEYMAP:[:INLINE_TOGGLE    # Toggle pseudo-ALTs for inlines with no ALT string
  970. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  971.  
  972. # If TOGGLE_HELP is mapped, in novice mode the second help menu line
  973. # can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
  974. # userdefs.h.  Otherwise, it will be NOVICE_LINE_TWO.
  975. #
  976. #KEYMAP:O:TOGGLE_HELP    # Show other commands in the novice help menu
  977.  
  978. # Alternate jumps files can be defined and mapped to keys here.  If the
  979. # keys have already been mapped, then those mappings will be replaced,
  980. # but you should leave at least one key mapped to the default jumps
  981. # file.  You optionally may include a statusline prompt string for the
  982. # mapping.  You must map upper and lowercase keys separately (beware of
  983. # mappings to keys which the user can further remap via the 'o'ptions
  984. # menu).  The format is:
  985. #
  986. #    JUMPFILE:path:key[:prompt]
  987. #
  988. # where path should begin with a '/' (i.e., not include file://localhost).
  989. # Any white space following a prompt string will be trimmed, and a single
  990. # space will be added by Lynx.
  991. #
  992. #JUMPFILE:/Lynx_Dir/ips.html:i:IP or Interest group (? for list):
  993.  
  994. # UNIX:
  995. #======
  996. # LIST_FORMAT defines the display for local files when Lynx has been
  997. # compiled with LONG_LIST defined in the Makefile.  The default is set
  998. # in userdefs.h, normally to "ls -l" format, and can be changed here
  999. # by uncommenting the indicated lines, or adding a definition with a
  1000. # modified parameter list.
  1001. #
  1002. # The percent items in the list are interpreted as follows:
  1003. #
  1004. #    %p    Unix-style permission bits
  1005. #    %l    link count
  1006. #    %o    owner of file
  1007. #    %g    group of file
  1008. #    %d    date of last modification
  1009. #    %a    anchor pointing to file or directory
  1010. #    %A    as above but don't show symbolic links
  1011. #    %k    size of file in Kilobytes
  1012. #    %K    as above but omit size for directories
  1013. #
  1014. # Anything between the percent and the letter is passed on to sprintf.
  1015. # A double percent yields a literal percent on output.  Other characters
  1016. # are passed through literally.
  1017. #
  1018. # If you want only the filename:
  1019. #
  1020. #LIST_FORMAT:    %a
  1021. #
  1022. # If you want a brief output:
  1023. #
  1024. #LIST_FORMAT:   %4K %-12.12d %a
  1025. #
  1026. # If you want the Unix "ls -l" format:
  1027. #
  1028. #LIST_FORMAT:    %p %4l %-8.8o %-8.8g %7s %-12.12d %a
  1029.  
  1030. # UNIX:
  1031. #======
  1032. # DIRED_MENU items are used to compose the F)ull menu list in DIRED mode
  1033. # The behaviour of the default configuration given here is much the same
  1034. # as it was when this menu was hard-coded but these items can now be adjusted
  1035. # to suit local needs.  In particular, many of the LYNXDIRED actions can be
  1036. # replaced with lynxexec, lynxprog and lynxcgi script references.
  1037. #
  1038. # NOTE that defining even one DIRED_MENU line overrides all the built-in
  1039. # definitions, so a complete set must then be defined here.
  1040. #
  1041. # Each line consists of the followinging fields:
  1042. #
  1043. #    DIRED_MENU:type:suffix:link text:extra text:action
  1044. #
  1045. #    type: TAG: list only when one or more files are tagged
  1046. #          FILE: list only when the current selection is a file
  1047. #          DIR: list only when the current selection is a directory
  1048. #
  1049. #    suffix: list only if the current selection ends in this pattern
  1050. #
  1051. #    link text: the displayed text of the link
  1052. #
  1053. #    extra text: the text displayed following the link
  1054. #
  1055. #    action: the URL to be followed upon selection
  1056. #
  1057. #    link text and action are scanned  for % sequences that are expanded
  1058. #    at display time as follows:
  1059. #
  1060. #            %p  path of current selection
  1061. #            %f  filename (last component) of current selection
  1062. #            %t  tagged list (full paths)
  1063. #            %l  list of tagged file names
  1064. #            %d  the current directory
  1065. #
  1066. #DIRED_MENU:::New File:(in current directory):LYNXDIRED://NEW_FILE%d
  1067. #DIRED_MENU:::New Directory:(in current directory):LYNXDIRED://NEW_FOLDER%d
  1068. #DIRED_MENU:::Install:(of current selection):LYNXDIRED://INSTALL_SRC%p
  1069. #DIRED_MENU:::Modify Name:(of current selection):LYNXDIRED://MODIFY_NAME%p
  1070.  
  1071. # Following depends on OK_PERMIT
  1072. #DIRED_MENU:::Permit Name:(of current selection):LYNXDIRED://PERMIT_SRC%p
  1073.  
  1074. #DIRED_MENU:::Change Location:(of current selection):LYNXDIRED://MODIFY_LOCATION%p
  1075. #DIRED_MENU:::Remove:(current selection):LYNXDIRED://REMOVE_SINGLE%p
  1076.  
  1077. # Following depends on OK_UUDECODE and !ARCHIVE_ONLY
  1078. #DIRED_MENU:FILE::UUDecode:(current selection):LYNXDIRED://UUDECODE%p
  1079.  
  1080. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1081. #DIRED_MENU:FILE:.tar.Z:Expand:(current selection):LYNXDIRED://UNTAR_Z%p
  1082.  
  1083. # Following depends on OK_TAR and OK_GZIP and !ARCHIVE_ONLY
  1084. #DIRED_MENU:FILE:.tar.gz:Expand:(current selection):LYNXDIRED://UNTAR_GZ%p
  1085.  
  1086. # Following depends on !ARCHIVE_ONLY
  1087. #DIRED_MENU:FILE:.Z:Uncompress:(current selection):LYNXDIRED://DECOMPRESS%p
  1088.  
  1089. # Following depends on OK_GZIP and !ARCHIVE_ONLY
  1090. #DIRED_MENU:FILE:.gz:Uncompress:(current selection):LYNXDIRED://UNGZIP%p
  1091.  
  1092. # Following depends on OK_ZIP and !ARCHIVE_ONLY
  1093. #DIRED_MENU:FILE:.zip:Uncompress:(current selection):LYNXDIRED://UNZIP%p
  1094.  
  1095. # Following depends on OK_TAR and !ARCHIVE_ONLY
  1096. #DIRED_MENU:FILE:.tar:UnTar:(current selection):LYNXDIRED://UNTAR%p
  1097.  
  1098. # Following depends on OK_TAR
  1099. #DIRED_MENU:DIR::Tar:(current selection):LYNXDIRED://TAR%p
  1100.  
  1101. # Following depends on OK_TAR and OK_GZIP
  1102. #DIRED_MENU:DIR::Tar and compress:(using GNU gzip):LYNXDIRED://TAR_GZ%p
  1103.  
  1104. # Following depends on OK_ZIP
  1105. #DIRED_MENU:DIR::Package and compress:(using zip):LYNXDIRED://ZIP%f
  1106.  
  1107. #DIRED_MENU:FILE::Compress:(using Unix compress):LYNXDIRED://COMPRESS%p
  1108.  
  1109. # Following depends on OK_GZIP
  1110. #DIRED_MENU:FILE::Compress:(using gzip):LYNXDIRED://GZIP%p
  1111.  
  1112. # Following depends on OK_ZIP
  1113. #DIRED_MENU:FILE::Compress:(using zip):LYNXDIRED://ZIP%f
  1114.  
  1115. #DIRED_MENU:TAG::Move all tagged items to another location.::LYNXDIRED://MOVE_TAGGED
  1116. #DIRED_MENU:TAG::Remove all tagged files and directories.::LYNXDIRED://REMOVE_TAGGED
  1117.  
  1118. # COLORS (only available if compiled with slang)
  1119. # The line must be of the form:
  1120. # COLOR:INTEGER:FOREGROUND:BACKGROUND
  1121. # Here FOREGROUND and BACKGROUND must be one of:
  1122. #      black              red            green            brown
  1123. #       blue          magenta             cyan        lightgray
  1124. #       gray        brightred      brightgreen           yellow
  1125. # brightblue    brightmagenta       brightcyan            white
  1126. #
  1127. # Uncomment and change any of the compilation defaults.
  1128. #
  1129. #COLOR:0:black:white
  1130. #COLOR:1:blue:white
  1131. #COLOR:2:yellow:blue
  1132. #COLOR:3:green:white
  1133. #COLOR:4:magenta:white
  1134. #COLOR:5:blue:white
  1135. #COLOR:6:red:white
  1136. #COLOR:7:magenta:cyan
  1137.