home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / RXNEWS1A.ZIP / intro.rxn < prev    next >
Text File  |  1993-04-19  |  4KB  |  112 lines

  1. Welcome to RexxNews, a NNTP newsreader client for OS/2 2.x
  2. -----------------------------------------------------------
  3.  
  4. RexxNews was written by Albert Crosby <acrosby@uafhp.uark.edu>.
  5.  
  6. RexxNews is a simple tool for reading UseNet news for OS/2 2.x.
  7.  
  8. Unlike most Unix newsreaders, RexxNews is completely command driven.  However,
  9. if you are familiar with RN or NN on Unix, you should find your way around
  10. fairly readily.
  11.  
  12. When the --MORE-- prompt is displayed on the bottom of the screen, you can 
  13. press any of the following keys:
  14.  
  15. <Enter>        display the next screen
  16. <T>            return to the top of the list or article
  17. <U>            back up one screen in the list or article
  18. <Q>            stop displaying the current list or article
  19.  
  20. Any other key will advance one screen.
  21.  
  22.  
  23.  
  24. INTRODUCTION TO REXXNEWS:
  25. =========================
  26.  
  27. RexxNews is a simple NNTP client for reading Usenet news from an NNTP server.
  28.  
  29. This guide is not really intended (at this time) as a guide to Usenet News, 
  30. but as an introduction to the RexxNews news reader.  
  31.  
  32. All of the RexxNews commands are case insensitive.  Frequently, the shortest
  33. part of a command that will be accepted will be printed in upper case, such as
  34. Article or Quit.
  35.  
  36. Finding the Groups You Want to Read
  37. -----------------------------------
  38.  
  39. RexxNews has a command that makes finding the group you want easier:
  40. the SEARCH command.  If you've never read news before, you may want to
  41. start by typing SEARCH GROUPS FOR <subject> where subject is one word that
  42. interests you, like "comp" or "os2".  After a few moments, a list of all
  43. newsgroups whose name contains <subject> will be displayed.
  44.  
  45. Moving to a Group You Want to Read
  46. ----------------------------------
  47.  
  48. To 'enter' a group, issue the command GROUP <group-name> (or just G for GROUP).
  49. When you enter a group, a list of subjects for unread articles in the group 
  50. will be displayed.  (RexxNews can be configured to not display this list.)  
  51. You can display the first article in a group with the 'DISPLAY' command (or
  52. just D for DISPLAY).
  53.  
  54. When you move to a group for the second time, RexxNews will automatically
  55. place the current article pointer at the first unread article.
  56.  
  57. Displaying an Article You Want to Read
  58. --------------------------------------
  59.  
  60. RexxNews lists and displays articles using their article number at the site.
  61. After the list of articles in a group is displayed, the 'article pointer'
  62. points to the first article.  You can display the current article with the
  63. 'Display' command.  DISPLAY followed by an article number will display that
  64. article and move the article pointer.
  65.  
  66. You can move forward and backwards through the articles with the NEXT and LAST
  67. commands.  These commands move the article pointer and display the next (or
  68. previous) article.
  69.  
  70. Newsrc files
  71. ------------
  72.  
  73. If you read news on a Unix system using the same NNTP server that you will use
  74. with RexxNews, you can copy your .newsrc file from your Unix machine to the
  75. PC.  By default, RexxNews expects to find the newsrc file in the directory
  76. pointed to by the %etc% variable and named 'newsrc'.  (It is possible to change
  77. the location RexxNews looks for the newsrc file.)
  78.  
  79. Leaving RexxNews
  80. ----------------
  81.  
  82. The Quit command will exit RexxNews and return you to the OS/2 prompt.  It will
  83. also update your newsrc file.
  84.  
  85. If you wish to leave RexxNews without updating your newsrc file, use the
  86. EXIT command.
  87.  
  88. Learning more about RexxNews
  89. ----------------------------
  90.  
  91. The best (for now, only) place to look for help with RexxNews is in the HELP
  92. files.  Inside RexxNews, the help files are displayed with the HELP command.
  93.  
  94. HELP TOPICS will display a list of the available help files.
  95.  
  96. At the OS/2 prompt, the help files are all named <topic>.rxn, as in INTRO.RXN
  97. for the file you are currently viewing.
  98.  
  99. Making RexxNews Comfortable for the RN users among us...
  100. ========================================================
  101.  
  102. Some of this will obviously wait until the next version.  But there's already
  103. one feature that is easy to take advantage of -- whenever an article is
  104. displayed on the screen, you can press 'N' to move to the 'Next' article and
  105. 'L' to move to the 'Last' article.
  106.  
  107. Currently, RexxNews reads articles exclusively in the order they were received
  108. by the NNTP host.
  109.  
  110. The default RexxNews options should be reasonably comfortable for persons
  111. accustomed to Unix news readers.
  112.