home *** CD-ROM | disk | FTP | other *** search
/ BUG 1 / BUGCD1996_0708.ISO / pc / util / minilin / minilin.exe / USR / LOCAL / LIB / LYNX.CFG < prev    next >
Text File  |  1995-01-15  |  12KB  |  293 lines

  1. # lynx.cfg file.
  2. # The default placement for this file is /usr/local/lib/lynx.cfg (UNIX)
  3. #                                     or sys$public: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. # note: these files can be remote (http://info.cern.ch/default.html) 
  20. # or local (file://localhost/DIRECTORY/FILENAME
  21. #  replace DIRECTORY with the current directory path and
  22. #  FILENAME with the name of the file.
  23. #  file://localhost/dua#/DIRECTORY/FILENAME on VMS systems.)
  24. #
  25. STARTFILE:http://orthanc.esoterica.com:8000
  26.  
  27. # HELPFILE must be defined as a URL and must have a 
  28. # complete local path name if local 
  29. # (file://localhost/DIRECTORY/FILENAME
  30. #  replace DIRECTORY with the current directory path and
  31. #  FILENAME with the name of the file.
  32. #  file://localhost/dua#/DIRECTORY/FILENAME on VMS systems.)
  33. # the default HELPFILE is:
  34. # http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html
  35. # This file will be updated as needed.
  36. #
  37. HELPFILE:http://kufacts.cc.ukans.edu/lynx_help/lynx_help_main.html
  38.  
  39. # DEFAULT_INDEX_FILE is the default file retrieved when the
  40. # user presses the 'I' key when viewing any document.
  41. # An index to your CWIS can be placed here or a document containing
  42. # pointers to lots of interesting places on the web.
  43. #
  44. #DEFAULT_INDEX_FILE:http://info.cern.ch/default.html
  45. DEFAULT_INDEX_FILE:http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/MetaIndex.html
  46.  
  47. # The CHARACTER_SET defines the users default 8 bit character set
  48. # which is used to represent the list of character entities within
  49. # HTML. New character sets may be defined by modifying the file
  50. # src/LYCharSets in the Lynx source code distribution and
  51. # recompiling.
  52. # The default character sets include:
  53. #    ISO Latin 1
  54. #    DEC Multinational
  55. #    IBM PC character set
  56. #    7 bit approximations
  57. CHARACTER_SET:ISO Latin 1
  58.  
  59. # Local execution links and scripts are completely disabled
  60. # in the source code unless they are enabled in the
  61. # userdefs.h file and the sources recompiled.  Please
  62. # see the Lynx source code distribution and the userdefs.h
  63. # file for more detail on enabling execution links and scripts.
  64. #
  65. # If you have enabled execution links or scripts the following
  66. # two variables control Lynx's action when an execution link
  67. # or script is encountered.
  68. #
  69. # If LOCAL_EXECUTION_LINKS_ALWAYS_ON is set to TRUE any execution
  70. # link or script will be executed no matter where it came from.
  71. # This is EXTREMELY dangerous.  Since Lynx can access files from
  72. # anywhere in the world, you may encounter links or scripts that
  73. # will cause damage or comprimise the security of your system.
  74. #
  75. # If LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE is set to TRUE only
  76. # links or scripts that reside on the local machine and are
  77. # referenced with a URL beginning with "file://localhost" will
  78. # be executed.  This is much less dangerous than enabling all
  79. # execution links, but can still be dangerous.
  80. #
  81. LOCAL_EXECUTION_LINKS_ALWAYS_ON:FALSE
  82. LOCAL_EXECUTION_LINKS_ON_BUT_NOT_REMOTE:FALSE
  83.  
  84. #  MAIL_SYSTEM_ERROR_LOGGING will send a message to the owner of 
  85. #  the information, or ALERTMAIL if there is no owner, every time
  86. #  that a document cannot be accessed!
  87. #
  88. #  VMS USERS !!!
  89. # You will probably want to set 'MAIL_SYSTEM_ERROR_LOGGING' to FALSE.
  90. # It can be nice to have automatic error logging but this is done
  91. # by doing a system command and running mail.  This is VERY slow under
  92. # VMS and just takes too darn long.
  93. #
  94. MAIL_SYSTEM_ERROR_LOGGING:FALSE
  95.  
  96. # VI_KEYS can be turned on by the user in the options
  97. # screen or the .lynxrc file.  This is just the default.
  98. #
  99. VI_KEYS_ALWAYS_ON:FALSE
  100.  
  101. # EMACS_KEYS can be turned on by the user in the options
  102. # screen or the .lynxrc file.  This is just the default.
  103. #
  104. EMACS_KEYS_ALWAYS_ON:FALSE
  105.  
  106. # DEFAULT_KEYPAD_MODE specifies whether by default the user
  107. # has numbers that work like arrows or else numbered links
  108. # DEFAULT KEYPAD MODE may be set to TRUE for
  109. # using numbers as arrows as default or FALSE for
  110. # using numbered links as the default
  111. DEFAULT_KEYPAD_MODE_IS_NUMBERS_AS_ARROWS:TRUE
  112.  
  113. # The default search type.
  114. # This is a default that can be overridden by the user!
  115. #
  116. CASE_SENSITIVE_ALWAYS_ON:FALSE
  117.  
  118. # DEFAULT_BOOKMARK_FILE is a default filename for use as a
  119. # personal bookmark file.  It should start without a slash
  120. # and will reference a file from the users home directory.
  121. # NOTE: A file ending in .html should be used eliminate potential problems
  122. #
  123. DEFAULT_BOOKMARK_FILE:lynx_bookmarks.html
  124.  
  125. # DEFAULT_USER_MODE sets the default user mode for Lynx users.
  126. # NOVICE  shows a three line help message at the bottom of the screen
  127. # INTERMEDIATE  shows normal amount of help (one line)
  128. # ADVANCED  help is replaced by the URL of the current link
  129. #
  130. DEFAULT_USER_MODE:NOVICE
  131.  
  132. # DEFAULT_EDITOR sets the default editor for Lynx users.
  133. # If an editor is defined then the user may edit local documents
  134. # using that editor.  The editor will also be used for sending
  135. # mail messages.  If no editor is defined here or by the user
  136. # the user will not be able to edit local documents and a primative
  137. # line oriented mail input mode will be used.  
  138. # NOTE: Do not define an editor unless you know that every user will
  139. #       know how to use it.  Most users do not enjoy getting stuck in
  140. #       an unknown editor that they can't get out of.  Users can
  141. #       easily define an editor of their own using the options menu,
  142. #       so it is not always desirable to set the DEFAULT_EDITOR.
  143. #
  144. #DEFAULT_EDITOR:
  145.  
  146. # Printer definitions
  147. # any number of printers may be defined by using multiple 
  148. # printer definition sets.  Printers may be any program
  149. # that could be useful to your users, they do not necessarily
  150. # have to print.
  151. #
  152. # the definition of a printer is of the form
  153. # PRINTER:<printer name>:<printer command>:<printer option>
  154. #
  155. #    <printer name> is the name that the user will see
  156. # <printer command> is the command line arguments for printing a file
  157. #            the %s will be replaced with the file being printed
  158. #  <printer option> specifies whether the printer should be disabled for
  159. #            users without printing options.  The options are
  160. #            TRUE or FALSE;
  161. #            TRUE means the printer will always be ENABLED
  162. #             regardless of printer or anonymous settings
  163. #            FALSE means the printer will be DISABLED when
  164. #              the -noprint option is on, or for anonymous
  165. #              users which are not allowed to print
  166. #
  167. #  You must put the whole definition on one line.  
  168. #
  169. #  If you must use a colon, precede it with a backslash!
  170. #
  171. #    examples
  172. #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE
  173. #PRINTER:Office printer:lpr -POffprt %s:TRUE
  174. #PRINTER:VMS printer:print /queue=cc$print %s:FALSE
  175.  
  176. # check out the lpansi program in utils/ for printing on vt100
  177. # attached printers.
  178. #PRINTER:Use vt100 print sequence to print from your local terminal:lpansi %s:TRUE
  179.  
  180. PRINTER:Specify your own print command:echo -n "Enter a print command\: "; read word; sh -c "$word %s":FALSE
  181.  
  182.  
  183. # Downloader definitions
  184. # any number of downloaders may be defined by using multiple
  185. # downloader definition sets.  Downloaders may be any program
  186. # that could be useful to your users, they do not necessarily
  187. # have to be a download protocol program. The most common use
  188. # of a downloader is to use Ckermit or some other transfer
  189. # program so that the user may easily transfer files back to
  190. # their local machine over a serial link.
  191. #
  192. # the definition of a downloader is of the form
  193. # DOWNLOADER:<downloadername>:<downloader command>:<downloader option>
  194. #
  195. #    <downloader name> is the name that the user will see
  196. # <downloader command> is the command line arguments for printing a file
  197. #                      the %s will be replaced with the file being printed
  198. #  <downloader option> specifies whether the downloader should be disabled for
  199. #                      anonymous users.  The options are
  200. #                      TRUE or FALSE;
  201. #                      TRUE means the downloader will always be ENABLED
  202. #                           regardless of the anonymous settings
  203. #                      FALSE means the downloader will be DISABLED when
  204. #                            the user is anonymous.
  205. #
  206. #  You must put the whole definition on one line.
  207. #
  208. #  If you must use a colon, precede it with a backslash!
  209. #
  210. #    examples
  211. #DOWNLOADER:Use Kermit to download to the local terminal:kermit -i -s %s:TRUE
  212. #DOWNLOADER:Use Zmodem to download to the local terminal:sz %s:TRUE
  213.  
  214.  
  215. # Key remapping definitions!
  216. #
  217. # You may redefine the keymapping of any function in Lynx by
  218. # using the KEYMAP variable.  The form of KEYMAP is:
  219. #  KEYMAP:<KEYSTROKE>:<LYNX FUNCTION>
  220. #
  221. # You must map upper and lowercase key's separately.
  222. #
  223. # A complete list of functions mapped to there default keys are
  224. # provided below.  All of the mappings are commented out by default
  225. # since they just map to the default mappings anyways.
  226. #
  227. # Special keys map to:
  228. #         Up Arrow: 0x80
  229. #       Down Arrow: 0x81
  230. #      Right Arrow: 0x82
  231. #       Left Arrow: 0x83
  232. #        Page Down: 0x84
  233. #          Page Up: 0x85
  234. #      Keypad Home: 0x86
  235. #       Keypad End: 0x87
  236. #   Function key 1: 0x88
  237. # vt100   Help Key: 0x88
  238. # vt100     Do Key: 0x89
  239. # vt100   Find Key: 0x8A
  240. # vt100 Select Key: 0x8B
  241. # vt100 Insert Key: 0x8C
  242. # vt100 Remove Key: 0x8D
  243. #         NULL KEY: 0x00
  244. #
  245.  
  246. #KEYMAP:0x2F:SOURCE    # Toggle source viewing mode (show HTML source
  247. #KEYMAP:^R:RELOAD    # Reload the current document and redisplay
  248. #KEYMAP:q:QUIT        # Ask the user to quit
  249. #KEYMAP:Q:ABORT        # Quit without verification
  250. #KEYMAP:0x20:NEXT_PAGE    # Move down to previous page
  251. #KEYMAP:-:PREV_PAGE    # Move up to previous page
  252. #KEYMAP:^P:UP_TWO    # Move display up two lines
  253. #KEYMAP:0x8C:UP_TWO     # Function key - Move display up two lines
  254. #KEYMAP:^N:DOWN_TWO    # Move display down two lines
  255. #KEYMAP:0x8D:DOWN_TWO   # Function key - Move display down two lines
  256. #KEYMAP:^W:REFRESH    # Refresh the screen
  257. #KEYMAP:0x86:HOME       # Keypad HOME (Go to top of current document
  258. #KEYMAP:0x8A:HOME       # Function key - HOME (Go to top of current document
  259. #KEYMAP:0x87:END    # Keypad END (Go to bottom of current document
  260. #KEYMAP:0x8B:END        # Function key - END (Go to bottom of current document
  261. #KEYMAP:0x80:PREV_LINK  # Move to the previous link
  262. #KEYMAP:0x81:NEXT_LINK  # Move to the next link
  263. #KEYMAP:0x00:UP_LINK    # Move to the link above
  264. #KEYMAP:0x00:DOWN_LINK    # Move to the link below
  265. #KEYMAP:0x00:RIGHT_LINK    # Move to the link to the right
  266. #KEYMAP:0x00:LEFT_LINK    # Move to the link to the left
  267. #KEYMAP:0x00:HISTORY    # Show the history list
  268. #KEYMAP:0x00:HISTORY    # Show the history list
  269. #KEYMAP:0x83:PREV_DOC    # Return to the previous document
  270. #KEYMAP:0x82:ACTIVATE    # Select the current link
  271. #KEYMAP:0x89:ACTIVATE   # Function key - Select the current link
  272. #KEYMAP:g:GOTO        # Goto a random URL
  273. #KEYMAP:H:HELP        # Show default help screen
  274. #KEYMAP:0x88:HELP       # Function key - Show default help screen
  275. #KEYMAP:i:INDEX        # Show default index
  276. #KEYMAP:x:FORM_UP    # Increment form link
  277. #KEYMAP:z:FORM_DOWN    # Decrement form link
  278. #KEYMAP:m:MAIN_MENU    # Return to the main menu
  279. #KEYMAP:o:OPTIONS    # Show the options menu
  280. #KEYMAP:i:INDEX_SEARCH    # Search a server based index
  281. #KEYMAP:/:WHEREIS    # Find a string within the current document
  282. #KEYMAP:n:NEXT        # Find next occurance of string within document
  283. #KEYMAP:c:COMMENT    # Comment to the author of the current document
  284. #KEYMAP:e:EDIT        # Edit current document
  285. #KEYMAP:=:INFO        # Show info about current document
  286. #KEYMAP:p:PRINT        # Show print options
  287. #KEYMAP:a:ADD_BOOKMARK    # Add current document to bookmark list
  288. #KEYMAP:v:VIEW_BOOKMARK    # View the bookmark list
  289. #KEYMAP:!:SHELL        # Spawn default shell
  290. #KEYMAP:d:DOWNLOAD    # Download current link
  291. #KEYMAP:0x00:DO_NOTHING    # Does nothing (ignore this key)
  292.