home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / man / tin.txt < prev   
Encoding:
Text File  |  1992-05-18  |  46.0 KB  |  1,387 lines

  1.  
  2.  
  3.  
  4. TIN(1)                           LOCAL                            TIN(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      tin, rtin, tind - A threaded Netnews reader
  10.  
  11. SYNOPSIS
  12.      tin/rtin/cdtin/tind [options] [newsgroups]
  13.  
  14. DESCRIPTION
  15.      Tin is a full-screen threaded Netnews reader.  It  can  read
  16.      news  locally (ie. /usr/spool/news) or remotely (rtin or tin
  17.      -r option) via a  NNTP  (Network  News  Transport  Protocol)
  18.      server.  A special version of tin called cdtin can also read
  19.      locally active news and news archived on CD-ROM.
  20.  
  21.      Tin has four newsreading  levels:  the  newsgroup  selection
  22.      page,  the group index page, the thread listing page and the
  23.      article viewer.  Use the 'h' (help) command to view  a  list
  24.      of the commands available at a particular level.
  25.  
  26.      On startup Tin will show a list of the newsgroups  found  in
  27.      $HOME/.newsrc.   An arrow '->' or highlighted bar will point
  28.      to the first newsgroup.   Move  to  a  group  by  using  the
  29.      terminal  arrow keys (ansi/at386/vt100 only) or 'j' and 'k'.
  30.      Use PgUp/PgDn (ansi/at386/vt100 only) or Ctrl-U  and  Ctrl-D
  31.      to page up/down. Enter a newsgroup by pressing RETURN.
  32.  
  33.      The TAB key may be used to advance  to  the  next  newsgroup
  34.      with unread articles and enter it.
  35.  
  36. OPTIONS
  37.      -c        create/update  index  files  for  every  group  in
  38.                $HOME/.newsrc  or  file specified by -f option and
  39.                mark all articles as read.
  40.  
  41.      -f file   use the specified file of subscribed to newsgroups
  42.                in place of $HOME/.newsrc.
  43.  
  44.      -h        help listing all command line options.
  45.  
  46.      -H        brief introduction to tin that is also  shown  the
  47.                first time it is started.
  48.  
  49.      -I dir    directory to store newsgroup index files.  Default
  50.                is $HOME/.tin/.index.
  51.  
  52.      -m dir    mailbox directory to use. Default is $HOME/Mail.
  53.  
  54.      -M user   mail unread articles to specified user  for  later
  55.                reading.   For   more   information  read  section
  56.                Automatic Mailing and Saving New News.
  57.  
  58.      -n        notify the user of any  newly  created  newsgroups
  59.                since the last session.
  60.  
  61.  
  62.  
  63. May 18, 1992          Last change: Version 1.1 PL3                     1
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. TIN(1)                           LOCAL                            TIN(1)
  71.  
  72.  
  73.  
  74.      -p file   print program with options..
  75.  
  76.      -r        read news remotely from the  default  NNTP  server
  77.                specified  in  the environment variable NNTPSERVER
  78.                or contained in the file /etc/nntpserver.
  79.  
  80.      -R        read  news   saved   by   -S   option   (not   yet
  81.                implemented).
  82.  
  83.      -s dir    save articles to directory. Default is $HOME/News.
  84.  
  85.      -S        save unread  articles  for  later  reading  by  -R
  86.                option.   For   more   information   read  section
  87.                Automatic Mailing and Saving New News.
  88.  
  89.      -u        create/update  index  files  for  every  group  in
  90.                $HOME/.newsrc or file specified by -f option. This
  91.                option does not work if tin  retrieves  its  index
  92.                files via a NNTP server.
  93.  
  94.      -U        start tin in the background to update index  files
  95.                while  reading news in the foreground. This option
  96.                does not work if tin retrieves its index files via
  97.                a NNTP server.
  98.  
  99.      -v        verbose mode for -c -M -S -u and -Z options.
  100.  
  101.      -z        only start tin if there is any new/unread news. If
  102.                there  is  news  tin will position cursor at first
  103.                group with unread  news.  Useful  for  putting  in
  104.                login file.
  105.  
  106.      -Z        check if there is any  new/unread  news  and  exit
  107.                with appropiate status.  If -v option is specified
  108.                the number of unread articles  in  each  group  is
  109.                printed.  An exit code 0 indicates no news, 1 that
  110.                an error  occurred  and  2  that  new/unread  news
  111.                exists. Useful for writing scripts.
  112.  
  113.      Tin can also dynamically change its options by the 'M'  menu
  114.      command.  Any changes are written to $HOME/.tin/tinrc.
  115.  
  116.      The index daemon version Tind only supports the -f,  -h  and
  117.      -v options.
  118.  
  119. INDEX FILES
  120.      In order to keep track of threads, Tin  maintains  an  index
  121.      for  each newsgroup.  There are a number of methods in which
  122.      index files can be created and updated.
  123.  
  124.      The simplest method is that each user creates/updates  there
  125.      own  index  files that are stored in $HOME/.tin/.index. This
  126.  
  127.  
  128.  
  129. May 18, 1992          Last change: Version 1.1 PL3                     2
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136. TIN(1)                           LOCAL                            TIN(1)
  137.  
  138.  
  139.  
  140.      has the advantage that any user can compile and install tin,
  141.      but  the  disadvantage  is  that  each  user  is going to be
  142.      creating duplicate files and using precious  disk  space.  A
  143.      good  way  to  keep index files updated is to start tin with
  144.      the -U option that will update index files in the background
  145.      while  you are reading news in the foreground.  You can also
  146.      update index files via the system batcher cron with  the  -u
  147.      option:
  148.           30 6 * * * /usr/local/bin/tin -u
  149.  
  150.      A slightly better method is to set tin setuid news and  have
  151.      all  index  files  created  and  updated  in  the news spool
  152.      directory  (ie.  /usr/spool/news/.index).   This   has   the
  153.      advantage  that  there  will  only  be one copy of the index
  154.      files on each machine on your network, but the  disadvantage
  155.      is  that  you  will have tin running setuid news and killing
  156.      articles will change the central index file for a group  for
  157.      all users (Needs fixing!).
  158.  
  159.      A better method is to install the tind index  file  updating
  160.      daemon  and  have  it  create and update index files for all
  161.      groups in your active file at regular intervals in the  news
  162.      spool  directory (ie. /usr/spool/news/.index).  This has the
  163.      advantage that there will only be  one  copy  of  the  index
  164.      files  on  each  machine on your network and tin must not be
  165.      setuid news, but the disadvantage is that you will  have  to
  166.      have  news  permissions to install tind and root permissions
  167.      to install an entry in the cron batcher system to have  tind
  168.      regularly update index files.
  169.  
  170.      The best method is to install the tind index  file  updating
  171.      daemon  on  your  NNTP  server and have it create and update
  172.      index files for all groups in your active  file  at  regular
  173.      intervals    in    the    news    spool    directory    (ie.
  174.      /usr/spool/news/.index).  This has the advantage that  there
  175.      will  only be one copy of the index files on the NNTP server
  176.      for the whole of your network and tin clients  must  not  be
  177.      setuid  news,  but the disadvantage is that you will have to
  178.      install my NNTP server patches  to  allow  tin  to  retreive
  179.      index file from your NNTP server and and you must install an
  180.      entry in the cron batcher  system  to  have  tind  regularly
  181.      update  index  files (Note that this is the method we use on
  182.      our  network  of  40-50  machines  and  have  not  had   any
  183.      problems).
  184.  
  185.      Entering a group the first time tends to be slow because the
  186.      index file must be built from scratch unless the tind update
  187.      daemon is being used. Subsequent readings of  a  group  will
  188.      cause incremental updating of the index file.
  189.  
  190.      If reading news remotely and locally  updating  index  files
  191.      operation  will be somewhat slower because the articles must
  192.  
  193.  
  194.  
  195. May 18, 1992          Last change: Version 1.1 PL3                     3
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. TIN(1)                           LOCAL                            TIN(1)
  203.  
  204.  
  205.  
  206.      be retrieved from the NNTP server.
  207.  
  208. NEWS ADMINISTRATION
  209.      Maintaining Netnews on large networks of machines can  be  a
  210.      pretty  time  consuming  job as I recently discovered when I
  211.      was given the job of maintaining our news  system  and  news
  212.      users.
  213.  
  214.      Tin is a News User Agent and  so  most  of  the  users  were
  215.      always  asking  questions  or  doing  things  that  could be
  216.      frowned upon by there departments.  To relieve  news  admins
  217.      (and  especially me) of this features have been added to Tin
  218.      to make life easier.
  219.  
  220.      If my NNTP XUSER patch has been applied to your NNTP  server
  221.      you  will  be  able  to log the username and machine to your
  222.      NNTP logfile for usage statistics.
  223.  
  224.      A user starting tin for the first time can be  automatically
  225.      subscribed   to   a  list  of  newsgroups  that  are  deemed
  226.      appropiate by  the  news  administrator.  At  our  site  the
  227.      subscriptions file has 125 groups (our active file conatains
  228.      over 400 groups with many only being marginally  interesting
  229.      to  most  people).  The subscriptions file should be created
  230.      in      your       news       lib       directory       (ie.
  231.      /usr/lib/news/subscriptions)    and    should    have   file
  232.      permissions set to 0644.  If reading news via NNTP  my  NNTP
  233.      LIST  SUBSCRIPTIONS  patch will have to have been applied to
  234.      your NNTP server.
  235.  
  236. SCREEN FORMAT
  237.      Tin has five separate levels of operation:  Group  selection
  238.      level,  Spooldir  selection level, Group level, Thread level
  239.      and Article level.
  240.  
  241.      At the Group Selection level the title displays  the  number
  242.      of  subscribed  groups.  The newsgroups are displayed on the
  243.      left of the  screen  with  the  number  of  unread  articles
  244.      displayed on the same line in the middle of the screen.
  245.                <Selection Num> <Newsgroup> <Num of unread articles>
  246.           i.e.,
  247.                1  alt.sources            10
  248.                2  comp.sources.misc      3
  249.                3  news.software.readers  12
  250.  
  251.      At the Group level the title contains the name of the group,
  252.      the  number  of  conversation  threads  and  total number of
  253.      articles i.e., alt.sources (7 23).  If the  group  has  been
  254.      setup  not  to  thread  articles  (i.e.,  alt.sources  is in
  255.      $(HOME)/.tin/unthread) the title will be alt.sources (U 23).
  256.      There are two possible display formats as shown below:
  257.                <Selection Num> <Unread> <Responses> <Subject> <Author>
  258.  
  259.  
  260.  
  261. May 18, 1992          Last change: Version 1.1 PL3                     4
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268. TIN(1)                           LOCAL                            TIN(1)
  269.  
  270.  
  271.  
  272.           i.e.,
  273.                1   +   3   Bnews sources?      iain@estevax.uucp
  274.                2       1   This question has   ether@net
  275.           or
  276.                <Selection Num> <Unread> <Responses> <Subject (longer)>
  277.           i.e.,
  278.                1   +   3   Bnews sources?
  279.                2       1   This question has a longer subject line
  280.  
  281.      At the Article level  the  page  header  has  the  following
  282.      format:
  283.                <Date posted> <Newsgroup>    <Thread 1 of n>
  284.                <Article Num> <Subject>      <Num of responses in thread>
  285.                <Author>                     <Organization>
  286.  
  287.                <Article body>
  288.           i.e.,
  289.                24 Jul 15:20:03 GMT   alt.sources      Thread 1 of 2
  290.                Article 452           Bnews sources?   3 responses
  291.                iain@anl433.uucp                       Organization name
  292.  
  293.                <Article boby>
  294.  
  295. COMMON MOVING KEYS
  296.      This table shows the common keys/commands for moving at  all
  297.      three levels within Tin.
  298.                                      ansi/at386/vt100  Other Terminals
  299.           Beginning of list/article  Home              1 (^R or g at article level)
  300.           End of list/article        End               $ (also G at article level)
  301.           Page Up                    PgUp              ^U or b
  302.           Page Down                  PgDn              ^D or <SPACE>
  303.           Line Up                    Up arrow          k (not at article level)
  304.           Line Down                  Down arrow        j (not at article level)
  305.  
  306. COMMON EDITING COMMANDS
  307.      An emacs style editing package allows the  easy  editing  of
  308.      input  strings.   An  history list allows the easy re-use of
  309.      previously entered  strings.   The  following  commands  are
  310.      available when editing a string:
  311.  
  312.  
  313.      ^A,^E     move to beginnning or end of line, respectively.
  314.  
  315.      ^F,^B     nondestructive move forward or back one  location,
  316.                respectively.
  317.  
  318.      ^D        delete the character currently under  the  cursor,
  319.                or send EOF if no characters in the buffer.
  320.  
  321.      ^H,<DEL>  delete character left of the cursor.
  322.  
  323.      ^K        delete from cursor to end of line.
  324.  
  325.  
  326.  
  327. May 18, 1992          Last change: Version 1.1 PL3                     5
  328.  
  329.  
  330.  
  331.  
  332.  
  333.  
  334. TIN(1)                           LOCAL                            TIN(1)
  335.  
  336.  
  337.  
  338.      ^P,^N     move   through   history,   previous   and   next,
  339.                respectively.
  340.  
  341.      ^L,^R     redraw the current line.
  342.  
  343.      <CR>      places line on history list if  nonblank,  appends
  344.                newline and returns to the caller.
  345.  
  346.      <ESC>     aborts the present editing operation.
  347.  
  348. NEWSGROUP SELECTION COMMANDS
  349.      4         Select group 4.
  350.  
  351.      ^K        Delete current group from $HOME/.newsrc file.
  352.  
  353.      ^L        Redraw page.
  354.  
  355.      ^R        Reset $HOME/.newsrc file.
  356.  
  357.      <CR>      Read current group.
  358.  
  359.      <TAB>     View next unread group.
  360.  
  361.      B         Mail a bug report or comment to the  author.  This
  362.                is the best way of getting bugs fixed and features
  363.                added/changed.
  364.  
  365.      c         Mark current group as all read  with  confirmation
  366.                and goto next group in group selection list.
  367.  
  368.      C         Mark current group  as  all  read  and  goto  next
  369.                unread group in group selection list.
  370.  
  371.      g         Choose a new group by name. The  position  of  the
  372.                group  within  the  group  list will also be asked
  373.                for. By entering '1' the new  group  will  be  the
  374.                first group in the displayed list, by entering '8'
  375.                the group will be the eighth  group  in  the  list
  376.                etc.  By  entering  '$' the group will be the last
  377.                group displayed.
  378.  
  379.      h         help screen of newsgroup selection commands.
  380.  
  381.      I         Toggle inverse video.
  382.  
  383.      l         List and allow selection of  the  available  spool
  384.                directories.   This  feature  requires  a  special
  385.                library to be linked  with  tin  to  create  cdtin
  386.                which  can then read news from an active news feed
  387.                and also from multiple CD-ROMs.
  388.  
  389.      m         Move the current group within the group  selection
  390.  
  391.  
  392.  
  393. May 18, 1992          Last change: Version 1.1 PL3                     6
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. TIN(1)                           LOCAL                            TIN(1)
  401.  
  402.  
  403.  
  404.                list.   By  entering '1' the group will become the
  405.                first displayed group in the list, by entering '8'
  406.                the  eighth group in the list etc. By entering '$'
  407.                the group will be the last group displayed.
  408.  
  409.      M         User   configurable   options   menu   (for   more
  410.                information see section Options Menu).
  411.  
  412.      q         Quit tin.
  413.  
  414.      Q         Quit tin.
  415.  
  416.      s         Subscribe to current group.
  417.  
  418.      S         Subscribe  to  groups  matching   user   specified
  419.                pattern.
  420.  
  421.      u         Unsubscribe to current group.
  422.  
  423.      U         Unsubscribe  to  groups  matching  user  specified
  424.                pattern.
  425.  
  426.      v         Print tin version information.
  427.  
  428.      w         Post an article to current group.
  429.  
  430.      W         List articles posted by user. The date posted, the
  431.                newsgroup and the subject are listed.
  432.  
  433.      y         The first time this command is called it will yank
  434.                in  all groups from $LIBDIR/active that are not in
  435.                $HOME/.newsrc.   After  any   groups   have   been
  436.                subscribed/unsubscribed   to,   this   command  if
  437.                pressed  again  will  reread   $HOME/.newsrc   and
  438.                display only the subscribed groups.
  439.  
  440.      Y         Reread the active file to see if any new news  has
  441.                arrived since starting tin.
  442.  
  443.      z         Mark all articles in the current group as unread.
  444.  
  445.      Z         Undelete previously deleted group  by  ^K  command
  446.                from $HOME/.newsrc.
  447.  
  448.      /         Group forward search.
  449.  
  450.      ?         Group backward search.
  451.  
  452. SPOOL DIRECTORY SELECTION COMMANDS
  453.      4         Select spool directory 4.
  454.  
  455.      ^L        Redraw page.
  456.  
  457.  
  458.  
  459. May 18, 1992          Last change: Version 1.1 PL3                     7
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. TIN(1)                           LOCAL                            TIN(1)
  467.  
  468.  
  469.  
  470.      <CR>      Read news from selected spool directory.
  471.  
  472.      B         Mail a bug report or comment to the  author.  This
  473.                is the best way of getting bugs fixed and features
  474.                added/changed.
  475.  
  476.      h         help screen of spool directory selection commands.
  477.  
  478.      I         Toggle inverse video.  q Return to previous level.
  479.  
  480.      Q         Quit tin.
  481.  
  482.      v         Print tin version information.
  483.  
  484. GROUP INDEX COMMANDS
  485.      4         Select article 4.
  486.  
  487.      ^K        Kill current article (for  more  information  read
  488.                section Kill Article Menu).
  489.  
  490.      ^L        Redraw page.
  491.  
  492.      <CR>      Read current article.
  493.  
  494.      <TAB>     View next unread article or group.
  495.  
  496.      a         Author forward search.
  497.  
  498.      A         Author backward search.
  499.  
  500.      B         Mail a bug report or comment to the  author.  This
  501.                is the best way of getting bugs fixed and features
  502.                added/changed.
  503.  
  504.      c         Mark all articles as read with confirmation.
  505.  
  506.      C         Cancel current article. It must have  been  posted
  507.                by  the  same user. The cancel message can be seen
  508.                in the newsgroup 'control'.
  509.  
  510.      d         Toggle display to show just  the  subject  or  the
  511.                subject and author.
  512.  
  513.      g         Choose a new group by name.
  514.  
  515.      h         help screen of group index commands.
  516.  
  517.      I         Toggle inverse video.
  518.  
  519.      K         Mark article/thread as read and  advance  to  next
  520.                unread article/thread.
  521.  
  522.  
  523.  
  524.  
  525. May 18, 1992          Last change: Version 1.1 PL3                     8
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532. TIN(1)                           LOCAL                            TIN(1)
  533.  
  534.  
  535.  
  536.      l         List the author of each response in current thread
  537.                and enter thread selection level.
  538.  
  539.      m         Mail current article  /  thread  /  auto  selected
  540.                (hot)  articles  /  articles  matching  pattern  /
  541.                tagged articles to someone.
  542.  
  543.      M         User   configurable   options   menu   (for   more
  544.                information see section Options Menu).
  545.  
  546.      n         Go to next group.
  547.  
  548.      N         Go to next unread article.
  549.  
  550.      o         Output current article / thread  /  auto  selected
  551.                (hot)  articles  /  articles  matching  pattern  /
  552.                tagged articles to printer.
  553.  
  554.      p         Go to previous group.
  555.  
  556.      P         Go to previous unread article.
  557.  
  558.      q         Return to previous level.
  559.  
  560.      Q         Quit tin.
  561.  
  562.      s         Save current article  /  thread  /  auto  selected
  563.                (hot)  articles  /  articles  matching  pattern  /
  564.                tagged articles to file / files / mailbox. To save
  565.                to  a  mailbox  enter '=' or '=mailbox' when asked
  566.                for filename to save to.  To  save  in  <newsgroup
  567.                name>/<filename>    format    enter   '+filename'.
  568.                Environment  variables  are   allowed   within   a
  569.                filename (ie. $SOURCES/dir/filename).
  570.  
  571.      T         Tag current article for  mailing  ('m')  /  piping
  572.                ('|')   /   printing   ('o')   /  saving  ('s')  /
  573.                crossposting ('x').
  574.  
  575.      u         Toggle display to show all articles as  unthreaded
  576.                or threaded.
  577.  
  578.      U         Untag all articles that were tagged.
  579.  
  580.      v         Print tin version information.
  581.  
  582.      w         Post an article to current group.
  583.  
  584.      W         List articles posted by user. The date posted, the
  585.                newsgroup and the subject are listed.
  586.  
  587.      x         Crosspost already posted current article /  thread
  588.  
  589.  
  590.  
  591. May 18, 1992          Last change: Version 1.1 PL3                     9
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. TIN(1)                           LOCAL                            TIN(1)
  599.  
  600.  
  601.  
  602.                /
  603.  
  604.                auto selected (hot) articles /  articles  matching
  605.                pattern / tagged articles to another newsgroup(s).
  606.                Useful  for  reposting  from   global   to   local
  607.                newsgroups.
  608.  
  609.      z         Mark current article as unread.
  610.  
  611.      Z         Mark current thread as unread.
  612.  
  613.      /         Search forward for specified subject.
  614.  
  615.      ?         Search backward for specified subject.
  616.  
  617.      -         Show last message.
  618.  
  619.      |         Pipe current article  /  thread  /  auto  selected
  620.                (hot)  articles  /  articles  matching  pattern  /
  621.                tagged articles into command.
  622.  
  623. THREAD LISTING COMMANDS
  624.      4         Select article 4 within thread.
  625.  
  626.      ^L        Redraw page.
  627.  
  628.      <CR>      Read current article within thread.
  629.  
  630.      <TAB>     View next unread article within thread.
  631.  
  632.      B         Mail a bug report or comment to the  author.  This
  633.                is the best way of getting bugs fixed and features
  634.                added/changed.
  635.  
  636.      c         Mark thread as read after confirmation and  return
  637.                to previous level.
  638.  
  639.      d         Toggle display to show just  the  subject  or  the
  640.                subject and author.
  641.  
  642.      h         help screen of thread listing commands.
  643.  
  644.      I         Toggle inverse video.
  645.  
  646.      K         Mark thread as read and return to previous level.
  647.  
  648.      q         Return to previous level.
  649.  
  650.      Q         Quit tin.
  651.  
  652.      r         Toggle display to show all articles or only unread
  653.                articles.
  654.  
  655.  
  656.  
  657. May 18, 1992          Last change: Version 1.1 PL3                    10
  658.  
  659.  
  660.  
  661.  
  662.  
  663.  
  664. TIN(1)                           LOCAL                            TIN(1)
  665.  
  666.  
  667.  
  668.      t         Return to group index level.
  669.  
  670.      T         Tag current article for  mailing  ('m')  /  piping
  671.                ('|')   /   printing   ('o')   /  saving  ('s')  /
  672.                crossposting ('x').
  673.  
  674.      v         Print tin version information.
  675.  
  676.      z         Mark current article in thread as unread.
  677.  
  678.      Z         Mark all articles in thread as unread.
  679.  
  680. ARTICLE VIEWER COMMANDS
  681.      0         Read the base article in this thread.
  682.  
  683.      4         Read response 4 in this thread.
  684.  
  685.      ^H        Show all of the articles mail header.
  686.  
  687.      ^K        Kill current article (for  more  information  read
  688.                section Kill Article Menu).
  689.  
  690.      ^L        Redraw page.
  691.  
  692.      <CR>      Goto next base article.
  693.  
  694.      <TAB>     Goto next unread article.
  695.  
  696.      a         Author forward search.
  697.  
  698.      A         Author backward search.
  699.  
  700.      B         Mail a bug report or comment to the  author.  This
  701.                is the best way of getting bugs fixed and features
  702.                added/changed.
  703.  
  704.      c         Mark all articles as read with confirmation.
  705.  
  706.      d         Toggle rot-13 decoding for this article.
  707.  
  708.      f         Post a followup to current article.
  709.  
  710.      F         Post a followup with a copy of the current article
  711.                included.
  712.  
  713.      h         Help screen of article page commands.
  714.  
  715.      I         Toggle inverse video.
  716.  
  717.      k         Mark article as read and advance  to  next  unread
  718.                article.
  719.  
  720.  
  721.  
  722.  
  723. May 18, 1992          Last change: Version 1.1 PL3                    11
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730. TIN(1)                           LOCAL                            TIN(1)
  731.  
  732.  
  733.  
  734.      K         Mark thread as read and  advance  to  next  unread
  735.                thread.
  736.  
  737.      m         Mail current article  /  thread  /  auto  selected
  738.                (hot)  articles  /  articles  matching  pattern  /
  739.                tagged articles to someone.
  740.  
  741.      M         User   configurable   options   menu   (for   more
  742.                information see section Options Menu).
  743.  
  744.      n         Go to the next article.
  745.  
  746.      N         Go to the next unread article.
  747.  
  748.      o         Output current article / thread  /  auto  selected
  749.                (hot)  articles  /  articles  matching  pattern  /
  750.                tagged articles to printer.
  751.  
  752.      o         Output article/thread/tagged articles to printer.
  753.  
  754.      p         Go to the previous article.
  755.  
  756.      P         Go to the previous unread article.
  757.  
  758.      q         Return to previous level.
  759.  
  760.      Q         Quit tin.
  761.  
  762.      r         Reply through mail to author.
  763.  
  764.      R         Reply through mail to author with a  copy  of  the
  765.                current article included.
  766.  
  767.      s         Save current article  /  thread  /  auto  selected
  768.                (hot)  articles  /  articles  matching  pattern  /
  769.                tagged articles to file /  files  /  mailbox.   To
  770.                save  to  a  mailbox  enter '=' or '=mailbox' when
  771.                asked  for  filename  to  save  to.  To  save   in
  772.                <newsgroup   name>/<filename>  format  enter  (ie.
  773.                $SOURCES/dir/filename).
  774.  
  775.      t         Return to group selection level.
  776.  
  777.      T         Tag current article for  mailing  ('m')  /  piping
  778.                ('|')   /   printing   ('o')   /  saving  ('s')  /
  779.                crossposting ('x').
  780.  
  781.      v         Print tin version information.
  782.  
  783.      w         Post an article to current group.
  784.  
  785.      W         List articles posted by user. The date posted, the
  786.  
  787.  
  788.  
  789. May 18, 1992          Last change: Version 1.1 PL3                    12
  790.  
  791.  
  792.  
  793.  
  794.  
  795.  
  796. TIN(1)                           LOCAL                            TIN(1)
  797.  
  798.  
  799.  
  800.                newsgroup and the subject are listed.
  801.  
  802.      x         Crosspost already posted current article /  thread
  803.                / auto selected (hot) articles / articles matching
  804.                pattern / tagged articles to another newsgroup(s).
  805.                Useful   for   reposting   from  global  to  local
  806.                newsgroups.
  807.  
  808.      z         Mark article as unread.
  809.  
  810.      /         Article forward search.
  811.  
  812.      ?         Article backward search
  813.  
  814.      |         Pipe current article  /  thread  /  auto  selected
  815.                (hot)  articles  /  articles  matching  pattern  /
  816.                tagged articles into command.
  817.  
  818.      <         Goto the first article in the current thread.
  819.  
  820.      >         Goto the last article in the current thread.
  821.  
  822. OPTIONS MENU
  823.      This menu is accessed by pressing  'M'  at  all  levels.  It
  824.      allows  the  user  to  customize  the  behaviour of tin. The
  825.      options are saved to the file $HOME/.tin/tinrc. Use  <SPACE>
  826.      to toggle the required option and <CR> to set.
  827.  
  828.      Auto save
  829.          Automatically  save  articles/threads  by  Archive-name:
  830.          line  in article header and post process them if process
  831.          type is not set to None.
  832.  
  833.      Editor offset
  834.          Set ON if the editor used for  posting,  follow-ups  and
  835.          bug   reports   has   the  capability  of  starting  and
  836.          positioning the cursor at  a  specified  line  within  a
  837.          file.
  838.  
  839.      Mark saved read
  840.          Allows saved articles/threads to be automatically marked
  841.          as read.
  842.  
  843.      Confirm Command
  844.          Allows certain commands (ie. 'c' catchup)  that  require
  845.          user confirmation to be executed immediately if set OFF.
  846.  
  847.      Draw arrow
  848.          Allows groups/articles to be selected by an  arrow  '->'
  849.          if set ON or by an highlighted bar if set OFF.
  850.  
  851.      Print header
  852.  
  853.  
  854.  
  855. May 18, 1992          Last change: Version 1.1 PL3                    13
  856.  
  857.  
  858.  
  859.  
  860.  
  861.  
  862. TIN(1)                           LOCAL                            TIN(1)
  863.  
  864.  
  865.  
  866.          This  allows  the  complete  mail  header  or  only  the
  867.          Siubject:  and  From:  fields to be output when printing
  868.          articles.
  869.  
  870.      Goto 1st unread
  871.          This allows the cursor to be placed at the first /  last
  872.          unread  article  upon  entering  a newsgroup with unread
  873.          news.
  874.  
  875.      Scroll full page
  876.          If set ON scrolling of groups/articles will  be  a  full
  877.          page at a time, otherwise half a page at a time.
  878.  
  879.      Catchup on quit
  880.          If set ON the user is asked when quitting if all  groups
  881.          read during the current session should be marked read.
  882.  
  883.      Thread articles
  884.          If set ON  articles  will  be  threaded  in  all  groups
  885.          (default),  otherwise articles will be shown unthreaded.
  886.          If set ON but  certain  user  specified  groups  are  in
  887.          $HOME/.tin/unthread,   the   specified  groups  will  be
  888.          unthreaded and the rest will be threaded.
  889.  
  890.      Show only unread
  891.          If set ON show only new/unread articles, otherwise  show
  892.          all articles.
  893.  
  894.      Show Author
  895.          If set 'None' only the Subject: line will be  displayed.
  896.          If  set  'Addr'  Subject: line & the address part of the
  897.          From: line are displayed. If set 'Name' Subject: line  &
  898.          the  authors  full  name  part  of  the  From:  line are
  899.          displayed. If set 'Both' Subject:  line  &  all  of  the
  900.          From: line are displayed.
  901.  
  902.      Process type
  903.          This specifies the default type of  post  processing  to
  904.          perform  on  saved  articles.  The  following  types  of
  905.          processing are allowed:
  906.              -none.
  907.              -unpacking of multi-part shell archives.
  908.              -unpacking of multi-part uuencoded files.
  909.              -unpacking  of  multi-part  uuencoded   files   that
  910.               produce a *.zoo archive whose contents is listed.
  911.              -unpacking  of  multi-part  uuencoded   files   that
  912.               produce   a   *.zoo   archive   whose  contents  is
  913.               extracted.
  914.  
  915.      Sort articles by
  916.          This  specifies  how  articles  should  be  sorted.  The
  917.          following sort types are allowed:
  918.  
  919.  
  920.  
  921. May 18, 1992          Last change: Version 1.1 PL3                    14
  922.  
  923.  
  924.  
  925.  
  926.  
  927.  
  928. TIN(1)                           LOCAL                            TIN(1)
  929.  
  930.  
  931.  
  932.              -don't sort articles (default).
  933.              -sort  articles  by  Subject:  field  (ascending   &
  934.               descending).
  935.              -sort  articles  by   From:   field   (ascending   &
  936.               descending).
  937.              -sort  articles  by   Date:   field   (ascending   &
  938.               descending).
  939.  
  940.      Save directory
  941.          The directory where articles/threads are  to  be  saved.
  942.          Default is $HOME/News.
  943.  
  944.      Mail directory
  945.          The directory where articles/threads are to be saved  in
  946.          mailbox format.  This feature is mainly for use with the
  947.          Elm  mail  program.  It  allows   the   user   to   save
  948.          articles/threads/groups  simply  by  giving  '='  as the
  949.          filename to save to.
  950.  
  951.      Printer
  952.          The printer program with options that is to be  used  to
  953.          print  articles.  Default is lpr for BSD machines and lp
  954.          for SysV machines.
  955.  
  956. KILL ARTICLE MENU
  957.      This menu is accessed by pressing '^K' at the group and page
  958.      levels.  It  allows the user to kill an article that matches
  959.      the current Subject: line, From: line or a string entered by
  960.      the  user.  The  user  entered  string can be applied to the
  961.      Subject: or From: lines of an article. The kill  description
  962.      can  be  limited to the current newsgroup or it can apply to
  963.      all newsgroups.  Once entered the user can abort the command
  964.      and  not  save  the  kill description, edit the kill file or
  965.      save the kill description.
  966.  
  967.      On starting tin the users killfile $HOME/.tin/kill  is  read
  968.      and  on  entering  a  newsgroup  any  kill  descriptions are
  969.      applied. Articles that match a kill description  are  marked
  970.      killed and are not displayed.
  971.  
  972. POSTING ARTICLES
  973.      Tin allows posting of articles, follow-up to already  posted
  974.      articles  and  replying direct through mail to the author of
  975.      an article.
  976.  
  977.      Use the 'w' command to post an article to a newsgroup. After
  978.      entering the post subject the default editor (ie. vi) or the
  979.      editor specified by the $VISUAL environment variable will be
  980.      started  and  the  article  can  be  entered.  To  crosspost
  981.      articles simply add a comma and the name of the newsgroup(s)
  982.      to  the  end of the Newsgroups: line at the beginning of the
  983.      article. After saving and exiting the editor you  are  asked
  984.  
  985.  
  986.  
  987. May 18, 1992          Last change: Version 1.1 PL3                    15
  988.  
  989.  
  990.  
  991.  
  992.  
  993.  
  994. TIN(1)                           LOCAL                            TIN(1)
  995.  
  996.  
  997.  
  998.      if you wish to a)bort posting the article, e)dit the article
  999.      again or p)ost the article to the specified newsgroup(s).
  1000.  
  1001.      Use the 'W' command to display a history of the articles you
  1002.      have  posted.   The  date  the  article  was  posted,  which
  1003.      newsgroups the  article  was  posted  to  and  the  articles
  1004.      subject line are displayed.
  1005.  
  1006.      Use the 'f' / 'F' command to post a follow-up article to  an
  1007.      already  posted  article. The 'F' command will copy the text
  1008.      of  the  original  article  into  the  editor.  The  editing
  1009.      procedure  is  the  same as when posting an article with the
  1010.      'w' command.
  1011.  
  1012.      Use the 'r' / 'R' command to reply direct  through  mail  to
  1013.      the  author  of  an  already posted article. The 'R' command
  1014.      will copy the text of the original article into the  editor.
  1015.      The editing procedure is the same as when posting an article
  1016.      with the 'w' command. After saving and  exiting  the  editor
  1017.      you  are  asked  if  you wish to a)bort sending the article,
  1018.      e)dit the article again or s)end the article to the author.
  1019.  
  1020. MAILING PIPING PRINTING REPOSTING AND SAVING ARTICLES
  1021.      The command interface  to  mail  ('m'),  pipe  ('|'),  print
  1022.      ('o'),  crosspost  ('x') and save ('s') articles is the same
  1023.      for ease of use.
  1024.  
  1025.      The initial command will ask you to select  which  a)rticle,
  1026.      t)hread,   h)ot  (auto  selected)  r)egex  pattern,  t)agged
  1027.      articles you wish to mail, pipe etc.
  1028.  
  1029.      Tagged articles must have already been tagged with  the  'T'
  1030.      command.   All  tagged  articles  can be untagged by the 'U'
  1031.      untag command.
  1032.  
  1033.      If regex pattern matching is selected you are asked to enter
  1034.      a  regular  expression  (ie.  to  match all articles subject
  1035.      lines containing 'net News' you must  enter  '*net  News*').
  1036.      Any  articles  that  match  the  entered  expression will be
  1037.      mailed, piped etc.
  1038.  
  1039.      To save articles to a mailbox with the name of  the  current
  1040.      newsgroup  (ie.  Alt.sources) enter '=' or '=<mailbox name>'
  1041.      when asked for the save filename.
  1042.  
  1043.      To save articles in <newsgroup name>/<filename> format enter
  1044.      '+<filename>'.
  1045.  
  1046.      When saving articles you can specify whether the saved files
  1047.      should be post processed (ie. unshar shell archive, uudecode
  1048.      multiple parts etc).  A default process type can be  set  by
  1049.      the 'Process type:' in the 'M' options menu.
  1050.  
  1051.  
  1052.  
  1053. May 18, 1992          Last change: Version 1.1 PL3                    16
  1054.  
  1055.  
  1056.  
  1057.  
  1058.  
  1059.  
  1060. TIN(1)                           LOCAL                            TIN(1)
  1061.  
  1062.  
  1063.  
  1064. AUTOMATIC MAILING AND SAVING NEW NEWS
  1065.      Tin  allows  new/unread  news  articles  to  be  mailed  (-M
  1066.      option)/saved  (-S  option) in batch mode for later reading.
  1067.      Useful when going on holiday and you don't  want  to  return
  1068.      and  find  that  expire  has  removed a whole load of unread
  1069.      articles. Best to run  from  crontab  everyday  while  away,
  1070.      after  which  you  will be mailed a report of which articles
  1071.      were mailed/saved from which newsgroups and the total number
  1072.      of  articles  mailed/saved.  Articles are saved in a private
  1073.      news structure under your <savedir>  directory  (default  is
  1074.      $HOME/News).  Be  careful of using this option if you read a
  1075.      lot of groups because you could overflow your filesystem. If
  1076.      you  only  want  to  save  a  few groups it would be best to
  1077.      backup your full $HOME/.newsrc and create  a  new  one  that
  1078.      only  contains  the newsgroups you want to mail/save.  Saved
  1079.      news can be read later by starting tin with the -R option.
  1080.  
  1081.      tin -M iain -f newsrc.mail  (mail  any  unread  articles  in
  1082.      newgroups specified in file newsrc.mail)
  1083.  
  1084.      tin -S -f newsrc.save (save any unread articles in newgroups
  1085.      specified in file newsrc.save)
  1086.  
  1087.      tin -R (read any unread articles saved by tin -S option)
  1088.  
  1089. SIGNATURES
  1090.      Tin will recognize a signature in either $HOME/.signature or
  1091.      $HOME/.Sig.  If  $HOME/.signature exists, then the signature
  1092.      will be pulled into the editor for  Tin  mail  commands.   A
  1093.      signature  in  $HOME/.signature  will not be pulled into the
  1094.      editor for posting commands since  the  inews  program  will
  1095.      append the signature itself.
  1096.  
  1097.      A signature in $HOME/.Sig will be pulled into the editor for
  1098.      both posting and mailing commands.
  1099.  
  1100.      The following is an example of a $HOME/.Sig file:
  1101.           NAME   Iain Lea
  1102.           EMAIL  iain%anl433.uucp@Germany.EU.net
  1103.           SNAIL  Bruecken Strasse 12, 8500 Nuernberg 90, Germany
  1104.           PHONE  +49-911-331963 (home)  +49-911-3089-407 (work)
  1105.  
  1106. ENVIROMENT VARIABLES
  1107.      TINDIR
  1108.           Define this variable if you  do  not  want  tin's  .tin
  1109.           directory  in  $HOME/.tin.   (ie. if you want all tin's
  1110.           private files in /tmp/.tin  you  would  set  TINDIR  to
  1111.           contain /tmp.
  1112.  
  1113.      NNTPSERVER
  1114.           The default NNTP server to  remotely  read  news  from.
  1115.           This  variable  only  needs to be set if the -r command
  1116.  
  1117.  
  1118.  
  1119. May 18, 1992          Last change: Version 1.1 PL3                    17
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126. TIN(1)                           LOCAL                            TIN(1)
  1127.  
  1128.  
  1129.  
  1130.           line option is specified and the  file  /etc/nntpserver
  1131.           does not exist.
  1132.  
  1133.      DISTRIBUTION
  1134.           Set the  article  header  field  Distribution:  to  the
  1135.           contents of the variable instead of the system default.
  1136.  
  1137.      ORGANIZATION
  1138.           Set the  article  header  field  Organization:  to  the
  1139.           contents of the variable instead of the system default.
  1140.           This   variable   has   precedence   over   the    file
  1141.           $HOME/.tin/organization   that   may  also  contain  an
  1142.           organization string.  If  reading  news  on  an  Apollo
  1143.           DomainOS  machine  the environment variable NEWSORG has
  1144.           to be used instead of ORGANIZATION.
  1145.  
  1146.      REPLYTO
  1147.           Set the article header field Reply-To:  to  the  return
  1148.           address  specified  by the variable.  This is useful if
  1149.           the machine is not registered in the UUCP mail maps  or
  1150.           if  you wish to recieve replies at a different machine.
  1151.           This   variable   has   precedence   over   the    file
  1152.           $HOME/.tin/replyto  that  may  also  contain  a  return
  1153.           address.
  1154.  
  1155.      ADD_ADDRESS
  1156.           This can contain an address to  append  to  the  return
  1157.           address when replying directly through mail to somebody
  1158.           whose mail address is not directly  recognized  by  the
  1159.           local  host.  For  example  say  the  return address is
  1160.           user@bigvax, but bigvax is not recognized by your host,
  1161.           so  therfore the mail will not reach user. But the host
  1162.           littevax is known to recognize your host and bigvax, so
  1163.           if   ADD_ADDRESS   is   set  (ie.  'setenv  ADD_ADDRESS
  1164.           @littevax' for csh or 'set ADD_ADDRESS  @littevax'  and
  1165.           'export    ADD_ADDRESS'    for    sh)    the    address
  1166.           user@bigvax@littlevax will be used and  the  mail  will
  1167.           reach  user@bigvax.   This variable has precedence over
  1168.           the file $HOME/.tin/add_address that may  also  contain
  1169.           an address.
  1170.  
  1171.      BUG_ADDRESS
  1172.           If the 'B' command  bug  report  mail  address  is  not
  1173.           correct this variable should be set to the correct mail
  1174.           address. This variable has  precedence  over  the  file
  1175.           $HOME/.tin/bug_address  that  may  also  contain a mail
  1176.           address.
  1177.  
  1178.      MAILER
  1179.           This variable has precedence over  the  default  mailer
  1180.           that  is used in all mailing operations within tin (ie.
  1181.           replying 'rR', and bug reports 'B').
  1182.  
  1183.  
  1184.  
  1185. May 18, 1992          Last change: Version 1.1 PL3                    18
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192. TIN(1)                           LOCAL                            TIN(1)
  1193.  
  1194.  
  1195.  
  1196.      VISUAL
  1197.           This variable has precedence over  the  default  editor
  1198.           (ie.  vi) that is used in all editing operations within
  1199.           tin (ie. posting 'w', replying  'rR',  follow-ups  'fF'
  1200.           and bug reports 'B').
  1201.  
  1202. TIPS AND TRICKS
  1203.      The  following   newsgroups   provide   useful   information
  1204.      concerning news software:
  1205.          -news.software.readers (info.  about  news  user  agents
  1206.           tin,rn,nn,vn etc.)
  1207.          -news.software.nntp (info. about NNTP)
  1208.          -news.software.b  (info.  about  news  transport  agents
  1209.           Bnews & Cnews)
  1210.          -news.answers (Frequently Asked  Questions  (FAQ)  about
  1211.           many different themes)
  1212.  
  1213.      Many prompts (ie.  'Mark  everything  as  read?  (y/n):  y')
  1214.      within  tin  offer  a  default  choice  that  the  cursor is
  1215.      positioned on. By pressing <CR> the default value is taken.
  1216.  
  1217.      When tin is run in an xterm window  it  will  resize  itself
  1218.      each time the xterm is resized.
  1219.  
  1220.      Tin will reread the active file at set intervals to show any
  1221.      new news.
  1222.  
  1223. FILES
  1224.      $HOME/.newsrc             subscribed to newgroups.
  1225.      $HOME/.tin/tinrc          options.
  1226.      $HOME/.tin/.index         newsgroup index files directory.
  1227.      $HOME/.tin/add_address    address to add to when replying through mail.
  1228.      $HOME/.tin/active         used by -n option for notifying user of new groups.
  1229.      $HOME/.tin/bug_address    address to send bug reports to.
  1230.      $HOME/.tin/kill           kill file.
  1231.      $HOME/.tin/organization   string to replace default organization.
  1232.      $HOME/.tin/posted         history of articles posted by user.
  1233.      $HOME/.tin/replyto        host address to use in Reply-To: mail header.
  1234.      $HOME/.tin/unthread       contains groups that are not to be threaded.
  1235.      $HOME/.signature          signature.
  1236.      $HOME/.Sig                signature.
  1237.  
  1238. BUGS
  1239.      There are bugs somewhere among the creeping  featurism.  Any
  1240.      bugs  found  should  be  reported  by  the  'B' (bug report)
  1241.      command.
  1242.  
  1243.      Will    not    uudecode    some    of    the    images    in
  1244.      alt.binaries.pictures  because more than one image is in the
  1245.      multi-part file to uudecode. Only the first  image  will  be
  1246.      uudecoded.
  1247.  
  1248.  
  1249.  
  1250.  
  1251. May 18, 1992          Last change: Version 1.1 PL3                    19
  1252.  
  1253.  
  1254.  
  1255.  
  1256.  
  1257.  
  1258. TIN(1)                           LOCAL                            TIN(1)
  1259.  
  1260.  
  1261.  
  1262.      Does not yet handle Xref: headers for cross-posted articles.
  1263.  
  1264. HISTORY
  1265.      Based on the tass newsreader  that  was  developed  by  Rich
  1266.      Skrenta  and  posted  to alt.sources in March 1991. Tass was
  1267.      itself heavily infleuenced by NOTES which was  developed  at
  1268.      the  University of Illinois by Ray Essick and Rob Kolstad in
  1269.      1982.
  1270.  
  1271.      Tin v1.00 (full distribution)  was  posted  in  8  parts  to
  1272.      alt.sources on 23 Aug 1991.
  1273.      Tin v1.0 PL1 (full distribution) was posted in  8  parts  to
  1274.      alt.sources on 03 Sep 1991.
  1275.      Tin v1.0 PL2 (full distribution) was posted in  9  parts  to
  1276.      alt.sources on 24 Sep 1991.
  1277.      Tin v1.0 PL3 (patch) was posted in 4 parts to alt.sources on
  1278.      30 Sep 1991.
  1279.      Tin v1.0 PL4 (patch) was posted in 2 parts to alt.sources on
  1280.      02 Oct 1991.
  1281.      Tin v1.0 PL5 (patch) was posted in 4 parts to alt.sources on
  1282.      17 Oct 1991.
  1283.      Tin v1.0 PL6 (patch) was posted in 5 parts to alt.sources on
  1284.      27 Nov 1991.
  1285.      Tin v1.0 PL7 (patch) was posted in 2 parts to alt.sources on
  1286.      27 Nov 1991.
  1287.      Tin v1.1 PL0 (full distribution) was posted in 11  parts  to
  1288.      alt.sources on 13 Feb 1992.
  1289.      Tin v1.1 PL1 (full distribution) was posted in 12  parts  to
  1290.      alt.sources on 24 Mar 1992.
  1291.      Tin v1.1 PL2 (patch) was posted in 4 parts to alt.sources on
  1292.      30 Mar 1992.
  1293.      Tin v1.1 PL3 (full distribution) was posted in ??  parts  to
  1294.      alt.sources on 13 May 1992.
  1295.  
  1296. CREDITS
  1297.      Rich Skrenta
  1298.           author of tass v3.2 which this newsreader used  as  its
  1299.           base.
  1300.  
  1301.      Dave Taylor
  1302.           author of curses.c from the elm mailreader.
  1303.  
  1304.      Rich Salz
  1305.           author of wildmat.c pattern matching routine.
  1306.  
  1307.      Chris Thewalt
  1308.           author of getline.c emacs style editing routine.
  1309.  
  1310.      Dieter Becker
  1311.           for generously posting certain versions and patches for
  1312.           me  when  my  net  connection was removed by a group of
  1313.           very short sighted people.
  1314.  
  1315.  
  1316.  
  1317. May 18, 1992          Last change: Version 1.1 PL3                    20
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324. TIN(1)                           LOCAL                            TIN(1)
  1325.  
  1326.  
  1327.  
  1328.      I wish to thank the following people for supplying patchs:
  1329.  
  1330.      Anton Aylward, Dieter Becker, Dan Berry, Marc Boucher, Leila
  1331.      Burrell-Davis,   Robert   Claeson,   Steven   Cogswell,  Ned
  1332.      Danieley, Brent Ermlick, Carl Hage, Paul Halsema, Ed Hanway,
  1333.      Torsten  Homeyer,  Nelson Kading, Fritz Kleeman, Karl-Koenig
  1334.      Koenigsson, Kris  Kugel,  Hakan  Lennestal,  Clifford  Luke,
  1335.      Michael Faurot, David MacKenzie, Bill Poitras, Jim Robinson,
  1336.      Stephen Roseman, Nickolay Saukh,  Rich  Salz,  John  Sauter,
  1337.      Bart   Sears,   Karl-Olav   Serrander,  Doug  Sewell,  Cliff
  1338.      Stanford, Steve Starck, Michael Traub,  Adri  Verhoef,  Cary
  1339.      Whitney, Lloyd Wright
  1340.  
  1341.      I   wish   to   thank   the   following   people   for   bug
  1342.      reports/comments:
  1343.  
  1344.      Klaus Arzig, Scott Babb, Reiner Balling, Preston  Bannister,
  1345.      Bill  de  Beabien,  Volker Beyer, Etienne Bido, Roger Binns,
  1346.      Georg  Biehler,  Jean-Marc  Bonnaudet,  Ian  Brown,  Andreas
  1347.      Brosig,  Tom Czarnik, David Donovan, Peter Dressler, Gerhard
  1348.      Ermer, Hugh Fader, Joachim Feld, Paul Fox, Bernhard  Gmelch,
  1349.      Viet  Hoang,  Andy  Jackson,  Joe Johnson, Cyrill Jung, Kuo-
  1350.      Chein Kai, Hans-Juergen  Knopp,  Bernhard  Kroenung,  Murray
  1351.      Laing,  Per  Lindqvist, Bob Lukas, Kazushi Marukawa, Phillip
  1352.      Molloy,  Toni  Metz,  Greg  Miller,  Klaus  Neuberger,  Otto
  1353.      Niesser,  Reiner  Oelhaf,  Wolf  Paul, John Palkovic, Andrew
  1354.      Phillips,  Stefan  Rathmann,  Jonas  Rwgmyr,  Ted  Richards,
  1355.      Daemon   Schaefer,  Klamer  Schutte,  Fredy  Schwatz,  Bernd
  1356.      Schwerin,  Chris  Smith,  Daniel  Smith,   Steve   Spearman,
  1357.      Hironobu Takahashi, Sven Werner, G. Woodbury, Orest Zboroski
  1358.  
  1359. AUTHOR
  1360.      Iain Lea
  1361.           (iain%anl433.uucp@Germany.EU.net)
  1362.  
  1363.  
  1364.  
  1365.  
  1366.  
  1367.  
  1368.  
  1369.  
  1370.  
  1371.  
  1372.  
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382.  
  1383. May 18, 1992          Last change: Version 1.1 PL3                    21
  1384.  
  1385.  
  1386.  
  1387.