home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume30 / tin / part02 / tin.nrf.UU.a / tin.nrf
Encoding:
Text File  |  1992-05-20  |  26.3 KB  |  777 lines

  1.  
  2.  
  3.  
  4. TIN(1)                           LOCAL                            TIN(1)
  5.  
  6.  
  7.  
  8. NNAAMMEE
  9.      tin, rtin, tind - A threaded Netnews reader
  10.  
  11. SSYYNNOOPPSSIISS
  12.      ttiinn//rrttiinn//ccddttiinn//ttiinndd [options] [newsgroups]
  13.  
  14. DDEESSCCRRIIPPTTIIOONN
  15.      _T_i_n is a full-screen threaded Netnews reader.  It can read news
  16.      locally (ie. /_u_s_r/_s_p_o_o_l/_n_e_w_s) or remotely (rtin or tin -r option)
  17.      via a NNTP (Network News Transport Protocol) server. A special
  18.      version of tin called cdtin can also read locally active news and
  19.      news archived on CD-ROM.
  20.  
  21.      Tin has four newsreading levels: the newsgroup selection page, the
  22.      group index page, the thread listing page and the article viewer.
  23.      Use the 'h' (help) command to view a list of the commands available
  24.      at a particular level.
  25.  
  26.      On startup Tin will show a list of the newsgroups found in
  27.      $_H_O_M_E/._n_e_w_s_r_c.  An arrow '->' or highlighted bar will point to the
  28.      first newsgroup.  Move to a group by using the terminal arrow keys
  29.      (ansi/at386/vt100 only) or 'j' and 'k'. Use PgUp/PgDn
  30.      (ansi/at386/vt100 only) or Ctrl-U and Ctrl-D to page up/down. Enter
  31.      a newsgroup by pressing RETURN.
  32.  
  33.      The TAB key may be used to advance to the next newsgroup with
  34.      unread articles and enter it.
  35.  
  36. OOPPTTIIOONNSS
  37.      --cc        create/update index files for every group in
  38.                $_H_O_M_E/._n_e_w_s_r_c or file specified by -f option and mark all
  39.                articles as read.
  40.  
  41.      --ff ffiillee   use the specified file of subscribed to newsgroups in
  42.                place of $_H_O_M_E/._n_e_w_s_r_c.
  43.  
  44.      --hh        help listing all command line options.
  45.  
  46.      --HH        brief introduction to tin that is also shown the first
  47.                time it is started.
  48.  
  49.      --II ddiirr    directory to store newsgroup index files. Default is
  50.                $_H_O_M_E/._t_i_n/._i_n_d_e_x.
  51.  
  52.      --mm ddiirr    mailbox directory to use. Default is $_H_O_M_E/_M_a_i_l.
  53.  
  54.      --MM uusseerr   mail unread articles to specified user for later reading.
  55.                For more information read section Automatic Mailing and
  56.                Saving New News.
  57.  
  58.      --nn        notify the user of any newly created newsgroups since the
  59.                last session.
  60.  
  61.  
  62.  
  63.  
  64. NEWS-OS                       Release 4.1R                             1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. TIN(1)                           LOCAL                            TIN(1)
  71.  
  72.  
  73.  
  74.      --pp ffiillee   print program with options..
  75.  
  76.      --rr        read news remotely from the default NNTP server specified
  77.                in the environment variable NNTPSERVER or contained in
  78.                the file /_e_t_c/_n_n_t_p_s_e_r_v_e_r.
  79.  
  80.      --RR        read news saved by -S option (not yet implemented).
  81.  
  82.      --ss ddiirr    save articles to directory. Default is $_H_O_M_E/_N_e_w_s.
  83.  
  84.      --SS        save unread articles for later reading by -R option. For
  85.                more information read section Automatic Mailing and
  86.                Saving New News.
  87.  
  88.      --uu        create/update index files for every group in
  89.                $_H_O_M_E/._n_e_w_s_r_c or file specified by -f option. This option
  90.                does not work if tin retrieves its index files via a NNTP
  91.                server.
  92.  
  93.      --UU        start tin in the background to update index files while
  94.                reading news in the foreground. This option does not work
  95.                if tin retrieves its index files via a NNTP server.
  96.  
  97.      --vv        verbose mode for -c -M -S -u and -Z options.
  98.  
  99.      --zz        only start tin if there is any new/unread news. If there
  100.                is news tin will position cursor at first group with
  101.                unread news. Useful for putting in login file.
  102.  
  103.      --ZZ        check if there is any new/unread news and exit with
  104.                appropiate status.  If -v option is specified the number
  105.                of unread articles in each group is printed. An exit code
  106.                0 indicates no news, 1 that an error occurred and 2 that
  107.                new/unread news exists. Useful for writing scripts.
  108.  
  109.      Tin can also dynamically change its options by the 'M' menu
  110.      command.  Any changes are written to $_H_O_M_E/._t_i_n/_t_i_n_r_c.
  111.  
  112.      The index daemon version Tind only supports the -f, -h and -v
  113.      options.
  114.  
  115. IINNDDEEXX FFIILLEESS
  116.      In order to keep track of threads, Tin maintains an index for each
  117.      newsgroup.  There are a number of methods in which index files can
  118.      be created and updated.
  119.  
  120.      The simplest method is that each user creates/updates there own
  121.      index files that are stored in $HOME/.tin/.index. This has the
  122.      advantage that any user can compile and install tin, but the
  123.      disadvantage is that each user is going to be creating duplicate
  124.      files and using precious disk space. A good way to keep index files
  125.      updated is to start tin with the -U option that will update index
  126.  
  127.  
  128.  
  129.  
  130. 2                             Release 4.1R                       NEWS-OS
  131.  
  132.  
  133.  
  134.  
  135.  
  136. TIN(1)                           LOCAL                            TIN(1)
  137.  
  138.  
  139.  
  140.      files in the background while you are reading news in the
  141.      foreground.  You can also update index files via the system batcher
  142.      cron with the -u option:
  143.           30 6 * * * /usr/local/bin/tin -u
  144.  
  145.      A slightly better method is to set tin setuid news and have all
  146.      index files created and updated in the news spool directory (ie.
  147.      /usr/spool/news/.index).  This has the advantage that there will
  148.      only be one copy of the index files on each machine on your
  149.      network, but the disadvantage is that you will have tin running
  150.      setuid news and killing articles will change the central index file
  151.      for a group for all users (Needs fixing!).
  152.  
  153.      A better method is to install the tind index file updating daemon
  154.      and have it create and update index files for all groups in your
  155.      active file at regular intervals in the news spool directory (ie.
  156.      /usr/spool/news/.index).  This has the advantage that there will
  157.      only be one copy of the index files on each machine on your network
  158.      and tin must not be setuid news, but the disadvantage is that you
  159.      will have to have news permissions to install tind and root
  160.      permissions to install an entry in the cron batcher system to have
  161.      tind regularly update index files.
  162.  
  163.      The best method is to install the tind index file updating daemon
  164.      on your NNTP server and have it create and update index files for
  165.      all groups in your active file at regular intervals in the news
  166.      spool directory (ie. /usr/spool/news/.index).  This has the
  167.      advantage that there will only be one copy of the index files on
  168.      the NNTP server for the whole of your network and tin clients must
  169.      not be setuid news, but the disadvantage is that you will have to
  170.      install my NNTP server patches to allow tin to retreive index file
  171.      from your NNTP server and and you must install an entry in the cron
  172.      batcher system to have tind regularly update index files (Note that
  173.      this is the method we use on our network of 40-50 machines and have
  174.      not had any problems).
  175.  
  176.      Entering a group the first time tends to be slow because the index
  177.      file must be built from scratch unless the tind update daemon is
  178.      being used. Subsequent readings of a group will cause incremental
  179.      updating of the index file.
  180.  
  181.      If reading news remotely and locally updating index files operation
  182.      will be somewhat slower because the articles must be retrieved from
  183.      the NNTP server.
  184.  
  185. NNEEWWSS AADDMMIINNIISSTTRRAATTIIOONN
  186.      Maintaining Netnews on large networks of machines can be a pretty
  187.      time consuming job as I recently discovered when I was given the
  188.      job of maintaining our news system and news users.
  189.  
  190.      Tin is a News User Agent and so most of the users were always
  191.      asking questions or doing things that could be frowned upon by
  192.  
  193.  
  194.  
  195.  
  196. NEWS-OS                       Release 4.1R                             3
  197.  
  198.  
  199.  
  200.  
  201.  
  202. TIN(1)                           LOCAL                            TIN(1)
  203.  
  204.  
  205.  
  206.      there departments.  To relieve news admins (and especially me) of
  207.      this features have been added to Tin to make life easier.
  208.  
  209.      If my NNTP XUSER patch has been applied to your NNTP server you
  210.      will be able to log the username and machine to your NNTP logfile
  211.      for usage statistics.
  212.  
  213.      A user starting tin for the first time can be automatically
  214.      subscribed to a list of newsgroups that are deemed appropiate by
  215.      the news administrator. At our site the subscriptions file has 125
  216.      groups (our active file conatains over 400 groups with many only
  217.      being marginally interesting to most people).  The subscriptions
  218.      file should be created in your news lib directory (ie.
  219.      /usr/lib/news/subscriptions) and should have file permissions set
  220.      to 0644.  If reading news via NNTP my NNTP LIST SUBSCRIPTIONS patch
  221.      will have to have been applied to your NNTP server.
  222.  
  223. SSCCRREEEENN FFOORRMMAATT
  224.      Tin has five separate levels of operation: Group selection level,
  225.      Spooldir selection level, Group level, Thread level and Article
  226.      level.
  227.  
  228.      At the Group Selection level the title displays the number of
  229.      subscribed groups. The newsgroups are displayed on the left of the
  230.      screen with the number of unread articles displayed on the same
  231.      line in the middle of the screen.
  232.                <Selection Num> <Newsgroup> <Num of unread articles>
  233.           i.e.,
  234.                1  alt.sources            10
  235.                2  comp.sources.misc      3
  236.                3  news.software.readers  12
  237.  
  238.      At the Group level the title contains the name of the group, the
  239.      number of conversation threads and total number of articles i.e.,
  240.      alt.sources (7 23).  If the group has been setup not to thread
  241.      articles (i.e., alt.sources is in $(_H_O_M_E)/._t_i_n/_u_n_t_h_r_e_a_d) the title
  242.      will be alt.sources (U 23).  There are two possible display formats
  243.      as shown below:
  244.                <Selection Num> <Unread> <Responses> <Subject> <Author>
  245.           i.e.,
  246.                1   +   3   Bnews sources?      iain@estevax.uucp
  247.                2       1   This question has   ether@net
  248.           or
  249.                <Selection Num> <Unread> <Responses> <Subject (longer)>
  250.           i.e.,
  251.                1   +   3   Bnews sources?
  252.                2       1   This question has a longer subject line
  253.  
  254.      At the Article level the page header has the following format:
  255.                <Date posted> <Newsgroup>    <Thread 1 of n>
  256.                <Article Num> <Subject>      <Num of responses in thread>
  257.                <Author>                     <Organization>
  258.  
  259.  
  260.  
  261.  
  262. 4                             Release 4.1R                       NEWS-OS
  263.  
  264.  
  265.  
  266.  
  267.  
  268. TIN(1)                           LOCAL                            TIN(1)
  269.  
  270.  
  271.  
  272.                <Article body>
  273.           i.e.,
  274.                24 Jul 15:20:03 GMT   alt.sources      Thread 1 of 2
  275.                Article 452           Bnews sources?   3 responses
  276.                iain@anl433.uucp                       Organization name
  277.  
  278.                <Article boby>
  279.  
  280. CCOOMMMMOONN MMOOVVIINNGG KKEEYYSS
  281.      This table shows the common keys/commands for moving at all three
  282.      levels within Tin.
  283.                                      ansi/at386/vt100  Other Terminals
  284.           Beginning of list/article  HHoommee              11 (^^RR or gg at article level)
  285.           End of list/article        EEnndd               $$ (also GG at article level)
  286.           Page Up                    PPggUUpp              ^^UU or bb
  287.           Page Down                  PPggDDnn              ^^DD or <<SSPPAACCEE>>
  288.           Line Up                    UUpp aarrrrooww          kk (not at article level)
  289.           Line Down                  DDoowwnn aarrrrooww        jj (not at article level)
  290.  
  291. CCOOMMMMOONN EEDDIITTIINNGG CCOOMMMMAANNDDSS
  292.      An emacs style editing package allows the easy editing of input
  293.      strings.  An history list allows the easy re-use of previously
  294.      entered strings.  The following commands are available when editing
  295.      a string:
  296.  
  297.  
  298.      ^^AA,,^^EE     move to beginnning or end of line, respectively.
  299.  
  300.      ^^FF,,^^BB     nondestructive move forward or back one location,
  301.                respectively.
  302.  
  303.      ^^DD        delete the character currently under the cursor, or send
  304.                EOF if no characters in the buffer.
  305.  
  306.      ^^HH,,<<DDEELL>>  delete character left of the cursor.
  307.  
  308.      ^^KK        delete from cursor to end of line.
  309.  
  310.      ^^PP,,^^NN     move through history, previous and next, respectively.
  311.  
  312.      ^^LL,,^^RR     redraw the current line.
  313.  
  314.      <<CCRR>>      places line on history list if nonblank, appends newline
  315.                and returns to the caller.
  316.  
  317.      <<EESSCC>>     aborts the present editing operation.
  318.  
  319. NNEEWWSSGGRROOUUPP SSEELLEECCTTIIOONN CCOOMMMMAANNDDSS
  320.      44         Select group 4.
  321.  
  322.      ^^KK        Delete current group from $_H_O_M_E/._n_e_w_s_r_c file.
  323.  
  324.  
  325.  
  326.  
  327.  
  328. NEWS-OS                       Release 4.1R                             5
  329.  
  330.  
  331.  
  332.  
  333.  
  334. TIN(1)                           LOCAL                            TIN(1)
  335.  
  336.  
  337.  
  338.      ^^LL        Redraw page.
  339.  
  340.      ^^RR        Reset $_H_O_M_E/._n_e_w_s_r_c file.
  341.  
  342.      <<CCRR>>      Read current group.
  343.  
  344.      <<TTAABB>>     View next unread group.
  345.  
  346.      BB         Mail a bug report or comment to the author. This is the
  347.                best way of getting bugs fixed and features
  348.                added/changed.
  349.  
  350.      cc         Mark current group as all read with confirmation and goto
  351.                next group in group selection list.
  352.  
  353.      CC         Mark current group as all read and goto next unread group
  354.                in group selection list.
  355.  
  356.      gg         Choose a new group by name. The position of the group
  357.                within the group list will also be asked for. By entering
  358.                '1' the new group will be the first group in the
  359.                displayed list, by entering '8' the group will be the
  360.                eighth group in the list etc. By entering '$' the group
  361.                will be the last group displayed.
  362.  
  363.      hh         help screen of newsgroup selection commands.
  364.  
  365.      II         Toggle inverse video.
  366.  
  367.      ll         List and allow selection of the available spool
  368.                directories. This feature requires a special library to
  369.                be linked with tin to create cdtin which can then read
  370.                news from an active news feed and also from multiple CD-
  371.                ROMs.
  372.  
  373.      mm         Move the current group within the group selection list.
  374.                By entering '1' the group will become the first displayed
  375.                group in the list, by entering '8' the eighth group in
  376.                the list etc. By entering '$' the group will be the last
  377.                group displayed.
  378.  
  379.      MM         User configurable options menu (for more information see
  380.                section Options Menu).
  381.  
  382.      qq         Quit tin.
  383.  
  384.      QQ         Quit tin.
  385.  
  386.      ss         Subscribe to current group.
  387.  
  388.      SS         Subscribe to groups matching user specified pattern.
  389.  
  390.  
  391.  
  392.  
  393.  
  394. 6                             Release 4.1R                       NEWS-OS
  395.  
  396.  
  397.  
  398.  
  399.  
  400. TIN(1)                           LOCAL                            TIN(1)
  401.  
  402.  
  403.  
  404.      uu         Unsubscribe to current group.
  405.  
  406.      UU         Unsubscribe to groups matching user specified pattern.
  407.  
  408.      vv         Print tin version information.
  409.  
  410.      ww         Post an article to current group.
  411.  
  412.      WW         List articles posted by user. The date posted, the
  413.                newsgroup and the subject are listed.
  414.  
  415.      yy         The first time this command is called it will yank in all
  416.                groups from $_L_I_B_D_I_R/_a_c_t_i_v_e that are not in $_H_O_M_E/._n_e_w_s_r_c.
  417.                After any groups have been subscribed/unsubscribed to,
  418.                this command if pressed again will reread $_H_O_M_E/._n_e_w_s_r_c
  419.                and display only the subscribed groups.
  420.  
  421.      YY         Reread the active file to see if any new news has arrived
  422.                since starting tin.
  423.  
  424.      zz         Mark all articles in the current group as unread.
  425.  
  426.      ZZ         Undelete previously deleted group by ^K command from
  427.                $_H_O_M_E/._n_e_w_s_r_c.
  428.  
  429.      //         Group forward search.
  430.  
  431.      ??         Group backward search.
  432.  
  433. SSPPOOOOLL DDIIRREECCTTOORRYY SSEELLEECCTTIIOONN CCOOMMMMAANNDDSS
  434.      44         Select spool directory 4.
  435.  
  436.      ^^LL        Redraw page.
  437.  
  438.      <<CCRR>>      Read news from selected spool directory.
  439.  
  440.      BB         Mail a bug report or comment to the author. This is the
  441.                best way of getting bugs fixed and features
  442.                added/changed.
  443.  
  444.      hh         help screen of spool directory selection commands.
  445.  
  446.      II         Toggle inverse video.  qq Return to previous level.
  447.  
  448.      QQ         Quit tin.
  449.  
  450.      vv         Print tin version information.
  451.  
  452. GGRROOUUPP IINNDDEEXX CCOOMMMMAANNDDSS
  453.      44         Select article 4.
  454.  
  455.      ^^KK        Kill current article (for more information read section
  456.  
  457.  
  458.  
  459.  
  460. NEWS-OS                       Release 4.1R                             7
  461.  
  462.  
  463.  
  464.  
  465.  
  466. TIN(1)                           LOCAL                            TIN(1)
  467.  
  468.  
  469.  
  470.                Kill Article Menu).
  471.  
  472.      ^^LL        Redraw page.
  473.  
  474.      <<CCRR>>      Read current article.
  475.  
  476.      <<TTAABB>>     View next unread article or group.
  477.  
  478.      aa         Author forward search.
  479.  
  480.      AA         Author backward search.
  481.  
  482.      BB         Mail a bug report or comment to the author. This is the
  483.                best way of getting bugs fixed and features
  484.                added/changed.
  485.  
  486.      cc         Mark all articles as read with confirmation.
  487.  
  488.      CC         Cancel current article. It must have been posted by the
  489.                same user. The cancel message can be seen in the
  490.                newsgroup 'control'.
  491.  
  492.      dd         Toggle display to show just the subject or the subject
  493.                and author.
  494.  
  495.      gg         Choose a new group by name.
  496.  
  497.      hh         help screen of group index commands.
  498.  
  499.      II         Toggle inverse video.
  500.  
  501.      KK         Mark article/thread as read and advance to next unread
  502.                article/thread.
  503.  
  504.      ll         List the author of each response in current thread and
  505.                enter thread selection level.
  506.  
  507.      mm         Mail current article / thread / auto selected (hot)
  508.                articles / articles matching pattern / tagged articles to
  509.                someone.
  510.  
  511.      MM         User configurable options menu (for more information see
  512.                section Options Menu).
  513.  
  514.      nn         Go to next group.
  515.  
  516.      NN         Go to next unread article.
  517.  
  518.      oo         Output current article / thread / auto selected (hot)
  519.                articles / articles matching pattern / tagged articles to
  520.                printer.
  521.  
  522.  
  523.  
  524.  
  525.  
  526. 8                             Release 4.1R                       NEWS-OS
  527.  
  528.  
  529.  
  530.  
  531.  
  532. TIN(1)                           LOCAL                            TIN(1)
  533.  
  534.  
  535.  
  536.      pp         Go to previous group.
  537.  
  538.      PP         Go to previous unread article.
  539.  
  540.      qq         Return to previous level.
  541.  
  542.      QQ         Quit tin.
  543.  
  544.      ss         Save current article / thread / auto selected (hot)
  545.                articles / articles matching pattern / tagged articles to
  546.                file / files / mailbox. To save to a mailbox enter '=' or
  547.                '=mailbox' when asked for filename to save to. To save in
  548.                <newsgroup name>/<filename> format enter '+filename'.
  549.                Environment variables are allowed within a filename (ie.
  550.                $SOURCES/dir/filename).
  551.  
  552.      TT         Tag current article for mailing ('m') / piping ('|') /
  553.                printing ('o') / saving ('s') / crossposting ('x').
  554.  
  555.      uu         Toggle display to show all articles as unthreaded or
  556.                threaded.
  557.  
  558.      UU         Untag all articles that were tagged.
  559.  
  560.      vv         Print tin version information.
  561.  
  562.      ww         Post an article to current group.
  563.  
  564.      WW         List articles posted by user. The date posted, the
  565.                newsgroup and the subject are listed.
  566.  
  567.      xx         Crosspost already posted current article / thread / auto
  568.                selected (hot) articles / articles matching pattern /
  569.                tagged articles to another newsgroup(s). Useful for
  570.                reposting from global to local newsgroups.
  571.  
  572.      zz         Mark current article as unread.
  573.  
  574.      ZZ         Mark current thread as unread.
  575.  
  576.      //         Search forward for specified subject.
  577.  
  578.      ??         Search backward for specified subject.
  579.  
  580.      --         Show last message.
  581.  
  582.      ||         Pipe current article / thread / auto selected (hot)
  583.                articles / articles matching pattern / tagged articles
  584.                into command.
  585.  
  586. TTHHRREEAADD LLIISSTTIINNGG CCOOMMMMAANNDDSS
  587.      44         Select article 4 within thread.
  588.  
  589.  
  590.  
  591.  
  592. NEWS-OS                       Release 4.1R                             9
  593.  
  594.  
  595.  
  596.  
  597.  
  598. TIN(1)                           LOCAL                            TIN(1)
  599.  
  600.  
  601.  
  602.      ^^LL        Redraw page.
  603.  
  604.      <<CCRR>>      Read current article within thread.
  605.  
  606.      <<TTAABB>>     View next unread article within thread.
  607.  
  608.      BB         Mail a bug report or comment to the author. This is the
  609.                best way of getting bugs fixed and features
  610.                added/changed.
  611.  
  612.      cc         Mark thread as read after confirmation and return to
  613.                previous level.
  614.  
  615.      dd         Toggle display to show just the subject or the subject
  616.                and author.
  617.  
  618.      hh         help screen of thread listing commands.
  619.  
  620.      II         Toggle inverse video.
  621.  
  622.      KK         Mark thread as read and return to previous level.
  623.  
  624.      qq         Return to previous level.
  625.  
  626.      QQ         Quit tin.
  627.  
  628.      rr         Toggle display to show all articles or only unread
  629.                articles.
  630.  
  631.      tt         Return to group index level.
  632.  
  633.      TT         Tag current article for mailing ('m') / piping ('|') /
  634.                printing ('o') / saving ('s') / crossposting ('x').
  635.  
  636.      vv         Print tin version information.
  637.  
  638.      zz         Mark current article in thread as unread.
  639.  
  640.      ZZ         Mark all articles in thread as unread.
  641.  
  642. AARRTTIICCLLEE VVIIEEWWEERR CCOOMMMMAANNDDSS
  643.      00         Read the base article in this thread.
  644.  
  645.      44         Read response 4 in this thread.
  646.  
  647.      ^^HH        Show all of the articles mail header.
  648.  
  649.      ^^KK        Kill current article (for more information read section
  650.                Kill Article Menu).
  651.  
  652.      ^^LL        Redraw page.
  653.  
  654.  
  655.  
  656.  
  657.  
  658. 10                            Release 4.1R                       NEWS-OS
  659.  
  660.  
  661.  
  662.  
  663.  
  664. TIN(1)                           LOCAL                            TIN(1)
  665.  
  666.  
  667.  
  668.      <<CCRR>>      Goto next base article.
  669.  
  670.      <<TTAABB>>     Goto next unread article.
  671.  
  672.      aa         Author forward search.
  673.  
  674.      AA         Author backward search.
  675.  
  676.      BB         Mail a bug report or comment to the author. This is the
  677.                best way of getting bugs fixed and features
  678.                added/changed.
  679.  
  680.      cc         Mark all articles as read with confirmation.
  681.  
  682.      dd         Toggle rot-13 decoding for this article.
  683.  
  684.      ff         Post a followup to current article.
  685.  
  686.      FF         Post a followup with a copy of the current article
  687.                included.
  688.  
  689.      hh         Help screen of article page commands.
  690.  
  691.      II         Toggle inverse video.
  692.  
  693.      kk         Mark article as read and advance to next unread article.
  694.  
  695.      KK         Mark thread as read and advance to next unread thread.
  696.  
  697.      mm         Mail current article / thread / auto selected (hot)
  698.                articles / articles matching pattern / tagged articles to
  699.                someone.
  700.  
  701.      MM         User configurable options menu (for more information see
  702.                section Options Menu).
  703.  
  704.      nn         Go to the next article.
  705.  
  706.      NN         Go to the next unread article.
  707.  
  708.      oo         Output current article / thread / auto selected (hot)
  709.                articles / articles matching pattern / tagged articles to
  710.                printer.
  711.  
  712.      oo         Output article/thread/tagged articles to printer.
  713.  
  714.      pp         Go to the previous article.
  715.  
  716.      PP         Go to the previous unread article.
  717.  
  718.      qq         Return to previous level.
  719.  
  720.  
  721.  
  722.  
  723.  
  724. NEWS-OS                       Release 4.1R                            11
  725.  
  726.  
  727.  
  728.  
  729.  
  730. TIN(1)                           LOCAL                            TIN(1)
  731.  
  732.  
  733.  
  734.      QQ         Quit tin.
  735.  
  736.      rr         Reply through mail to author.
  737.  
  738.      RR         Reply through mail to author with a copy of the current
  739.                article included.
  740.  
  741.      ss         Save current article / thread / auto selected (hot)
  742.                articles / articles matching pattern / tagged articles to
  743.                file / files / mailbox.  To save to a mailbox enter '='
  744.                or '=mailbox' when asked for filename to save to. To save
  745.                in <newsgroup name>/<filename> format enter (ie.
  746.                $SOURCES/dir/filename).
  747.  
  748.      tt         Return to group selection level.
  749.  
  750.      TT         Tag current article for mailing ('m') / piping ('|') /
  751.                printing ('o') / saving ('s') / crossposting ('x').
  752.  
  753.      vv         Print tin version information.
  754.  
  755.      ww         Post an article to current group.
  756.  
  757.      WW         List articles posted by user. The date posted, the
  758.                newsgroup and the subject are listed.
  759.  
  760.      xx         Crosspost already posted current article / thread / auto
  761.                selected (hot) articles / articles matching pattern /
  762.                tagged articles to another newsgroup(s). Useful for
  763.                reposting from global to local newsgroups.
  764.  
  765.      zz         Mark article as unread.
  766.  
  767.      //         Article forward search.
  768.  
  769.      ??         Article backward search
  770.  
  771.      ||         Pipe current article / thread / auto selected (hot)
  772.                articles / articles matching pattern / tagged articles
  773.                into command.
  774.  
  775.      <<         Goto the first article in the current thread.
  776.  
  777.      >>         Goto the last article in the