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

  1. > Albert,
  2. > On 14 Apr 1993 15:16:05 GMT you said:
  3. > >I'm working on a newsreder for OS/2 written in REXX.  Our local nntp server is
  4. > >version 1.5.10.
  5. > Hey, great!  First major application of REXX I've heard of!
  6. > Are you interested in taking part in the "Free REXX for Unix"
  7. > discussion panel at the REXX Sympos coming 18-20 May (in San Diego,
  8. > Calif)?
  9. > Regards.
  10. > $$\
  11.  
  12. Unfortunately, I'll be in Arkansas at the time... :-(
  13.  
  14. I'm just about ready to roll out a first version of my nntp client. 
  15. Primitive, but workable.  It's present incarnation is completely command
  16. driven.  
  17.  
  18. =====
  19. RexxNews v. 0.9 for OS/2 2.x using rxSock
  20.  Written by Albert Crosby
  21.  
  22. A NNTP NewsReader Client in REXX
  23.  
  24. Processing newsrc file...
  25. 1747 groups loaded.
  26.  
  27. Connecting to server...
  28. 200 uafhp.uark.edu NNTP server version 1.5.10 (2 September 1990) ready at Fri
  29. Apr 16 14:44:10 1993 (posting ok).
  30.  
  31. Enter RexxNews command (or help or quit)
  32. help
  33.  
  34. RexxNews v. 0.9 Help
  35.  
  36. commands:
  37.  
  38. 'q'uit      - quit and update newsrc
  39. 'g'roup     - change to a particular group
  40. 'article'   - display an article
  41. 'n'ext      - advance to next article
  42. 'l'ast      - go back to last article
  43. 'head'      - display only the header of the current article
  44. 'body'      - display only the body of the current article
  45. 'new'groups - display groups created since last newsrc update
  46.               or since yymmdd hhmmss
  47. 'su'bjects  - display a list of subjects in current group
  48.               (all subjects or a range of articles)
  49. 'au'thors   - display a list of authors in current group
  50.               (all subjects or a range of articles)
  51. 'de'tails   - display information about the current group
  52. 'set'       - display various configuration items
  53. 'sea'rch    - search headers in current group for an string
  54.  
  55. The commands can be abbreviated to the quoted string.  Some commands have
  56. an alias such as 'd'isplay for article.
  57.  
  58. When the ---MORE--- prompt is displayed, the following keys can be used:
  59.    q  - quit reading
  60.    u  - back up 1 screen
  61.    t  - top
  62. Pressing the enter key advances one line, any other key advances one screen.
  63.  
  64. Enter RexxNews command (or help or quit)
  65. g comp.os.os2.misc
  66.  
  67. comp.os.os2.misc (11649-12176) --- Current article 11736 [440 remaining]
  68. Enter RexxNews command (or help or quit)
  69.  
  70. ====
  71.  
  72. Options include showing the newgroups since last connect when contacting a
  73. server and displaying the current article immeadieately upon entering a group.
  74.  
  75. A 'save' command should be added before release:
  76.  
  77. followup and post may be added as well - they should be easy to add.  They may
  78. have to wait until the second release, though.
  79.  
  80. Currently, there is no subscribe/unsubscribe mechanism, though that
  81. information is kept in the newsrc file.  The newsrc code can parse a unix
  82. style newsrc, but only uses the highest article read.  When the newsrc file is
  83. written, it contains lines like these:
  84.  
  85. comp.os.os2.misc: 1-12000
  86. comp.os.os2.networking! 1-1234
  87. comp.os.os2.ver1x 1-23
  88.  
  89. The last line may be a problem --- RexxNews doesn't care about subscribed
  90. groups at present.
  91.  
  92. A subscribed groups concept may be added through a 'nextgroup' command.  This
  93. would go to the first and then next groups currently marked as subscribed that
  94. contain articles.
  95. --
  96. Albert Crosby          | Microcomputer & Network Support | WANTED: any good 
  97. acrosby@uafhp.uark.edu |   University of Arkansas        | "Intro To The Net
  98.  or AL.CROSBY on GENIE |     College of Agriculture And  | For Newbies" guides
  99. 1 501 575 4452         |       Home Economics            | (email for mine...)