home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / OS2LYN_1 / OS2LYN_1.ZIP / lynx.hlp < prev    next >
Text File  |  1997-04-03  |  13KB  |  406 lines

  1. 1 LYNX
  2.  NAME
  3.  lynx - a general purpose distributed information browser for the World 
  4.  Wide Web
  5.  
  6. 2 SYNOPSIS
  7.      Lynx [options] [path or URL]
  8.  
  9.      use "lynx -help" to display a complete list of current options.
  10.  
  11. 2 DESCRIPTION
  12.  Lynx is a fully-featured World Wide Web (WWW) client for users running
  13.  cursor-addressable, character-cell display devices (e.g., vt100 terminals,
  14.  vt100 emulators running on PCs or Macs, or any other "curses-oriented"
  15.  display). It will display hypertext markup language (HTML) documents con-
  16.  taining links to files residing on the local system, as well as files
  17.  residing on remote systems running Gopher, HTTP, FTP, WAIS, and NNTP
  18.  servers.  Current versions of Lynx run on Unix and VMS.
  19.  
  20.  Lynx can be used to access information on the World Wide Web, or to build
  21.  information systems intended primarily for local access.  For example, Lynx
  22.  has been used to build several Campus Wide Information Systems (CWIS).  In
  23.  addition, Lynx can be used to build systems isolated within a single LAN.
  24.  
  25. 2 OPTIONS
  26.  At start up, Lynx will load any local file or remote URL specified at 
  27.  the command line.  For help with URLs, press "?" or "h" while running
  28.  Lynx.  Then follow the link titled, "Help on URLs."
  29.  
  30.   -
  31.        If the only argument is '-', then Lynx expects to receive
  32.        the arguments from stdin. This is to allow for the
  33.        potentially very long command line that can be associated
  34.        with the -get_data or -post_data arguments (see below).
  35.        Encase it in double-quotes ("-").
  36.  
  37.   -anonymous
  38.        used to specify the anonymous account.
  39.  
  40.   -auth=ID:PASSWD
  41.        set authorization ID and password for protected documents
  42.        at startup.
  43.  
  44.   -base
  45.        prepend a request URL comment and BASE tag to text/html
  46.        outputs for -source or -mime_header dumps.
  47.  
  48.   -book
  49.        use the bookmark page as the startfile.  The default or command
  50.        line startfile is still set for the Main screen command, and will
  51.        be used if the bookmark page is unavailable or blank.
  52.  
  53.   -buried_news
  54.        toggles scanning of news articles for buried references, and
  55.        converts them to news links.  Not recommended because email
  56.        addresses enclosed in angle brackets will be converted to
  57.        false news links, and uuencoded messages can be trashed.
  58.  
  59.   -cache=NUMBER
  60.        set the NUMBER of documents cached in memory.  The default is 10.
  61.  
  62.   -case
  63.        enable case-sensitive string searching.
  64.  
  65.   -cfg=FILENAME
  66.        specifies a Lynx configuration file other than the default lynx.cfg.
  67.  
  68.   -child
  69.        exit on left-arrow in startfile, and disable save to disk.
  70.  
  71.   -cookies
  72.        toggles handling of Set-Cookie headers.
  73.  
  74.   -crawl
  75.        with -traversal, output each page to a file.
  76.        with -dump, format output as with -traversal, but to stdout.
  77.  
  78.   -display=DISPLAY
  79.        set the display variable for X rexec-ed programs.
  80.  
  81.   -dump
  82.        dumps the formatted output of the default document or one specified
  83.        on the command line to standard out.  This can be used in the
  84.        following way:
  85.            lynx -dump http://www.crl.com/~subir/lynx.html
  86.  
  87.   -editor=EDITOR
  88.        enable edit mode using the specified EDITOR. (vi, ed, emacs, etc.)
  89.  
  90.   -emacskeys
  91.        enable emacs-like key movement.
  92.  
  93.   -enable_scrollback
  94.        toggles compatibility with comm programs' scrollback keys
  95.        (may be incompatible with some curses packages).
  96.  
  97.   -error_file=FILE
  98.        define a file where Lynx will report HTTP access codes.
  99.  
  100.   -fileversions
  101.        include all versions of files in local VMS directory listings.
  102.  
  103.   -force_html
  104.        forces the first document to be interpreted as HTML.
  105.  
  106.   -from
  107.        toggle transmissions of From headers.
  108.  
  109.   -ftp 
  110.        disable ftp access.
  111.  
  112.   -get_data
  113.        send form data from stdin using GET method and dump results.
  114.  
  115.   -head
  116.        send a HEAD request for the mime headers.
  117.  
  118.   -help
  119.        print this Lynx command syntax usage message.
  120.  
  121.   -historical
  122.        toggles use of '>' or '-->' as a terminator for comments.
  123.  
  124.   -homepage=URL
  125.        set homepage separate from start page.
  126.  
  127.   -image_links
  128.        toggles inclusion of links for all images.
  129.  
  130.   -index=URL
  131.        set the default index file to the specified URL.
  132.  
  133.   -link=NUMBER
  134.        starting count for lnk#.dat files produced by -crawl.
  135.  
  136.   -localhost
  137.        disable URLs that point to remote hosts.
  138.  
  139.   -locexec
  140.        enable local program execution from local files only (if
  141.        Lynx was compiled with local execution enabled).
  142.  
  143.   -mime_header
  144.        prints the MIME header of a fetched document along with its
  145.        source.
  146.  
  147.   -minimal
  148.        toggles minimal versus valid comment parsing.
  149.  
  150.   -newschunksize=NUMBER
  151.        number of articles in chunked news listings.
  152.  
  153.   -newsmaxchunk=NUMBER
  154.        maximum news articles in listings before chunking.
  155.  
  156.   -nobrowse
  157.        disable directory browsing.
  158.  
  159.   -noexec
  160.        disable local program execution. (DEFAULT)
  161.  
  162.   -nofilereferer
  163.        disable transmissions of Referer headers for file URLs.
  164.  
  165.   -nolist
  166.        disable the link list feature in dumps.
  167.  
  168.   -nolog
  169.        disable mailing of error messages to document owners.
  170.  
  171.   -nopause
  172.        disable forced pauses for statusline messages.
  173.  
  174.   -noprint
  175.        disable print functions.
  176.  
  177.   -noredir
  178.        prevents automatic redirection and prints a message with a
  179.        link to the new URL.
  180.  
  181.   -noreferer
  182.        disable transmissions of Referer headers.
  183.  
  184.   -nosocks
  185.        disable SOCKS proxy usage by a SOCKSified Lynx.
  186.  
  187.   -nostatus
  188.        disable the retrieval status messages.
  189.  
  190.   -number_links
  191.        force numbering of links.
  192.  
  193.   -popup
  194.        toggles handling of single-choice SELECT options via
  195.        popup windows or as lists of radio buttons.
  196.  
  197.   -post_data
  198.        send form data from stdin using POST method and dump results.
  199.  
  200.   -print
  201.        enable print functions. (default)
  202.  
  203.   -pseudo_inlines
  204.        toggles pseudo-ALTs for inlines with no ALT string.
  205.  
  206.   -raw
  207.        toggles default setting of 8-bit character translations
  208.        or CJK mode for the startup character set.
  209.  
  210.   -realm
  211.        restricts access to URLs in the starting realm.
  212.  
  213.   -reload
  214.        flushes the cache on a proxy server
  215.        (only the first document affected).
  216.  
  217.   -restrictions=[option][,,option]...
  218.        allows a list of services to be disabled selectively.  The following
  219.        list is printed if no options are specified.
  220.  
  221.        all - restricts all options.
  222.  
  223.        bookmark - disallow changing the location of the bookmark file.
  224.  
  225.        bookmark_exec - disallow execution links via the bookmark file.
  226.  
  227.        change_exec_perms - disallow changing the eXecute permission on
  228.            files (but still allow it for directories) when local file
  229.            management is enabled.
  230.  
  231.        default - same as command line option -anonymous. Disables default
  232.            services for anonymous users. Currently set to all restricted
  233.            except for:  inside_telnet, outside_telnet, inside_news,
  234.            inside_ftp, outside_ftp, inside_rlogin, outside_rlogin, jump,
  235.            mail and goto.  Defaults are setable within userdefs.h.
  236.  
  237.        dired_support - disallow local file management.
  238.  
  239.        disk_save - disallow saving binary files to disk in the download
  240.            menu.
  241.  
  242.        download - disallow downloaders in the download menu.
  243.  
  244.        editor - disallow editing.
  245.  
  246.        exec - disable execution scripts.
  247.  
  248.        exec_frozen - disallow the user from changing the local execution
  249.            option.
  250.  
  251.        file_url - disallow using G)oto, served links or bookmarks for
  252.            file: URLs.
  253.  
  254.        goto - disable the 'g' (goto) command.
  255.  
  256.        inside_ftp - disallow ftps for people coming from inside your domain
  257.            (utmp required for selectivity).
  258.  
  259.        inside_news - disallow USENET news posting for people coming from
  260.            inside our domain (utmp required for selectivity).
  261.  
  262.        inside_rlogin - disallow rlogins for people coming from inside your
  263.            domain (utmp required for selectivity).
  264.  
  265.        inside_telnet - disallow telnets for people coming from inside your
  266.            domain (utmp required for selectivity).
  267.  
  268.        jump - disable the 'j' (jump) command.
  269.  
  270.        multibook - disallow multiple bookmark files.
  271.  
  272.        mail - disallow mail.
  273.  
  274.        news_post - disallow USENET News posting.
  275.  
  276.        options_save - disallow saving options in .lynxrc.
  277.  
  278.        outside_ftp - disallow ftps for people coming from outside your
  279.            domain (utmp required for selectivity).
  280.  
  281.        outside_news - disallow USENET news posting for people coming from
  282.            outside your domain (utmp required for selectivity).
  283.  
  284.        outside_rlogin - disallow rlogins for people coming from outside your
  285.            domain (utmp required for selectivity).
  286.  
  287.        outside_telnet - disallow telnets for people coming from outside your
  288.            domain (utmp required for selectivity).
  289.  
  290.        print - disallow most print options.
  291.  
  292.        shell - disallow shell escapes and lynxexec or lynxprog G)oto's.
  293.  
  294.        suspend - disallow Unix Control-Z suspends with escape to shell.
  295.  
  296.        telnet_port - disallow specifying a port in telnet G)oto's.
  297.  
  298.        useragent - disallow modifications of the User-Agent header.
  299.  
  300.   -resubmit_posts
  301.        toggles forced resubmissions (no-cache) of forms with
  302.        method POST when the documents they returned are sought
  303.        with the PREV_DOC command or from the History List.
  304.  
  305.   -rlogin
  306.        disable recognition of rlogin commands.
  307.  
  308.   -selective
  309.        require .www_browsable files to browse directories.
  310.  
  311.   -show_cursor
  312.        If enabled the cursor will not be hidden in the right hand corner
  313.        but will instead be positioned at the start of the currently
  314.        selected link.  Show cursor is the default for systems without
  315.        FANCY_CURSES capabilities.  The default configuration can be
  316.        changed in userdefs.h or lynx.cfg.  The command line switch
  317.        toggles the default.
  318.  
  319.   -source
  320.        works the same as dump but outputs HTML source instead of formatted
  321.        text.
  322.  
  323.   -startfile_ok
  324.        allow non-http startfile and homepage with -validate.
  325.  
  326.   -telnet
  327.        disable recognition of telnet commands.
  328.  
  329.   -term=TERM
  330.        tell Lynx what terminal type to assume its talking to.  (This may be
  331.        useful for remote execution, when, for example, Lynx connects to a
  332.        remote TCP/IP port that starts a script that, in turn, starts another
  333.        Lynx process.)
  334.  
  335.   -trace
  336.        turns on WWW trace mode.
  337.  
  338.   -traversal
  339.        traverse all http links derived from startfile.  When used with
  340.        -crawl, each link that begins with the same string as startfile
  341.        is output to a file, intended for indexing.  See CRAWL.announce
  342.        for more information.
  343.  
  344.   -underscore
  345.        toggles use of _underline_ format in dumps.
  346.  
  347.   -validate
  348.        accept only http URLs (for validation).  Complete security
  349.        restrictions also are implemented.
  350.  
  351.   -version
  352.        print version information
  353.  
  354.   -vikeys
  355.        enable vi-like key movement.
  356.  
  357. 2 COMMANDS
  358.  o Use Up arrow and Down arrow to scroll through hypertext links.
  359.  o Right arrow or Return will follow a highlighted hypertext link.
  360.  o Left Arrow will retreat from a link.
  361.  o Type "h" or "?" for online help and descriptions of key-stroke commands.
  362.  o Type "k" for a complete list of the current key-stroke command mappings.
  363.  
  364. 2 NOTES
  365.  This is the Lynx v2.7.1 Release for Unix/VMS
  366.  
  367.  If you wish to contribute to the further development of Lynx, subscribe
  368.  to our mailing list.  Send email to <majordomo@sig.net> with
  369.  "subscribe lynx-dev" as the only line in the body of your
  370.  message.
  371.  
  372.  Send bug reports, comments, suggestions to <lynx-dev@sig.net>
  373.  after subscribing.
  374.  
  375.  Unsubscribe by sending email to <majordomo@sig.net> with
  376.  "unsubscribe lynx-dev" as the only line in the body of your message.
  377.  Do not send the unsubscribe message to the lynx-dev list, itself.
  378.  
  379. 2 ACKNOWLEDGMENTS
  380.  Lynx has incorporated code from a variety of sources along the way.
  381.  The earliest versions of Lynx included code from Earl Fogel of Computing
  382.  Services at the University of Saskatchewan, who implemented HYPERREZ
  383.  in the Unix environment.  HYPERREZ was developed by Niel Larson of 
  384.  Think.com and served as the model for the early versions of Lynx.
  385.  Those versions also incorporated libraries from the Unix Gopher clients
  386.  developed at the University of Minnesota, and the later versions of 
  387.  Lynx rely on the WWW client library code developed by Tim Berners-Lee
  388.  and the WWW community.  Also a special thanks to Foteos Macrides who
  389.  ported much of Lynx to VMS and did or organized most of its development
  390.  since the departures of Lou Montulli and Garrett Blythe from the
  391.  University of Kansas in the summer of 1994 through the current release
  392.  of v2.7.1, and to everyone on the net who has contributed to Lynx's
  393.  development either directly (through patches, comments or bug reports)
  394.  or indirectly (through inspiration and development of other systems).
  395.  
  396. 2 AUTHORS
  397.  Lou Montulli, Garrett Blythe, Craig Lavender, Michael Grobe, Charles Rezac
  398.  Academic Computing Services
  399.  University of Kansas
  400.  Lawrence, Kansas 66047
  401.  
  402.  Foteos Macrides
  403.  Worcester Foundation for Biomedical Research
  404.  Shrewsbury, Massachusetts 01545
  405.  
  406.