home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / LYNXOS27 / LYNXOS27.ZIP / LYNX.CFG < prev    next >
Text File  |  1996-07-20  |  27KB  |  638 lines

  1. # lynx.cfg file.
  2. # The default placement for this file is in the $ETC directory.
  3. #
  4. # Definition pairs are of the form  VARIABLE:DEFINITION
  5. # NO spaces are allowed between the pair items.
  6. #
  7. # If you like, you may specify it's location on the command line
  8. # with the "-cfg" command line option.
  9. #
  10. # Items may be commented out by putting a '#' as the FIRST char of the line
  11. #
  12. # All definitions must be flush left and have NO spaces.!!!
  13. #
  14. #
  15. # STARTFILE is the default URL if none is specified on the command line 
  16. # note: these files can be remote (http://www.w3.org/default.html) 
  17. # or local (file://localhost/DIRECTORY/FILENAME
  18. # replace DIRECTORY with the current directory path and
  19. # FILENAME with the name of the file.
  20. #
  21. # STARTFILE:http://www.cc.ukans.edu/about_lynx/www_start.html
  22. # STARTFILE:file:///e:/webpage/djd/index.html
  23. STARTFILE:http://www.cris.com/~djd/
  24. #
  25. # HELPFILE must be defined as a URL and must have a 
  26. # complete local path name if local 
  27. # (file://localhost/DIRECTORY/FILENAME
  28. # replace DIRECTORY with the current directory path and
  29. # FILENAME with the name of the file.
  30. # the default HELPFILE is:
  31. # http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html
  32. # This file will be updated as needed.
  33. #
  34. #HELPFILE:http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html
  35. HELPFILE:file://localhost/f:/lynx/help/lynx_hel.htm
  36. #
  37. # JUMPFILE is the local file checked for shortcut URL's when the
  38. # user presses the 'J' (JUMP) key.  The user will be prompted for
  39. # a shortcut entry (analogously to 'g'oto), and can enter one
  40. # or use '?' for a list of the shortcuts with associated links to
  41. # their actual URL's.  See the sample jumps files in the samples
  42. # subdirectory.  Make sure your jumps file includes a '?' shortcut
  43. # for a file://localhost URL to itself:
  44. #
  45. # <dt>?<dd><a href="file://localhost/path/jumps.html">This Shortcut List</a>
  46. #
  47. # If not defined here, the JUMP command will invoke
  48. # the NO_JUMPFILE statusline message (see userdefs.h).
  49. #
  50. # Do not include "file://localhost" in the definition.
  51. #
  52. #JUMPFILE:/Lynx_Dir/jumps.html
  53. # DEFAULT_INDEX_FILE is the default file retrieved when the
  54. # user presses the 'I' key when viewing any document.
  55. # An index to your CWIS can be placed here or a document containing
  56. # pointers to lots of interesting places on the web.
  57. #
  58. #DEFAULT_INDEX_FILE:http://www.w3.org/default.html
  59. DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
  60. # The CHARACTER_SET defines the users default 8 bit character set
  61. # which is used to represent the list of character entities within
  62. # HTML. 
  63. #
  64. # The default character sets include:
  65. #    ISO Latin 1
  66. #    DEC Multinational
  67. #    IBM PC character set
  68. #    NeXT character set
  69. #    7 bit approximations
  70. #
  71. CHARACTER_SET:IBM PC character set
  72. # If BOLD_HEADERS is set to TRUE the HT_BOLD default style will be
  73. # acted upon for <H1> through <H7> headers.  The  default
  74. # is FALSE (only the uppercasing and indentation styles are acted
  75. # upon).  
  76. #
  77. BOLD_HEADERS:FALSE
  78. #
  79. # Local execution links and scripts are completely disabled
  80. # in the source code unless they are enabled in the
  81. # userdefs.h file and the sources recompiled.  Please
  82. # see the Lynx source code distribution and the userdefs.h
  83. # file for more detail on enabling execution links and scripts.
  84. #
  85. # If you have enabled execution links or scripts the following
  86. # two variables control Lynx's action when an execution link
  87. # or script is encountered.
  88. #
  89. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  90. # link or script will be executed no matter where it came from.
  91. # This is EXTREMELY dangerous.  Since Lynx can access files from
  92. # anywhere in the world, you may encounter links or scripts that
  93. # will cause damage or comprimise the security of your system.
  94. #
  95. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  96. # links or scripts that reside on the local machine and are
  97. # referenced with a URL beginning with "file://localhost/" or via
  98. # TRUSTED_EXEC rules (see below) will be executed.  This is much
  99. # less dangerous than enabling all execution links, but can still
  100. # be dangerous.
  101. #
  102. LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
  103. LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  104. # If LOCAL_EXECUTION_LINK_ON_BUT_NOT_REMOTE is TRUE, and no TRUSTED_EXEC
  105. # rule is defined, it defaults to "file://localhost/" and any lynxexec
  106. # command will be permitted if it was referenced with a URL beginning with
  107. # that string.  If you wish to restrict the referencing URL's further, you
  108. # can extend the string to include a trusted path.  You also can specify
  109. # a trusted directory for http URL's, which will then be treated as if they
  110. # were local rather than remote.  For example:
  111. #
  112. #    TRUSTED_EXEC:file://localhost/trusted/
  113. #    TRUSTED_EXEC:http://sci.wfeb.edu/trusted/
  114. #
  115. # If you also wish to restrict the commands which can be executed, create
  116. # a series of rules with the path (Unix) or command name (VMS) following
  117. # the string, separated by a tab.  For example:
  118. #
  119. # Unix:
  120. #    TRUSTED_EXEC:file://localhost/    bin/cp
  121. #    TRUSTED_EXEC:file://localhost/    bin/rm
  122. # VMS:
  123. #    TRUSTED_EXEC:file://localhost/    copy
  124. #    TRUSTED_EXEC:file://localhost/    delete
  125. #
  126. # Once you specify a TRUSTED_EXEC referencing string, the default is
  127. # replaced, and all the referencing strings you desire must be specified
  128. # as a series.  Similarly, if you associate a command with the referencing
  129. # string, you must specify all of the allowable commands as a series of
  130. # TRUSTED_EXEC rules for that string.
  131. #
  132. # If EXEC_LINKS and JUMPFILE have been defined, any lynxexec URL's in that
  133. # file will be permitted, regardless of other settings.  If you also set
  134. # LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:TRUE and a single TRUSTED_EXEC
  135. # rule that will always fail (e.g., "none"), then *ONLY* the lynxexec URL's
  136. # in JUMPFILE will be allowed.
  137. #
  138. #TRUSTED_EXEC:none
  139.  
  140. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of 
  141. #  the information, or ALERTMAIL if there is no owner, every time
  142. #  that a document cannot be accessed!
  143. #
  144. #  NOTE: This can generate A LOT of mail, be warned.
  145. #
  146. MAIL_SYSTEM_ERROR_LOGGING:FALSE
  147.  
  148. # If CHECKMAIL is set to TRUE, the user will be informed (via a statusline
  149. # message) about the existence of any unread mail at startup of Lynx, and
  150. # will get statusline messages if subsequent new mail arrives.  If a jumps
  151. # file with a lynxexec URL for invoking mail is available, or your html
  152. # pages include an mail launch file URL, the user thereby can access mail
  153. # and read the messages.  The checks and statusline reports will not be
  154. # performed if Lynx has been invoked with the -restrictions=mail switch.
  155. CHECKMAIL:FALSE
  156. #
  157. # Set INEWS to the full path and name of your program for posting to
  158. # newsgroups.  A "mini" inews is included in the utils subdirectory of
  159. # the Lynx distribution.  You can disable news posting by setting INEWS
  160. # to "none", or via -restrictions switches.
  161. # Note that INN may require an -h switch added to the path.
  162. #
  163. #INEWS:inews
  164. #
  165. # VI_KEYS can be turned on by the user in the options
  166. # screen or the .lynxrc file.  This is just the default.
  167. #
  168. VI_KEYS_ALWAYS_ON:FALSE
  169. # EMACS_KEYS can be turned on by the user in the options
  170. # screen or the .lynxrc file.  This is just the default.
  171. #
  172. EMACS_KEYS_ALWAYS_ON:FALSE
  173. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  174. # has numbers that work like arrows or else numbered links
  175. # DEFAULT KEYPAD MODE may be set to TRUE for
  176. # using numbers as arrows as default or FALSE for
  177. # using numbered links as the default
  178. DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  179. # The default search type.
  180. # This is a default that can be overridden by the user!
  181. #
  182. CASE_SENSITIVE_ALWAYS_ON:FALSE
  183. #
  184. # DEFAULT_BOOKMARK_FILE is a default filename for use as a
  185. # personal bookmark file.  It should start without a slash
  186. # and will reference a file from the users home directory.
  187. # NOTE: A file ending in .htm should be used eliminate potential problems
  188. #
  189. DEFAULT_BOOKMARK_FILE:Bookmark.htm
  190.  
  191. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  192. # NOVICE  shows a three line help message at the bottom of the screen
  193. # INTERMEDIATE  shows normal amount of help (one line)
  194. # ADVANCED  help is replaced by the URL of the current link
  195. #
  196. DEFAULT_USER_MODE:NOVICE
  197.  
  198. # DEFAULT_EDITOR sets the default editor for Lynx users.
  199. # If an editor is defined then the user may edit local documents
  200. # using that editor.  The editor will also be used for sending
  201. # mail messages.  If no editor is defined here or by the user
  202. # the user will not be able to edit local documents and a primative
  203. # line oriented mail input mode will be used.  
  204. # NOTE: Do not define an editor unless you know that every user will
  205. #       know how to use it.  Most users do not enjoy getting stuck in
  206. #       an unknown editor that they can't get out of.  Users can
  207. #       easily define an editor of their own using the options menu,
  208. #       so it is not always desirable to set the DEFAULT_EDITOR.
  209. #
  210. DEFAULT_EDITOR: tedit
  211.  
  212. # SYSTEM_EDITOR behaves the same as DEFAULT_EDITOR except that it can't be
  213. # changed.
  214. #
  215. #SYSTEM_EDITOR:
  216.  
  217. # PREFERRED_LANGUAGE is the language in MIME notation (e.g., "en",
  218. # "fr") which will be indicated by Lynx in its Accept-Language headers
  219. # as the preferred language.  If available, the document will be
  220. # transmitted in that language.  Users can override this setting via
  221. # the 'o'ptions menu and save that preference in their RC file.
  222. #
  223. PREFERRED_LANGUAGE:en
  224.  
  225. # Proxy variables
  226. # Lynx version 2.2 and beyond supports the use of proxy servers that can
  227. # act as firewall gateways and caching servers.  They are preferable to
  228. # the older gateway servers.  Each protocol used by Lynx can be mapped
  229. # separately using PROTOCOL_proxy environment variables (see INSTALLATION).
  230. # If you have not set them externally, you can set them at run time via
  231. # this configuration file.  They will not override external settings.
  232. # Note that on VMS they are set as process logicals rather than symbols,
  233. # to preserve lowercasing, and will outlive the Lynx image.
  234. #
  235. #http_proxy:http://some.server.dom:port/
  236. #ftp_proxy:http://some.server.dom:port/
  237. #gopher_proxy:http://some.server.dom:port/
  238. #news_proxy:http://some.server.dom:port/
  239. #wais_proxy:http://some.server.dom:port/
  240. #no_proxy:host.domain.dom
  241.  
  242. # Printer definitions
  243. # any number of printers may be defined by using multiple 
  244. # printer definition sets.  Printers may be any program
  245. # that could be useful to your users, they do not necessarily
  246. # have to print.
  247. #
  248. # the definition of a printer is of the form
  249. # PRINTER:<printer name>:<printer command>:<printer option>:<lines/page>
  250. #
  251. #    <printer name> is the name that the user will see
  252. # <printer command> is the command line arguments for printing a file
  253. #            the %s will be replaced with the file being printed.
  254. #                   If a second %s is given the second %s will be replaced by a
  255. #                   suggested filename that is prettier than the tempfile
  256. #                   name given in the first %s.  This does not remove the first
  257. #                   %s from the command line in any manner.  If you need to
  258. #                   use only the second %s file name in your printer command,
  259. #                   then I suggest creating a script which will first copy the
  260. #                   first %s file name to the second %s file name, and then
  261. #                   executing your print command with the second %s file name.
  262. #  <printer option> specifies whether the printer should be disabled for
  263. #            users without printing options.  The options are
  264. #            TRUE or FALSE;
  265. #            TRUE means the printer will always be ENABLED
  266. #             regardless of printer or anonymous settings
  267. #            FALSE means the printer will be DISABLED when
  268. #              the -noprint option is on, or for anonymous
  269. #              users which are not allowed to print
  270. #
  271. #  <lines/page>    is an optional parameter for indicating the number of
  272. #           lines per page for the printer.  Defaults to 66.  Used
  273. #           for computing the approximate number of pages and
  274. #           generating a statusline query of whether to proceed if
  275. #           the document is longer than 4 printer pages.  Uses the
  276. #           current screen length for the computation when the
  277. #           built in "print to screen" option is selected.
  278. #
  279. #  You must put the whole definition on one line.  
  280. #
  281. #  If you must use a colon, precede it with a backslash!
  282. #    examples
  283. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  284. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  285. PRINTER:HP DeskJet:prt %s:TRUE:55
  286. PRINTER:Rsynth:sayit %s:TRUE:20
  287.  
  288. # check out the lpansi program in utils/ for printing on vt100
  289. # attached printers.
  290. #PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE
  291. # don't use the following printer on anonymous accounts since
  292. # allowing shell input is very dangerous
  293. #PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  294.  
  295. # Downloader definitions
  296. # any number of downloaders may be defined by using multiple
  297. # downloader definition sets.  Downloaders may be any program
  298. # that could be useful to your users, they do not necessarily
  299. # have to be a download protocol program. The most common use
  300. # of a downloader is to use Ckermit or some other transfer
  301. # program so that the user may easily transfer files back to
  302. # their local machine over a serial link.
  303. #
  304. # the definition of a downloader is of the form
  305. # DOWNLOADER:<downloadername>:<downloader command>:<downloader option>
  306. #
  307. #    <downloader name> is the name that the user will see
  308. # <downloader command> is the command line arguments for printing a file
  309. #                      the %s will be replaced with the file being printed
  310. #                      If a second %s is given the second %s will be replaced
  311. #                      by a suggested filename that is nicer than the tempfile
  312. #                      name given in the first %s.  This does not replace the
  313. #                      first %s in the command line.  If your command needs
  314. #                      the suggest file name on the command line only, then
  315. #                      I suggest creating a script that will first copy the
  316. #                      first %s file name to the second %s file name, and then
  317. #                      execute the downloading command using the second %s file
  318. #                      name (e.g., 'sz' needs such a script interposed).
  319. #  <downloader option> specifies whether the downloader should be disabled for
  320. #                      anonymous users.  The options are
  321. #                      TRUE or FALSE;
  322. #                      TRUE means the downloader will always be ENABLED
  323. #                           regardless of the anonymous settings
  324. #                      FALSE means the downloader will be DISABLED when
  325. #                            the user is anonymous.
  326. #
  327. #  You must put the whole definition on one line.
  328. #
  329. #  If you must use a colon, precede it with a backslash!
  330. #
  331. #    examples
  332. #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s %s:TRUE
  333. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  334. DOWNLOADER:Save to Default Download Dir:lynxcp %s f\:/download/%s:TRUE
  335.  
  336. # Uploader definitions (implemented only with Unix DIRED_SUPPORT;
  337. #                       see the Makefile in the top directory)
  338. # any number of uploaders may be defined by using multiple
  339. # uploader definition sets.  Uploaders may be any program
  340. # that could be useful to your users, they do not necessarily
  341. # have to be an upload protocol program. The most common use
  342. # of an uploader is to use Ckermit or some other transfer
  343. # program so that the user may easily transfer files from
  344. # their local machine over a serial link.
  345. #
  346. # the definition of an uploader is of the same form as a downloader
  347. # UPLOADER:<uploadername>:<uploader command>:<uploader option>
  348. #
  349. #  You must put the whole definition on one line.
  350. #
  351. #  If you must use a colon, precede it with a backslash!
  352. #
  353. #    example
  354. #UPLOADER:Use Kermit to upload from your computer: kermit -i -r -a %s:TRUE
  355.  
  356. # If NO_DOT_FILES is TRUE, the user will not be allowed to specify files
  357. # beginning with a dot in reply to output filename prompts.
  358. #
  359. # On VMS, it also will stop inclusion of files beginning with a dot
  360. # (e.g., file://localhost/device/directory/.lynxrc) in the directory
  361. # browser's listings (they are never included on Unix).
  362. #
  363. #NO_DOT_FILES:FALSE
  364.  
  365. # MIME types and viewers!
  366. #
  367. # file extensions may be assigned to MIME types using
  368. # the SUFFIX: definition.  
  369. #
  370. # The SUFFIX definition takes the form of:
  371. #    SUFFIX:<file extension>:<mime type>
  372. # for instance the following definition maps the
  373. # extension ".gif" to the mime type "image/gif"
  374. #    SUFFIX:.gif:image/gif
  375. #
  376. # file suffixes are case INsensitive!
  377. #
  378. # The suffix definitions listed here in the default lynx.cfg file are
  379. # among those established via src/HTInit.c.  You can change any of the
  380. # defaults by editing that file, or via the global or personal mime.types
  381. # files at run time.  They will be overridden if you assign them here.
  382.  
  383. #SUFFIX:.ps:application/postscript
  384. #SUFFIX:.eps:application/postscript
  385. #SUFFIX:.ai:application/postscript
  386. #SUFFIX:.rtf:application/x-rtf
  387. #SUFFIX:.snd:audio/basic
  388. SUFFIX:.gif:image/gif
  389. #SUFFIX:.rgb:image/x-rgb
  390. #SUFFIX:.pict:image/x-pict
  391. SUFFIX:.xbm:image/x-xbm
  392. SUFFIX:.tiff:image/x-tiff
  393. SUFFIX:.jpg:image/jpeg
  394. SUFFIX:.jpeg:image/jpeg
  395. SUFFIX:.bmp:image/bmp
  396. SUFFIX:.mpg:video/mpeg
  397. SUFFIX:.mpeg:video/mpeg
  398. SUFFIX:.mpg:video/x-mpeg
  399. SUFFIX:.mpeg:video/x-mpeg
  400. SUFFIX:.mov:video/quicktime
  401. #SUFFIX:.hqx:application/octet-stream
  402. #SUFFIX:.bin:application/octet-stream
  403. #SUFFIX:.exe:application/octet-stream
  404. #SUFFIX:.tar:application/octet-stream
  405. #SUFFIX:.Z:application/octet-stream
  406. #SUFFIX:.gz:application/octet-stream
  407. #SUFFIX:.zip:application/octet-stream
  408. #SUFFIX:.lzh:application/octet-stream
  409. #SUFFIX:.lha:application/octet-stream
  410. #SUFFIX:.dms:application/octet-stream
  411. SUFFIX:.pdf:application/pdf
  412. SUFFIX:.ra:audio/x-pn-realaudio
  413. SUFFIX:.ram:audio/x-pn-realaudio
  414.  
  415.  
  416. # The global and personal EXTENSION_MAP files allow you to assign extensions
  417. # to MIME types which will overide any of the suffix maps in this (lynx.cfg)
  418. # configuration file, or in src/HTInit.c.  See the example mime.types file
  419. # in the samples subdirectory.
  420. #
  421. #     Unix:
  422. GLOBAL_EXTENSION_MAP:f:/tcpip/etc/extmap.map
  423. #     VMS:
  424. #GLOBAL_EXTENSION_MAP:Lynx_Dir:mime.types
  425. #
  426. #    Unix (sought in user's home directory):
  427. #PERSONAL_EXTENSION_MAP:.mime.types
  428. #    VMS (sought in user's sys$login directory):
  429. #PERSONAL_EXTENSION_MAP:mime.types
  430.  
  431. # LOCAL_DOMAIN is used to determine if a user is local
  432. # to your campus or organization. You MUST change this 
  433. # to reflect your own setup.
  434. #
  435. LOCAL_DOMAIN:cris.com
  436.  
  437. # MIME types may be assigned to external viewers using
  438. # the VIEWER definition.
  439. #
  440. # Note: if you do not define a viewer to a new MIME type
  441. #       that you assigned above then it will be saved to
  442. #       disk by default.
  443. #
  444. # The VIEWER definition takes the form of:
  445. #    VIEWER:<mime type>:<viewing command>[:environment]
  446. #      where -mime type is the MIME content type of the file
  447. #         -viewing command is a system command that can be
  448. #             used to display the file where "%s" is replaced
  449. #             within the command with the physical filename
  450. #             (i.e. "xv %s" becomes "xv /tmp/tempgiffile")
  451. #            -environment is optional.  The only valid keywords
  452. #             are currently XWINDOWS and NON_XWINDOWS.  If the XWINDOWS 
  453. #             environment is specified then the viewer will only be
  454. #             defined when the user has the environment variable DISPLAY
  455. #             (DECW$DISPLAY on VMS) defined.  If the NON_XWINDOWS environment
  456. #             is specified the specified viewer will only be defined when the
  457. #             user DOES NOT have the environment variable DISPLAY defined.
  458. #  examples:
  459. #        VIEWER:image/gif:xv %s:XWINDOWS
  460. #               VIEWER:image/gif:ascii-view %s:NON_XWINDOWS
  461. #               VIEWER:application/start-elm:elm
  462. #
  463. # The MIME_type:viewer:XWINDOWS definitions listed here in the lynx.cfg
  464. # file are among those established via src/HTInit.c.  For the image types,
  465. # HTInit.c uses the XLOADIMAGE definition in userdefs.h (open is used for
  466. # NeXT). You can change any of these defaults via the global or personal
  467. # mailcap files at run time.  They will be overridden if you assign them
  468. # here.
  469.  
  470. #VIEWER:application/postscript:ghostview %s&:XWINDOWS
  471. VIEWER:image/gif:gif.cmd %s
  472. VIEWER:image/x-xbm:gif.cmd %s
  473. VIEWER:image/x-rgb:gif.cmd %s
  474. VIEWER:image/x-tiff:gif.cmd %s
  475. VIEWER:image/jpeg:gif.cmd %s
  476. VIEWER:image/bmp:gif.cmd %s
  477. VIEWER:video/mpeg:start pmmpeg %s
  478. VIEWER:video/x-mpeg:start pmmpeg %s
  479. #VIEWER:video/mpeg:mpeg_play %s &:XWINDOWS
  480. VIEWER:application/pdf:acro.cmd %s
  481. VIEWER:audio/x-pn-realaudio:\ra2\ra.cmd %s
  482.  
  483. # The global and personal MAILCAP files allow you to specify external
  484. # viewers to spawned when Lynx encounters different MIME types, which
  485. # will overide any of the suffix maps in this (lynx.cfg) configuration
  486. # file, or in src/HTInit.c.  See RFC-MAILCAP.txt in the docs subdirectory
  487. # and the example mailcap file in the samples subdirectory.
  488. #
  489. #    Unix:
  490. #GLOBAL_MAILCAP:/usr/local/lib/mosaic/mailcap
  491. #    VMS:
  492. #GLOBAL_MAILCAP:Lynx_Dir:mailcap
  493. #
  494. #     Sought in user's home (Unix) or sys$login (VMS) directory.
  495. #PERSONAL_MAILCAP:.mailcap
  496.  
  497. # Key remapping definitions!
  498. #
  499. # You may redefine the keymapping of any function in Lynx by
  500. # using the KEYMAP variable.  The form of KEYMAP is:
  501. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  502. #
  503. # You must map upper and lowercase key's separately.
  504. #
  505. # A complete list of functions mapped to their default keys are
  506. # provided below.  All of the mappings are commented out by default
  507. # since they just map to the default mappings, except for TOGGLE_HELP
  508. # (see below).
  509. #
  510. # Special keys map to:
  511. #         Up Arrow: 0x80
  512. #       Down Arrow: 0x81
  513. #      Right Arrow: 0x82
  514. #       Left Arrow: 0x83
  515. #        Page Down: 0x84
  516. #          Page Up: 0x85
  517. #      Keypad Home: 0x86
  518. #       Keypad End: 0x87
  519. #   Function key 1: 0x88
  520. # vt100   Help Key: 0x88
  521. # vt100     Do Key: 0x89
  522. # vt100   Find Key: 0x8A
  523. # vt100 Select Key: 0x8B
  524. # vt100 Insert Key: 0x8C
  525. # vt100 Remove Key: 0x8D
  526. #         NULL KEY: 0x00
  527. #
  528.  
  529. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source
  530. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  531. #KEYMAP:q:QUIT        # Ask the user to quit
  532. #KEYMAP:Q:ABORT        # Quit without verification
  533. #KEYMAP:0x20:NEXT_PAGE    # Move down to previous page
  534. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  535. #KEYMAP:^P:UP_TWO    # Move display up two lines
  536. #KEYMAP:0x8C:UP_TWO     # Function key - Move display up two lines
  537. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  538. #KEYMAP:0x8D:DOWN_TWO   # Function key - Move display down two lines
  539. #KEYMAP:^W:REFRESH    # Refresh the screen
  540. #KEYMAP:0x86:HOME       # Keypad HOME (Go to top of current document
  541. #KEYMAP:0x8A:HOME       # Function key - HOME (Go to top of current document
  542. #KEYMAP:0x87:END    # Keypad END (Go to bottom of current document
  543. #KEYMAP:0x8B:END        # Function key - END (Go to bottom of current document
  544. #KEYMAP:0x80:PREV_LINK  # Move to the previous link
  545. #KEYMAP:0x81:NEXT_LINK  # Move to the next link
  546. #KEYMAP:0x00:UP_LINK    # Move to the link above
  547. #KEYMAP:0x00:DOWN_LINK    # Move to the link below
  548. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  549. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  550. #KEYMAP:0x7f:HISTORY    # Show the history list
  551. #KEYMAP:0x08:HISTORY    # Show the history list
  552. #KEYMAP:0x83:PREV_DOC    # Return to the previous document
  553. #KEYMAP:0x82:ACTIVATE    # Select the current link
  554. #KEYMAP:0x89:ACTIVATE   # Function key - Select the current link
  555. #KEYMAP:g:GOTO        # Goto a random URL
  556. #KEYMAP:H:HELP        # Show default help screen
  557. #KEYMAP:0x88:HELP    # Functionkey - Show default help screen
  558. #KEYMAP:i:INDEX        # Show default index
  559. #*** Edit FORM_LINK_SUBMIT_MESSAGE in userdefs.h if you change RESUBMIT ***
  560. #KEYMAP:x:RESUBMIT    # Force resubmission of form if presently cached
  561. #*** Do not change INTERRUPT from 'z' & 'Z' ***
  562. #KEYMAP:z:INTERRUPT    # Interrupt network transmission
  563. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  564. #KEYMAP:o:OPTIONS    # Show the options menu
  565. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  566. #KEYMAP:/:WHEREIS    # Find a string within the current document
  567. #KEYMAP:n:NEXT        # Find next occurance of string within document
  568. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  569. #KEYMAP:e:EDIT        # Edit current document
  570. #KEYMAP:=:INFO        # Show info about current document
  571. #KEYMAP:p:PRINT        # Show print options
  572. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  573. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  574. #KEYMAP:!:SHELL        # Spawn default shell
  575. #KEYMAP:d:DOWNLOAD    # Download current link
  576. #KEYMAP:j:JUMP        # Jump to a predefined target
  577. #KEYMAP:k:KEYMAP    # Display the current key map
  578. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  579.  
  580. # If TOGGLE_HELP is mapped, in novice mode the second help menu line
  581. # can be toggled among NOVICE_LINE_TWO_A, _B, and _C, as defined in
  582. # userdefs.h.  Otherwise, it will be NOVICE_LINE_TWO.
  583. #
  584. #KEYMAP:O:TOGGLE_HELP    # Show other commands in the novice help menu
  585. #
  586. # Lynx/2 Color Configuration.
  587. #
  588. # There are four sets of colors that can be configured in Lynx/2.  They are
  589. # The Normal colors, the Links colors, the Bold colors, and the Highlight
  590. # colors.  Each of these sets of colors has a foreground color, backround
  591. # color, and attribute than can be set.
  592. #
  593. # Available colors for foreground and backround are BLACK, BLUE, GREEN, CYAN,
  594. # RED, MAGENTA, YELLOW, or WHITE.
  595. #
  596. # Available Attributes for each color set are NORMAL, BLINK, BOLD, REVERSE,
  597. # and STANDOUT (a combination of BOLD and REVERSE).
  598. #
  599. # The Normal Colors are used by Lynx/2 for normal text
  600. #
  601. NORM_FOREGROUND:WHITE
  602. NORM_BACKGROUND:BLUE
  603. NORM_ATTRIBUTE:NORMAL
  604. #
  605. # The Links colors are used by Lynx/2 to show the available hypertext links
  606. #
  607. LINKS_FOREGROUND:YELLOW
  608. LINKS_BACKGROUND:BLUE
  609. LINKS_ATTRIBUTE:BOLD
  610. #
  611. # The Bold colors are used by Lynx/2 to show bold text
  612. #
  613. BOLD_FOREGROUND:GREEN
  614. BOLD_BACKGROUND:BLUE
  615. BOLD_ATTRIBUTE:BOLD
  616. #
  617. # The Highlight colors are used by Lynx/2 for the current link, and information 
  618. #
  619. HILITE_FOREGROUND:BLUE
  620. HILITE_BACKGROUND:WHITE
  621. HILITE_ATTRIBUTE:NORMAL
  622. #
  623. # Lines and Columns - this controls the size of the Lynx/2 VIO Window
  624. #
  625. LINES:50
  626. COLUMNS:80
  627. #
  628. # Define External Manual Java Applet Execution Engine
  629. #
  630. JAVA_ENGINE:applet.exe