lynx.man 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303
  1. .\" $LynxId: lynx.man,v 1.110 2014/02/13 13:32:15 tom Exp $
  2. .\" **************************************************************************
  3. .\" Escape single quotes in literal strings from groff's Unicode transform.
  4. .ie \n(.g .ds AQ \(aq
  5. .el .ds AQ '
  6. .ie \n(.g .ds `` \(lq
  7. .el .ds `` ``
  8. .ie \n(.g .ds '' \(rq
  9. .el .ds '' ''
  10. .\" **************************************************************************
  11. .TH LYNX 1
  12. .SH NAME
  13. lynx \- a general purpose distributed information browser for the World Wide Web
  14. .SH SYNOPSIS
  15. .B lynx \fI[options] [optional paths or URLs]
  16. .sp
  17. .B lynx \fI[options] [path or URL]\fP \fB\-get_data
  18. .br
  19. .I data
  20. .br
  21. .B \-\-
  22. .sp
  23. .B lynx \fI[options] [path or URL]\fP \fB\-post_data
  24. .br
  25. .I data
  26. .br
  27. .B \-\-
  28. .PP
  29. Use \*(``lynx \-help\*('' to display a complete list of current options.
  30. .SH DESCRIPTION
  31. .hy 0
  32. .I
  33. Lynx
  34. is a fully-featured World Wide Web (WWW) client for users
  35. running cursor-addressable, character-cell display devices
  36. (e.g., vt100 terminals,
  37. vt100 emulators running on Windows 95/NT/XP/7/8 or any POSIX platform,
  38. or any other \*(``curses-oriented\*('' display).
  39. It will display hypertext
  40. markup language (HTML) documents containing links to
  41. files residing on the local system, as well as files residing on
  42. remote systems running Gopher, HTTP, FTP, WAIS, and NNTP servers.
  43. Current versions of
  44. .I
  45. Lynx
  46. run on
  47. Unix, VMS, Windows 95/NT/XP/7/8, DOS DJGPP and OS/2.
  48. .PP
  49. .I
  50. Lynx
  51. can be used to access information on the World Wide Web, or
  52. to build information systems intended primarily for local access.
  53. For example,
  54. .I
  55. Lynx
  56. has been used to build several Campus Wide
  57. Information Systems (CWIS).
  58. In addition,
  59. .I
  60. Lynx
  61. can be used to
  62. build systems isolated within a single LAN.
  63. .SH OPTIONS
  64. At start up, \fILynx\fR will load any local
  65. file or remote URL specified at the command line.
  66. For help with URLs, press \*(``\fB?\fR\*(''
  67. or \*(``\fBH\fR\*('' while running \fILynx\fR.
  68. Then follow the link titled, \*(``Help on URLs.\*(''
  69. .PP
  70. If more than one local file or remote URL is listed on the command line,
  71. \fILynx\fP will open only the last interactively.
  72. All of the names (local files and remote URLs) are added to the \fBG)oto\fP history.
  73. .PP
  74. \fILynx\fR uses only long option names.
  75. Option names can begin with double dash as well,
  76. underscores and dashes can be intermixed in
  77. option names (in the reference below options
  78. are with one dash before them and with underscores).
  79. .PP
  80. \fILynx\fR provides many command-line options.
  81. Some options require a value (string, number or keyword).
  82. These are noted in the reference below.
  83. The other options set boolean values in the program.
  84. There are three types of boolean options: set, unset and toggle.
  85. If no option value is given, these have the obvious meaning:
  86. set (to true), unset (to false), or toggle (between true/false).
  87. For any of these, an explicit value can be given in different
  88. forms to allow for operating system constraints,
  89. e.g.,
  90. .RS
  91. .nf
  92. \fB\-center:off\fP
  93. \fB\-center=off\fP
  94. \fB\-center\-\fP
  95. .fi
  96. .RE
  97. \fILynx\fR recognizes
  98. \*(``1\*('', \*(``+\*('', \*(``on\*('' and \*(``true\*('' for true values, and
  99. \*(``0\*('', \*(``\-\*('', \*(``off\*('' and \*(``false\*('' for false values.
  100. Other option-values are ignored.
  101. .PP
  102. The default boolean, number and string option values that are compiled
  103. into \fILynx\fP are displayed in the help-message provided by \fBlynx \-help\fP.
  104. Some of those may differ according to how \fILynx\fP was built;
  105. see the help message itself for these values.
  106. The \fB\-help\fP option is processed in the third pass of options-processing,
  107. so any option which sets a value,
  108. as well as runtime configuration values are reflected in the help-message.
  109. .TP 7
  110. .B \-
  111. If the argument is only '\-', then \fILynx\fP expects to receive
  112. the arguments from the standard input.
  113. This is to allow for the
  114. potentially very long command line that can be associated
  115. with the \fB\-get_data\fR or \fB\-post_data\fR arguments (see below).
  116. It can also be used to avoid having sensitive information
  117. in the invoking command line (which would be visible to
  118. other processes on most systems), especially when
  119. the \fB\-auth\fR or \fB\-pauth\fR options are used.
  120. .TP
  121. .B \-accept_all_cookies
  122. accept all cookies.
  123. .TP
  124. .B \-anonymous
  125. apply restrictions for anonymous account, see also \fB\-restrictions\fR.
  126. .TP
  127. .B \-assume_charset\fR=\fIMIMEname
  128. charset for documents that don't specify it.
  129. .TP
  130. .B \-assume_local_charset\fR=\fIMIMEname
  131. charset assumed for local files,
  132. i.e., files which \fILynx\fP creates such as internal pages for the options menu.
  133. .TP
  134. .B \-assume_unrec_charset\fR=\fIMIMEname
  135. use this instead of unrecognized charsets.
  136. .TP
  137. .B \-auth\fR=\fIID\fR:\fIPASSWD
  138. set authorization ID and password for protected documents at startup.
  139. Be sure to protect any script files which use
  140. this switch.
  141. .TP
  142. .B \-base
  143. prepend a request URL comment and BASE tag to text/html
  144. outputs for \fB\-source\fR dumps.
  145. .TP
  146. .B \-bibhost\fR=\fIURL
  147. specify a local bibp server (default http://bibhost/).
  148. .TP
  149. .B \-blink
  150. forces high intensity background colors for color mode, if available
  151. and supported by the terminal.
  152. This applies to the \fBslang\fR library (for a few terminal emulators),
  153. or to OS/2 EMX with \fBncurses\fR.
  154. .TP
  155. .B \-book
  156. use the bookmark page as the startfile.
  157. The default or command
  158. line startfile is still set for the Main screen command, and will
  159. be used if the bookmark page is unavailable or blank.
  160. .TP
  161. .B \-buried_news
  162. toggles scanning of news articles for buried references, and
  163. converts them to news links.
  164. Not recommended because email
  165. addresses enclosed in angle brackets will be converted to
  166. false news links, and uuencoded messages can be trashed.
  167. .TP
  168. .B \-cache\fR=\fINUMBER
  169. set the NUMBER of documents cached in memory.
  170. The default is 10.
  171. .TP
  172. .B \-case
  173. enable case-sensitive string searching.
  174. .TP
  175. .B \-center
  176. Toggle center alignment in HTML TABLE.
  177. .TP
  178. .B \-cfg\fR=\fIFILENAME
  179. specifies a \fILynx\fP configuration file other than the default
  180. lynx.cfg.
  181. .TP
  182. .B \-child
  183. exit on left-arrow in startfile, and disable save to disk and associated
  184. print/mail options.
  185. .TP
  186. .B \-child_relaxed
  187. exit on left-arrow in startfile, but allow save to disk and associated
  188. print/mail options.
  189. .TP
  190. .B \-cmd_log\fR=\fIFILENAME
  191. write keystroke commands and related information to the specified file.
  192. .TP
  193. .B \-cmd_script\fR=\fIFILENAME
  194. read keystroke commands from the specified file.
  195. You can use the data written using the \fB\-cmd_log\fR option.
  196. \fILynx\fP will ignore other information which the command-logging may have
  197. written to the logfile.
  198. Each line of the command script contains either a comment beginning with \*(``#\*('',
  199. or a keyword:
  200. .RS
  201. .TP 3
  202. .B exit
  203. causes the script to stop, and forces \fILynx\fP to exit immediately.
  204. .TP
  205. .B key
  206. the character value, in printable form.
  207. Cursor and other special keys are given as names, e.g., \*(``Down Arrow\*(''.
  208. Printable 7-bit ASCII codes are given as-is,
  209. and hexadecimal values represent other 8-bit codes.
  210. .TP
  211. .B set
  212. followed by a \*(``name=value\*('' allows one to override values set in the
  213. lynx.cfg or \&.lynxrc files.
  214. \fILynx\fP tries the cfg-file setting first.
  215. .RE
  216. .TP
  217. .B \-color
  218. forces color mode on, if available.
  219. Default color control sequences
  220. which work for many terminal types are assumed if the terminal
  221. capability description does not specify how to handle color.
  222. \fILynx\fP needs to be compiled with the \fBslang\fR library for this flag,
  223. it is equivalent to setting the \fBCOLORTERM\fR environment variable.
  224. (If color support is instead provided by a color-capable curses
  225. library like \fBncurses\fR, \fILynx\fP relies completely on the terminal
  226. description to determine whether color mode is possible, and
  227. this flag is not needed and thus unavailable.)
  228. A saved show_color=always setting found in a \&.lynxrc file at
  229. startup has the same effect.
  230. A saved show_color=never found
  231. in \&.lynxrc on startup is overridden by this flag.
  232. .TP
  233. .B \-connect_timeout\fR=\fIN
  234. Sets the connection timeout, where N is given in seconds.
  235. .TP
  236. .B \-cookie_file\fR=\fIFILENAME
  237. specifies a file to use to read cookies.
  238. If none is specified, the default value is ~/.lynx_cookies
  239. for most systems, but ~/cookies for MS-DOS.
  240. .TP
  241. .B \-cookie_save_file\fR=\fIFILENAME
  242. specifies a file to use to store cookies.
  243. If none is specified, the value given by
  244. \fB\-cookie_file\fR is used.
  245. .TP
  246. .B \-cookies
  247. toggles handling of Set-Cookie headers.
  248. .TP
  249. .B \-core
  250. toggles forced core dumps on fatal errors.
  251. Turn this option off to ask \fILynx\fP to force a core dump if a fatal error occurs.
  252. .TP
  253. .B \-crawl
  254. with \fB\-traversal,\fR output each page to a file.
  255. with \fB\-dump\fR, format output as with \fB\-traversal\fR,
  256. but to the standard output.
  257. .TP
  258. .B \-curses_pads
  259. toggles the use of curses \*(``pad\*('' feature which supports
  260. left/right scrolling of the display.
  261. The feature is normally available for curses configurations,
  262. but inactive.
  263. To activate it, use the \*(``|\*('' character or the LINEWRAP_TOGGLE command.
  264. Toggling this option makes the feature altogether unavailable.
  265. .TP
  266. .B \-debug_partial
  267. separate incremental display stages with MessageSecs delay
  268. .TP
  269. .B \-default-colors
  270. toggles the default-colors feature which is normally set in the lynx.cfg file.
  271. .TP
  272. .B \-delay
  273. add DebugSecs delay after each progress-message
  274. .TP
  275. .B \-display\fR=\fIDISPLAY
  276. set the display variable for X rexec-ed programs.
  277. .TP
  278. .B \-display_charset\fR=\fIMIMEname
  279. set the charset for the terminal output.
  280. .TP
  281. .B \-dont_wrap_pre
  282. inhibit wrapping of text when \fB\-dump\fR'ing and \fB\-crawl\fR'ing,
  283. mark wrapped lines of <pre> in interactive session.
  284. .TP
  285. .B \-dump
  286. dumps the formatted output of the default document or those
  287. specified on the command line to standard output.
  288. Unlike interactive mode, all documents are processed.
  289. This can be used in the following way:
  290. .sp
  291. lynx \fB\-dump\fR http://www.subir.com/lynx.html
  292. .IP
  293. Files specified on the command line are formatted as HTML if
  294. their names end with one of the standard web suffixes such
  295. as \*(``.htm\*('' or \*(``.html\*(''.
  296. Use the \fB\-force_html\fP option to format files whose names do not follow
  297. this convention.
  298. .TP
  299. .B \-editor\fR=\fIEDITOR
  300. enable external editing, using the specified
  301. EDITOR.
  302. (vi, ed, emacs, etc.)
  303. .TP
  304. .B \-emacskeys
  305. enable emacs-like key movement.
  306. .TP
  307. .B \-enable_scrollback
  308. toggles compatibility with communication programs' scrollback keys
  309. (may be incompatible with some curses packages).
  310. .TP
  311. .B \-error_file\fR=\fIFILE
  312. define a file where \fILynx\fP will report HTTP access codes.
  313. .TP
  314. .B \-exec
  315. enable local program execution (normally not configured).
  316. .TP
  317. .B \-fileversions
  318. include all versions of files in local VMS directory listings.
  319. .TP
  320. .B \-find_leaks
  321. toggle memory leak-checking.
  322. Normally this
  323. is not compiled-into your executable, but when it is,
  324. it can be disabled for a session.
  325. .TP
  326. .B \-force_empty_hrefless_a
  327. force HREF-less 'A' elements to be empty (close them as soon as they are seen).
  328. .TP
  329. .B \-force_html
  330. forces the first document to be interpreted as HTML.
  331. .IP
  332. This is most useful when processing files specified on the command line
  333. which have an unrecognized suffix (or the suffix is associated with a
  334. non-HTML type, such as \*(``.txt\*('' for plain text files).
  335. .IP
  336. \fILynx\fP recognizes these file suffixes as HTML:
  337. .RS
  338. \*(``.ht3\*('',
  339. \*(``.htm\*('',
  340. \*(``.html3\*('',
  341. \*(``.html\*('',
  342. \*(``.htmlx\*('',
  343. \*(``.php3\*('',
  344. \*(``.php\*('',
  345. \*(``.phtml\*('',
  346. \*(``.sht\*('', and
  347. \*(``.shtml\*(''.
  348. .RE
  349. .IP
  350. The \fB\-force_html\fP option does not apply to non-interactive
  351. options such as \fB\-dump\fP or \fB\-crawl\fP.
  352. .TP
  353. .B \-force_secure
  354. toggles forcing of the secure flag for SSL cookies.
  355. .TP
  356. .B \-forms_options
  357. toggles whether the Options Menu is key-based or form-based.
  358. .TP
  359. .B \-from
  360. toggles transmissions of From headers.
  361. .TP
  362. .B \-ftp
  363. disable ftp access.
  364. .TP
  365. .B \-get_data
  366. properly formatted data for a \fIget\fP form are read in from
  367. the standard input and passed to the form.
  368. Input is terminated by a line that starts with '\-\-\-'.
  369. .IP
  370. \fILynx\fP issues an HTTP \fBGET\fP,
  371. sending the form to the path or URL given on the
  372. command-line and prints the response of the server.
  373. If no path or URL is given, \fILynx\fP sends the form to the start-page.
  374. .TP
  375. .B \-head
  376. send a HEAD request for the mime headers.
  377. .TP
  378. .B \-help
  379. print the \fILynx\fP command syntax usage message, and exit.
  380. .TP
  381. .B \-hiddenlinks=[option]
  382. control the display of hidden links.
  383. .RS
  384. .TP 3
  385. .B merge
  386. hidden links show up as bracketed numbers
  387. and are numbered together with other links in the sequence of their
  388. occurrence in the document.
  389. .TP
  390. .B listonly
  391. hidden links are shown only on \fBL)ist\fP screens and listings generated by
  392. .B \-dump
  393. or from the \fBP)rint\fP menu, but appear separately at the end of those lists.
  394. This is the default behavior.
  395. .TP
  396. .B ignore
  397. hidden links do not appear even in listings.
  398. .RE
  399. .TP
  400. .B \-historical
  401. toggles use of '>' or '\-\->' as a terminator for comments.
  402. .TP
  403. .B \-homepage\fR=\fIURL
  404. set homepage separate from start page.
  405. .TP
  406. .B \-image_links
  407. toggles inclusion of links for all images.
  408. .TP
  409. .B \-index\fR=\fIURL
  410. set the default index file to the specified URL.
  411. .TP
  412. .B \-ismap
  413. toggles inclusion of ISMAP links when client-side
  414. MAPs are present.
  415. .TP
  416. .B \-justify
  417. do justification of text.
  418. .TP
  419. .B \-link\fR=\fINUMBER
  420. starting count for lnk#.dat files produced by \fB\-crawl\fR.
  421. .TP
  422. .B \-list_inline
  423. for \fB\-dump\fR, show the links inline with the text.
  424. .TP
  425. .B \-listonly
  426. for \fB\-dump\fR, show only the list of links.
  427. .TP
  428. .B \-localhost
  429. disable URLs that point to remote hosts.
  430. .TP
  431. .B \-locexec
  432. enable local program execution from local files only (if
  433. \fILynx\fP was compiled with local execution enabled).
  434. .TP
  435. .B \-lss\fR=\fIFILENAME
  436. specify filename containing color-style information.
  437. The default is lynx.lss.
  438. If you give an empty filename, \fILynx\fP uses a built-in monochrome
  439. scheme which imitates the non-color-style configuration.
  440. .TP
  441. .B \-mime_header
  442. prints the MIME header of a fetched document along with its
  443. source.
  444. .TP
  445. .B \-minimal
  446. toggles minimal versus valid comment parsing.
  447. .TP
  448. .B \-nested_tables
  449. toggles nested-tables logic (for debugging).
  450. .TP
  451. .B \-newschunksize\fR=\fINUMBER
  452. number of articles in chunked news listings.
  453. .TP
  454. .B \-newsmaxchunk\fR=\fINUMBER
  455. maximum news articles in listings before chunking.
  456. .TP
  457. .B \-nobold
  458. disable bold video-attribute.
  459. .TP
  460. .B \-nobrowse
  461. disable directory browsing.
  462. .TP
  463. .B \-nocc
  464. disable Cc: prompts for self copies of mailings.
  465. Note that this does not disable any CCs which are incorporated
  466. within a mailto URL or form ACTION.
  467. .TP
  468. .B \-nocolor
  469. force color mode off, overriding terminal capabilities and any
  470. \-color flags, COLORTERM variable, and saved \&.lynxrc settings.
  471. .TP
  472. .B \-noexec
  473. disable local program execution.
  474. (DEFAULT)
  475. .TP
  476. .B \-nofilereferer
  477. disable transmissions of Referer headers for file URLs.
  478. .TP
  479. .B \-nolist
  480. disable the link list feature in dumps.
  481. .TP
  482. .B \-nolog
  483. disable mailing of error messages to document owners.
  484. .TP
  485. .B \-nomargins
  486. disable left/right margins in the default style sheet.
  487. .TP
  488. .B \-nomore
  489. disable \-more\- string in statusline messages.
  490. .TP
  491. .B \-nonrestarting_sigwinch
  492. This flag is not available on all systems,
  493. \fILynx\fP needs to be compiled with HAVE_SIGACTION defined.
  494. If available, this flag \fImay\fR cause \fILynx\fP to react
  495. more immediately to window changes when run within
  496. an \fBxterm\fR.
  497. .TP
  498. .B \-nonumbers
  499. disable link- and field-numbering.
  500. This overrides \fB\-number_fields\fR and \fB\-number_links\fR.
  501. .TP
  502. .B \-nopause
  503. disable forced pauses for statusline messages.
  504. .TP
  505. .B \-noprint
  506. disable most print functions.
  507. .TP
  508. .B \-noredir
  509. prevents automatic redirection and prints a message with a
  510. link to the new URL.
  511. .TP
  512. .B \-noreferer
  513. disable transmissions of Referer headers.
  514. .TP
  515. .B \-noreverse
  516. disable reverse video-attribute.
  517. .TP
  518. .B \-nosocks
  519. disable SOCKS proxy usage by a SOCKSified \fILynx\fP.
  520. .TP
  521. .B \-nostatus
  522. disable the retrieval status messages.
  523. .TP
  524. .B \-notitle
  525. disable title and blank line from top of page.
  526. .TP
  527. .B \-nounderline
  528. disable underline video-attribute.
  529. .TP
  530. .B \-number_fields
  531. force numbering of links as well as form input fields
  532. .TP
  533. .B \-number_links
  534. force numbering of links.
  535. .TP
  536. .B \-partial
  537. toggles display partial pages while loading.
  538. .TP
  539. .B \-partial_thres\fR=\fINUMBER
  540. number of lines to render before repainting display
  541. with partial-display logic
  542. .TP
  543. .B \-passive-ftp
  544. toggles passive ftp connections.
  545. .TP
  546. .B \-pauth\fR=\fIID\fR:\fIPASSWD
  547. set authorization ID and password for a protected proxy server at startup.
  548. Be sure to protect any script files which use this switch.
  549. .TP
  550. .B \-popup
  551. toggles handling of single-choice SELECT options via
  552. popup windows or as lists of radio buttons.
  553. .TP
  554. .B \-post_data
  555. properly formatted data for a \fIpost\fP form are read in from
  556. the standard input and passed to the form.
  557. Input is terminated by a line that starts with '\-\-\-'.
  558. .IP
  559. \fILynx\fP issues an HTTP \fBPOST\fP,
  560. sending the form to the path or URL given on the
  561. command-line and prints the response of the server.
  562. If no path or URL is given, \fILynx\fP sends the form to the start-page.
  563. .TP
  564. .B \-preparsed
  565. show HTML source preparsed and reformatted when used with \fB\-source\fR
  566. or in source view.
  567. .TP
  568. .B \-prettysrc
  569. show HTML source view with lexical elements and tags in color.
  570. .TP
  571. .B \-print
  572. enable print functions.
  573. (default)
  574. .TP
  575. .B \-pseudo_inlines
  576. toggles pseudo-ALTs for inline images with no ALT string.
  577. .TP
  578. .B \-raw
  579. toggles default setting of 8-bit character translations
  580. or CJK mode for the startup character set.
  581. .TP
  582. .B \-realm
  583. restricts access to URLs in the starting realm.
  584. .TP
  585. .B \-read_timeout\fR=\fIN
  586. Sets the read-timeout, where N is given in seconds.
  587. .TP
  588. .B \-reload
  589. flushes the cache on a proxy server
  590. (only the first document given on the command-line is affected).
  591. .TP
  592. .B \-restrictions\fR=\fI[option][,option][,option]...
  593. allows a list of services to be disabled selectively.
  594. Dashes and underscores in option names can be intermixed.
  595. The following list is printed if no options are specified.
  596. .RS
  597. .TP 3
  598. .B all
  599. restricts all options listed below.
  600. .TP
  601. .B bookmark
  602. disallow changing the location of the bookmark
  603. file.
  604. .TP
  605. .B bookmark_exec
  606. disallow execution links via the bookmark file.
  607. .TP
  608. .B change_exec_perms
  609. disallow changing the eXecute permission on files
  610. (but still allow it for directories) when local file
  611. management is enabled.
  612. .TP
  613. .B default
  614. same as command line option \fB\-anonymous\fR.
  615. Disables default services for anonymous users.
  616. Set to all restricted, except for:
  617. inside_telnet, outside_telnet,
  618. inside_ftp, outside_ftp,
  619. inside_rlogin, outside_rlogin,
  620. inside_news, outside_news, telnet_port,
  621. jump, mail, print, exec, and goto.
  622. The settings for these,
  623. as well as additional goto restrictions for
  624. specific URL schemes that are also applied,
  625. are derived from definitions within userdefs.h.
  626. .TP
  627. .B dired_support
  628. disallow local file management.
  629. .TP
  630. .B disk_save
  631. disallow saving to disk in the download and
  632. print menus.
  633. .TP
  634. .B dotfiles
  635. disallow access to, or creation of, hidden (dot) files.
  636. .TP
  637. .B download
  638. disallow some downloaders in the download menu (does not
  639. imply disk_save restriction).
  640. .TP
  641. .B editor
  642. disallow external editing.
  643. .TP
  644. .B exec
  645. disable execution scripts.
  646. .TP
  647. .B exec_frozen
  648. disallow the user from changing the local
  649. execution option.
  650. .TP
  651. .B externals
  652. disallow some \*(``EXTERNAL\*('' configuration lines
  653. if support for passing URLs to external
  654. applications (with the EXTERN command) is
  655. compiled in.
  656. .TP
  657. .B file_url
  658. disallow using \fBG)oto\fP, served links or bookmarks for
  659. file: URLs.
  660. .TP
  661. .B goto
  662. disable the 'g' (goto) command.
  663. .TP
  664. .B inside_ftp
  665. disallow ftps for people coming from inside your
  666. domain (utmp required for selectivity).
  667. .TP
  668. .B inside_news
  669. disallow USENET news posting for people coming
  670. from inside your domain (utmp required for selectivity).
  671. .TP
  672. .B inside_rlogin
  673. disallow rlogins for people coming from inside
  674. your domain (utmp required for selectivity).
  675. .TP
  676. .B inside_telnet
  677. disallow telnets for people coming from inside
  678. your domain (utmp required for selectivity).
  679. .TP
  680. .B jump
  681. disable the 'j' (jump) command.
  682. .TP
  683. .B multibook
  684. disallow multiple bookmarks.
  685. .TP
  686. .B mail
  687. disallow mail.
  688. .TP
  689. .B news_post
  690. disallow USENET News posting.
  691. .TP
  692. .B options_save
  693. disallow saving options in \&.lynxrc.
  694. .TP
  695. .B outside_ftp
  696. disallow ftps for people coming from outside your
  697. domain (utmp required for selectivity).
  698. .TP
  699. .B outside_news
  700. disallow USENET news reading and posting for people coming
  701. from outside your domain (utmp required for selectivity).
  702. This restriction applies to \*(``news\*('', \*(``nntp\*('', \*(``newspost\*('', and
  703. \*(``newsreply\*('' URLs, but not to \*(``snews\*('', \*(``snewspost\*('',
  704. or \*(``snewsreply\*('' in case they are supported.
  705. .TP
  706. .B outside_rlogin
  707. disallow rlogins for people coming from outside
  708. your domain (utmp required for selectivity).
  709. .TP
  710. .B outside_telnet
  711. disallow telnets for people coming from
  712. outside your domain (utmp required for selectivity).
  713. .TP
  714. .B print
  715. disallow most print options.
  716. .TP
  717. .B shell
  718. disallow shell escapes and lynxexec or lynxprog \fBG)oto\fP's.
  719. .TP
  720. .B suspend
  721. disallow Unix Control-Z suspends with escape to shell.
  722. .TP
  723. .B telnet_port
  724. disallow specifying a port in telnet \fBG)oto\fP's.
  725. .TP
  726. .B useragent
  727. disallow modifications of the User-Agent header.
  728. .RE
  729. .TP
  730. .B \-resubmit_posts
  731. toggles forced resubmissions (no-cache) of forms with
  732. method POST when the documents they returned are sought
  733. with the PREV_DOC command or from the History List.
  734. .TP
  735. .B \-rlogin
  736. disable recognition of rlogin commands.
  737. .TP
  738. .B \-scrollbar
  739. toggles showing scrollbar.
  740. .TP
  741. .B \-scrollbar_arrow
  742. toggles showing arrows at ends of the scrollbar.
  743. .TP
  744. .B \-selective
  745. require \&.www_browsable files to browse directories.
  746. .TP
  747. .B \-session\fR=\fIFILENAME
  748. resumes from specified file on startup and saves session to that file on exit.
  749. .TP
  750. .B \-sessionin\fR=\fIFILENAME
  751. resumes session from specified file.
  752. .TP
  753. .B \-sessionout\fR=\fIFILENAME
  754. saves session to specified file.
  755. .TP
  756. .B \-short_url
  757. show very long URLs in the status line with \*(``...\*('' to represent the
  758. portion which cannot be displayed.
  759. The beginning and end of the URL are displayed, rather than suppressing the end.
  760. .TP
  761. .B \-show_cfg
  762. Print the configuration settings, e.g., as read from \*(``lynx.cfg\*('', and exit.
  763. .TP
  764. .B \-show_cursor
  765. If enabled the cursor will not be hidden in the right hand
  766. corner but will instead be positioned at the start of the
  767. currently selected link.
  768. Show cursor is the default for systems without FANCY_CURSES capabilities.
  769. The default configuration can be changed in userdefs.h or lynx.cfg.
  770. The command line switch toggles the default.
  771. .TP
  772. .B \-show_rate
  773. If enabled the transfer rate is shown in bytes/second.
  774. If disabled, no transfer rate is shown.
  775. Use lynx.cfg or the options menu to select KB/second and/or ETA.
  776. .TP
  777. .B \-soft_dquotes
  778. toggles emulation of the old Netscape and Mosaic bug which
  779. treated '>' as a co-terminator for double-quotes and tags.
  780. .TP
  781. .B \-source
  782. works the same as dump but outputs HTML source instead of
  783. formatted text.
  784. For example
  785. .sp
  786. .RS
  787. lynx \-source . >foo.html
  788. .RE
  789. .IP
  790. generates HTML source listing the files in the current directory.
  791. Each file is marked by an HREF relative to the parent directory.
  792. Add a trailing slash to make the HREF's relative to the current directory:
  793. .sp
  794. .RS
  795. lynx \-source ./ >foo.html
  796. .RE
  797. .TP
  798. .B \-stack_dump
  799. disable SIGINT cleanup handler
  800. .TP
  801. .B \-startfile_ok
  802. allow non-http startfile and homepage with \fB\-validate\fR.
  803. .TP
  804. .B \-stderr
  805. When dumping a document using \fB\-dump\fR or \fB\-source\fR,
  806. \fILynx\fP normally does not display alert (error)
  807. messages that you see on the screen in the status line.
  808. Use the \fB\-stderr\fR option to tell \fILynx\fP to write these messages
  809. to the standard error.
  810. .TP
  811. .B \-stdin
  812. read the startfile from standard input
  813. (UNIX only).
  814. .TP
  815. .B \-syslog\fR=\fItext
  816. information for syslog call.
  817. .TP
  818. .B \-syslog\-urls
  819. log requested URLs with syslog.
  820. .TP
  821. .B \-tagsoup
  822. initialize parser, using Tag Soup DTD rather than SortaSGML.
  823. .TP
  824. .B \-telnet
  825. disable recognition of telnet commands.
  826. .TP
  827. .B \-term\fR=\fITERM
  828. tell \fILynx\fP what terminal type to assume it is talking to.
  829. (This may be useful for remote execution, when, for example,
  830. \fILynx\fP connects to a remote TCP/IP port that starts a script that,
  831. in turn, starts another \fILynx\fP process.)
  832. .TP
  833. .B \-timeout\fR=\fIN
  834. For win32, sets the network read-timeout, where N is given in seconds.
  835. .TP
  836. .B \-tlog
  837. toggles between using a \fILynx\fP Trace Log and stderr for trace output
  838. from the session.
  839. .TP
  840. .B \-tna
  841. turns on \*(``Textfields Need Activation\*('' mode.
  842. .TP
  843. .B \-trace
  844. turns on \fILynx\fP trace mode.
  845. Destination of trace output depends
  846. on \-tlog.
  847. .TP
  848. .B \-trace_mask\fR=\fIvalue
  849. turn on optional traces, which may result in very large trace files.
  850. Logically OR the values to combine options:
  851. .RS
  852. .TP 3
  853. .B 1
  854. SGML character parsing states
  855. .TP
  856. .B 2
  857. color-style
  858. .TP
  859. .B 4
  860. TRST (table layout)
  861. .TP
  862. .B 8
  863. configuration (lynx.cfg, \&.lynxrc, \&.lynx-keymaps, mime.types and mailcap contents)
  864. .TP
  865. .B 16
  866. binary string copy/append, used in form data construction.
  867. .TP
  868. .B 32
  869. cookies
  870. .TP
  871. .B 64
  872. character sets
  873. .TP
  874. .B 128
  875. GridText parsing
  876. .TP
  877. .B 256
  878. timing
  879. .RE
  880. .TP
  881. .B \-traversal
  882. traverse all http links derived from startfile.
  883. When used with
  884. \fB\-crawl\fR, each link that begins with the same string as startfile
  885. is output to a file, intended for indexing.
  886. See CRAWL.announce for more information.
  887. .TP
  888. .B \-trim_input_fields
  889. trim input text/textarea fields in forms.
  890. .TP
  891. .B \-underline_links
  892. toggles use of underline/bold attribute for links.
  893. .TP
  894. .B \-underscore
  895. toggles use of _underline_ format in dumps.
  896. .TP
  897. .B \-unique_urls
  898. check for duplicate link numbers in
  899. each page and corresponding lists,
  900. and reuse the original link number.
  901. .TP
  902. .B \-use_mouse
  903. turn on mouse support, if available.
  904. Clicking the left mouse button on a link traverses it.
  905. Clicking the right mouse button pops back.
  906. Click on the top line to scroll up.
  907. Click on the bottom line to scroll down.
  908. The first few positions in the top and bottom line may invoke
  909. additional functions.
  910. \fILynx\fP must be compiled with \fBncurses\fR or \fBslang\fR to support this feature.
  911. If \fBncurses\fR is used, clicking the middle mouse button pops up
  912. a simple menu.
  913. Mouse clicks may only work reliably while \fILynx\fP is
  914. idle waiting for input.
  915. .TP
  916. .B \-useragent=Name
  917. set alternate \fILynx\fP User-Agent header.
  918. .TP
  919. .B \-validate
  920. accept only http URLs (for validation).
  921. Complete security restrictions also are implemented.
  922. .TP
  923. .B \-verbose
  924. toggle [LINK], [IMAGE] and [INLINE] comments with filenames of these images.
  925. .TP
  926. .B \-version
  927. print version information, and exit.
  928. .TP
  929. .B \-vikeys
  930. enable vi-like key movement.
  931. .TP
  932. .B \-wdebug
  933. enable Waterloo tcp/ip packet debug (print to watt debugfile).
  934. This applies only to DOS versions compiled with WATTCP or WATT-32.
  935. .TP
  936. .B \-width\fR=\fINUMBER
  937. number of columns for formatting of dumps, default is 80.
  938. This is limited by the number of columns that \fILynx\fP could display,
  939. typically 1024 (the \fIMAX_LINE\fP symbol).
  940. .TP
  941. .B \-with_backspaces
  942. emit backspaces in output if \fB\-dump\fR'ing or \fB\-crawl\fR'ing (like 'man' does)
  943. .TP
  944. .B \-xhtml_parsing
  945. tells \fILynx\fP that it can ignore certain tags which have no content
  946. in an XHTML 1.0 document.
  947. For example \*(``<p/>\*('' will be discarded.
  948. .SH COMMANDS
  949. .TP 3
  950. .B o
  951. Use \fBUp arrow\fR and \fBDown arrow\fR to scroll through hypertext links.
  952. .TP
  953. .B o
  954. \fBRight arrow\fR or \fBReturn\fR will follow a highlighted hypertext link.
  955. .TP
  956. .B o
  957. \fBLeft Arrow\fR will retreat from a link.
  958. .TP
  959. .B o
  960. Type \*(``\fBH\fR\*('' or \*(``\fB?\fR\*('' for online help and descriptions
  961. of key-stroke commands.
  962. .TP
  963. .B o
  964. Type \*(``\fBK\fR\*('' for a complete list of the current key-stroke
  965. command mappings.
  966. .SH ENVIRONMENT
  967. In addition to various \*(``standard\*('' environment variables such as
  968. \fBHOME\fR, \fBPATH\fR, \fBUSER\fR, \fBDISPLAY\fR, \fBTMPDIR\fR, \fBetc\fR,
  969. \fILynx\fR utilizes several \fILynx\fP-specific environment variables, if they
  970. exist.
  971. .PP
  972. Others may be created or modified by \fILynx\fR to pass data to an external
  973. program, or for other reasons.
  974. These are listed separately below.
  975. .PP
  976. See also the sections on \fBSIMULATED CGI SUPPORT\fR and
  977. \fBNATIVE LANGUAGE SUPPORT\fR, below.
  978. .PP
  979. Note: Not all environment variables apply to all types of platforms
  980. supported by \fILynx\fR, though most do.
  981. Feedback on platform dependencies is solicited.
  982. .PP
  983. Environment Variables Used By \fILynx\fR:
  984. .TP 20
  985. .B COLORTERM
  986. If set, color capability for the terminal is forced on at startup time.
  987. The actual value assigned to the variable is ignored.
  988. This variable is only meaningful if \fILynx\fR was built using the \fBslang\fR
  989. screen-handling library.
  990. .TP
  991. .B LYNX_CFG
  992. This variable, if set, will override the default location and name of
  993. the global configuration file (normally, \fBlynx.cfg\fR) that was defined
  994. by the LYNX_CFG_FILE constant in the userdefs.h file, during installation.
  995. See the userdefs.h file for more information.
  996. .TP
  997. .B LYNX_CFG_PATH
  998. If set, this variable overrides the compiled-in search-list of directories
  999. used to find the configuration files, e.g., \fBlynx.cfg\fP and \fBlynx.lss\fP.
  1000. The list is delimited with ":" (or ";" for Windows) like the \fBPATH\fP
  1001. environment variable.
  1002. .TP
  1003. .B LYNX_HELPFILE
  1004. If set, this variable overrides the compiled-in URL and configuration
  1005. file URL for the \fILynx\fP help file.
  1006. .TP
  1007. .B LYNX_LOCALEDIR
  1008. If set, this variable overrides the compiled-in location of the
  1009. locale directory which contains native language (NLS) message text.
  1010. .TP
  1011. .B LYNX_LSS
  1012. This variable, if set, specifies the location of the default \fILynx\fR
  1013. character style sheet file.
  1014. [Currently only meaningful if \fILynx\fR was
  1015. built using curses color style support.]
  1016. .TP
  1017. .B LYNX_SAVE_SPACE
  1018. This variable, if set, will override the default path prefix for files
  1019. saved to disk that is defined in the \fBlynx.cfg SAVE_SPACE:\fR statement.
  1020. See the \fBlynx.cfg\fR file for more information.
  1021. .TP
  1022. .B LYNX_TEMP_SPACE
  1023. This variable, if set, will override the default path prefix for temporary
  1024. files that was defined during installation, as well as any value that may
  1025. be assigned to the \fBTMPDIR\fR variable.
  1026. .TP
  1027. .B MAIL
  1028. This variable specifies the default inbox \fILynx\fR will check for new
  1029. mail, if such checking is enabled in the \fBlynx.cfg\fR file.
  1030. .TP
  1031. .B NEWS_ORGANIZATION
  1032. This variable, if set, provides the string used in the \fBOrganization:\fR
  1033. header of \fBUSENET\fR news postings.
  1034. It will override the setting of the
  1035. ORGANIZATION environment variable, if it is also set (and, on \fBUNIX\fR,
  1036. the contents of an /etc/organization file, if present).
  1037. .TP
  1038. .B NNTPSERVER
  1039. If set, this variable specifies the default NNTP server that will be used
  1040. for \fBUSENET\fR news reading and posting with \fILynx\fR, via news: URL's.
  1041. .TP
  1042. .B ORGANIZATION
  1043. This variable, if set, provides the string used in the \fBOrganization:\fR
  1044. header of \fBUSENET\fR news postings.
  1045. On \fBUNIX\fR, it will override the
  1046. contents of an /etc/organization file, if present.
  1047. .TP
  1048. .B PROTOCOL_proxy
  1049. \fILynx\fR supports the use of proxy servers that can act as firewall
  1050. gateways and caching servers.
  1051. They are preferable to the older gateway
  1052. servers (see WWW_access_GATEWAY, below).
  1053. Each protocol used by \fILynx\fR,
  1054. (http, ftp, gopher, etc), can be mapped separately by setting environment
  1055. variables of the form PROTOCOL_proxy (literally: http_proxy, ftp_proxy,
  1056. gopher_proxy, etc), to \*(``http://some.server.dom:port/\*(''.
  1057. See \fBLynx Users Guide\fR for additional details and examples.
  1058. .TP
  1059. .B SSL_CERT_DIR
  1060. Set to the directory containing trusted certificates.
  1061. .TP
  1062. .B SSL_CERT_FILE
  1063. Set to the full path and filename for your file of trusted certificates.
  1064. .TP
  1065. .B WWW_access_GATEWAY
  1066. \fILynx\fR still supports use of gateway servers, with the servers specified
  1067. via \*(``WWW_access_GATEWAY\*('' variables (where \*(``access\*('' is lower case and can be
  1068. \*(``http\*('', \*(``ftp\*('', \*(``gopher\*('' or \*(``wais\*(''), however most gateway servers have been
  1069. discontinued.
  1070. Note that you do not include a terminal '/' for gateways, but
  1071. do for proxies specified by PROTOCOL_proxy environment variables.
  1072. See \fBLynx Users Guide\fR for details.
  1073. .TP
  1074. .B WWW_HOME
  1075. This variable, if set, will override the default startup URL specified
  1076. in any of the \fILynx\fR configuration files.
  1077. .PP
  1078. Environment Variables \fBSet\fR or \fBModified\fR By \fILynx\fR:
  1079. .TP 20
  1080. .B LYNX_PRINT_DATE
  1081. This variable is set by the \fILynx\fR p(rint) function, to the
  1082. \fBDate:\fR
  1083. string seen in the document's \*(``\fBInformation about\fR\*('' page (= cmd),
  1084. if any.
  1085. It is created for use by an external program, as defined in a
  1086. \fBlynx.cfg PRINTER:\fR definition statement.
  1087. If the field does not exist for the document, the variable is set to a
  1088. null string under \fBUNIX\fR, or \*(``No Date\*('' under \fBVMS\fR.
  1089. .TP
  1090. .B LYNX_PRINT_LASTMOD
  1091. This variable is set by the \fILynx\fR p(rint) function, to the
  1092. \fBLast Mod:\fR
  1093. string seen in the document's \*(``\fBInformation about\fR\*('' page (= cmd),
  1094. if any.
  1095. It is created for use by an external program, as defined in a
  1096. \fBlynx.cfg PRINTER:\fR definition statement.
  1097. If the field does not exist for the document, the variable is set to a
  1098. null string under \fBUNIX\fR, or \*(``No LastMod\*('' under \fBVMS\fR.
  1099. .TP
  1100. .B LYNX_PRINT_TITLE
  1101. This variable is set by the \fILynx\fR p(rint) function, to the
  1102. \fBLinkname:\fR
  1103. string seen in the document's \*(``\fBInformation about\fR\*('' page (= cmd),
  1104. if any.
  1105. It is created for use by an external program, as defined in a
  1106. \fBlynx.cfg PRINTER:\fR definition statement.
  1107. If the field does not exist for the document, the variable is set to a
  1108. null string under \fBUNIX\fR, or \*(``No Title\*('' under \fBVMS\fR.
  1109. .TP
  1110. .B LYNX_PRINT_URL
  1111. This variable is set by the \fILynx\fR p(rint) function, to the
  1112. \fBURL:\fR
  1113. string seen in the document's \*(``\fBInformation about\fR\*('' page (= cmd),
  1114. if any.
  1115. It is created for use by an external program, as defined in a
  1116. \fBlynx.cfg PRINTER:\fR definition statement.
  1117. If the field does not exist for the document, the variable is set to a
  1118. null string under \fBUNIX\fR, or \*(``No URL\*('' under \fBVMS\fR.
  1119. .TP
  1120. .B LYNX_TRACE
  1121. If set, causes \fILynx\fR to write a trace file as if the \fB\-trace\fR
  1122. option were supplied.
  1123. .TP
  1124. .B LYNX_TRACE_FILE
  1125. If set, overrides the compiled-in name of the trace file,
  1126. which is either \fBLynx.trace\fP or \fBLY\-TRACE.LOG\fP
  1127. (the latter on the DOS/Windows platforms).
  1128. The trace file is in either case relative to the home directory.
  1129. .TP
  1130. .B LYNX_VERSION
  1131. This variable is always set by \fILynx\fR, and may be used by an external
  1132. program to determine if it was invoked by \fILynx\fR.
  1133. See also the comments
  1134. in the distribution's sample \fBmailcap\fR file, for notes on usage in such
  1135. a file.
  1136. .TP
  1137. .B TERM
  1138. Normally, this variable is used by \fILynx\fR to determine the terminal type
  1139. being used to invoke \fILynx\fR.
  1140. If, however, it is unset at startup time
  1141. (or has the value \*(``unknown\*(''),
  1142. or if the \fB\-term\fR command-line option is used (see \fBOPTIONS\fR section
  1143. above), \fILynx\fR will set or modify its value to the user specified
  1144. terminal type (for the \fILynx\fR execution environment).
  1145. Note: If set/modified by \fILynx\fR, the values of the \fBLINES\fR and/or
  1146. \fBCOLUMNS\fR environment variables may also be changed.
  1147. .SH SIMULATED CGI SUPPORT
  1148. If built with the \fBcgi-links\fR option enabled, \fILynx\fR allows access
  1149. to a cgi script directly without the need for an http daemon.
  1150. .PP
  1151. When executing such \*(``lynxcgi scripts\*('' (if enabled), the following variables
  1152. may be set for simulating a CGI environment:
  1153. .PP
  1154. .B CONTENT_LENGTH
  1155. .PP
  1156. .B CONTENT_TYPE
  1157. .PP
  1158. .B DOCUMENT_ROOT
  1159. .PP
  1160. .B HTTP_ACCEPT_CHARSET
  1161. .PP
  1162. .B HTTP_ACCEPT_LANGUAGE
  1163. .PP
  1164. .B HTTP_USER_AGENT
  1165. .PP
  1166. .B PATH_INFO
  1167. .PP
  1168. .B PATH_TRANSLATED
  1169. .PP
  1170. .B QUERY_STRING
  1171. .PP
  1172. .B REMOTE_ADDR
  1173. .PP
  1174. .B REMOTE_HOST
  1175. .PP
  1176. .B REQUEST_METHOD
  1177. .PP
  1178. .B SERVER_SOFTWARE
  1179. .PP
  1180. Other environment variables are not inherited by the script, unless they
  1181. are provided via a LYNXCGI_ENVIRONMENT statement in the configuration file.
  1182. See the \fBlynx.cfg\fR file, and the (draft) CGI 1.1 Specification
  1183. <http://Web.Golux.Com/coar/cgi/draft-coar-cgi-v11-00.txt> for the
  1184. definition and usage of these variables.
  1185. .PP
  1186. The CGI Specification, and other associated documentation, should be consulted
  1187. for general information on CGI script programming.
  1188. .SH NATIVE LANGUAGE SUPPORT
  1189. If configured and installed with \fBNative Language Support\fR, \fILynx\fR
  1190. will display status and other messages in your local language.
  1191. See the
  1192. file \fBABOUT_NLS\fR in the source distribution, or at your local \fBGNU\fR
  1193. site, for more information about internationalization.
  1194. .PP
  1195. The following environment variables may be used to alter default settings:
  1196. .TP 20
  1197. .B LANG
  1198. This variable, if set, will override the default message language.
  1199. It is an \fBISO 639\fR two-letter code identifying the language.
  1200. Language codes are \fBNOT\fR the same
  1201. as the country codes given in \fBISO 3166\fR.
  1202. .TP
  1203. .B LANGUAGE
  1204. This variable, if set, will override the default message language.
  1205. This is a \fBGNU\fR extension that has higher priority for setting
  1206. the message catalog than \fBLANG\fR or \fBLC_ALL\fR.
  1207. .TP
  1208. .B LC_ALL
  1209. and
  1210. .TP
  1211. .B LC_MESSAGES
  1212. These variables, if set, specify the notion of native language
  1213. formatting style.
  1214. They are \fBPOSIXly\fR correct.
  1215. .TP
  1216. .B LINGUAS
  1217. This variable, if set prior to configuration, limits the installed
  1218. languages to specific values.
  1219. It is a space-separated list of two-letter codes.
  1220. Currently, it is hard-coded to a wish list.
  1221. .TP
  1222. .B NLSPATH
  1223. This variable, if set, is used as the path prefix for message catalogs.
  1224. .SH NOTES
  1225. This is the \fILynx\fP v2.8.8 Release; development is in progress for 2.8.9.
  1226. .PP
  1227. If you wish to contribute to the further development
  1228. of \fILynx\fR, subscribe to our mailing list.
  1229. Send email to
  1230. <lynx-dev-request@nongnu.org> with \*(``subscribe lynx-dev\*('' as the only line
  1231. in the body of your message.
  1232. .PP
  1233. Send bug reports, comments, suggestions to <lynx-dev@nongnu.org>
  1234. after subscribing.
  1235. .PP
  1236. Unsubscribe by sending email to <lynx-dev-request@nongnu.org> with
  1237. \*(``unsubscribe lynx-dev\*('' as the only line in the body of your message.
  1238. Do not send the unsubscribe message to the lynx-dev list, itself.
  1239. .SH SEE ALSO
  1240. .hy 0
  1241. \fIcatgets\fR(3),
  1242. \fIcurses\fR(3),
  1243. \fIenviron\fR(7),
  1244. \fIexecve\fR(2),
  1245. \fIftp\fR(1),
  1246. \fIgettext\fR(GNU),
  1247. \fIlocaleconv\fR(3),
  1248. \fIncurses\fR(3),
  1249. \fIsetlocale\fR(3),
  1250. \fIslang\fR(?),
  1251. \fItermcap\fR(5),
  1252. \fIterminfo\fR(5),
  1253. \fIwget\fR(GNU)
  1254. .hy 1
  1255. .PP
  1256. Note that man page availability and section numbering is somewhat
  1257. platform dependent, and may vary from the above references.
  1258. .PP
  1259. A section shown as (GNU), is intended to denote that the topic
  1260. may be available via an info page, instead of a man page (i.e., try
  1261. \*(``info subject\*('', rather than \*(``man subject\*('').
  1262. .PP
  1263. A section shown as (?) denotes that documentation on the topic exists,
  1264. but is not part of an established documentation retrieval system (see
  1265. the distribution files associated with the topic, or contact your
  1266. System Administrator for further information).
  1267. .SH ACKNOWLEDGMENTS
  1268. \fILynx\fP has incorporated code from a variety of sources along the way.
  1269. The earliest versions of \fILynx\fP included code from Earl Fogel of Computing
  1270. Services at the University of Saskatchewan, who implemented HYPERREZ
  1271. in the Unix environment.
  1272. HYPERREZ was developed by Niel Larson of
  1273. Think.com and served as the model for the early versions of \fILynx\fP.
  1274. Those versions also incorporated libraries from the Unix Gopher clients
  1275. developed at the University of Minnesota, and the later versions of
  1276. \fILynx\fP rely on the WWW client library code developed by Tim Berners-Lee
  1277. and the WWW community.
  1278. Also a special thanks to Foteos Macrides who ported
  1279. much of \fILynx\fP to VMS and did or organized most of its development since the
  1280. departures of Lou Montulli and Garrett Blythe from the University of Kansas
  1281. in the summer of 1994 through the release of v2.7.2, and to everyone
  1282. on the net who has contributed to \fILynx\fP's development either directly (through
  1283. patches, comments or bug reports) or indirectly (through inspiration and
  1284. development of other systems).
  1285. .SH AUTHORS
  1286. Lou Montulli, Garrett Blythe, Craig Lavender, Michael Grobe, Charles Rezac
  1287. .br
  1288. Academic Computing Services
  1289. .br
  1290. University of Kansas
  1291. .br
  1292. Lawrence, Kansas 66047
  1293. .PP
  1294. Foteos Macrides
  1295. .br
  1296. Worcester Foundation for Biomedical Research
  1297. .br
  1298. Shrewsbury, Massachusetts 01545
  1299. .PP
  1300. Thomas E.\& Dickey
  1301. .br
  1302. <dickey@invisible-island.net>