home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / tass34x5.zip / Tass.man < prev    next >
Text File  |  1993-12-06  |  4KB  |  112 lines

  1. ..TH TASS 1A
  2. ..SH NAME
  3. tass, rtass \- Visual threaded Usenet news reader
  4. ..SH SYNOPSIS
  5. ..nf
  6. tass [-b] [-u] [-f newsrc-file] [newsgroups]
  7. rtass [-b] [-u] [-f newsrc-file] [newsgroups]
  8. ..fi
  9. ..SH DESCRIPTION
  10. Tass is a full screen threaded Usenet newsreader.
  11. Tass has three newsreading levels:
  12. the newsgroup selection page, the group index page and the article viewer.
  13. Use the 'h' (help) command to view a list of the commands available at a
  14. particular level.
  15. ..PP
  16. On startup Tass will show a list of the newsgroups found in $HOME/.newsrc.
  17. An arrow will point to the first newsgroup.  Move the arrow by either using
  18. the terminal arrow keys or 'j' and 'k'.  Control-D will page down, control-U
  19. will page up.  Enter a newsgroup by pressing RETURN.
  20. ..PP
  21. The TAB key may be used to advance to the next newsgroup with unread articles
  22. and enter it.  TAB from the newsgroup index page will progress through unread
  23. articles.  After having read all of the new articles in a group, TAB will
  24. then advance to the next newsgroup with unread articles.
  25. ..PP
  26. rtass will attempt to connect to the NNTP port on the machine named in the
  27. environment variable NNTPSERVER or contained in the file /etc/nntpserver.
  28. rtass will index somewhat slower because the articles must be retrieved
  29. via the NNTP protocol.
  30. ..PP
  31. Refer to the Tass help screens for further commands.
  32. ..SH TASS INDEX FILES
  33. In order to keep track of threads, Tass maintains an index for each group.
  34. If Tass is made setuid to news, the indexes will be stored in the news spool
  35. directory (typically /usr/spool/news).  If
  36. Tass is not setuid, it will store
  37. index files in the user's home directory, in a subdirectory called .tindx.
  38. ..PP
  39. Entering a group the first time tends to be slow because the index file must
  40. be built from scratch.  Subsequent readings of a group will cause
  41. Tass to incrementally update the index file, adding or removing entries as new
  42. articles come in or as news expires.
  43. ..PP
  44. Tass may be run in update mode (the -u option) to update a series of groups
  45. at one time.  tass -u is usually run from cron.
  46. ..PP
  47. Do not make rtass setuid news since news will be obtained via NNTP and not
  48. from /usr/spool/news.
  49. ..SH SIGNATURES
  50. Tass will recognize a signature in either $HOME/.signature or $HOME/.Sig.
  51. If .signature exists, then the signature will be pulled into the editor
  52. for Tass mail commands.  A signature in .signature will not be pulled
  53. into the editor for posting commands since the inews program
  54. will append the signature itself.
  55. ..PP
  56. A signature in .Sig will be pulled into the editor for both posting
  57. and mailing commands.
  58. ..SH "ENVIRONMENT VARIABLES"
  59. ..TP
  60. EDITOR
  61. Which editor to use.  Defaults to /usr/bin/vi unless your administrator has
  62. changed it.
  63. ..TP
  64. SHELL
  65. Which shell to use for sub-shells.  Usually set as your login shell
  66. automatically; otherwise defaults to /bin/sh.
  67. ..TP
  68. TASS_BACKWARDS
  69. Users uncomfortable with newsreaders other than rn may set the environment
  70. variable TASS_BACKWARDS, which will switch the following pairs of keys:
  71.  
  72. ..nf
  73.         space and tab
  74.         n and N
  75.         p and P
  76. ..fi
  77.  
  78. Invoking tass with -b has the same effect as setting TASS_BACKWARDS.
  79. ..SH OPTIONS
  80. ..I Tass
  81. recognizes the following options:
  82. ..TP
  83. -b
  84. Turns on the TASS_BACKWARDS option (see above).
  85. ..TP
  86. -f file
  87. Use the indicated file in place of $HOME/.newsrc.
  88. ..TP
  89. -u
  90. Run Tass in update mode.  Tass will make indexes current for every group
  91. in its .newsrc.
  92.  
  93. A good way to keep Tass index files current is to run tass -u from cron:
  94.  
  95. ..nf
  96. 20 6 * * *    /usr/local/bin/tass -u -f /usr/lib/news/tass_groups
  97. ..fi
  98.  
  99. This would update the index files for those groups appearing in
  100. /usr/lib/news/tass_groups.  To index all of the groups on the system,
  101. run tass -u with -f indicating the active file:
  102.  
  103. ..nf
  104. 20 6 * * *    /usr/local/bin/tass -u -f /usr/lib/news/active
  105. ..fi
  106.  
  107. ..SH AUTHOR
  108. ..nf
  109. Rich Skrenta
  110. skrenta@blekko.commodore.com or skrenta@blekko.uucp.
  111. ..fi
  112.