home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d318 / cnewsbin.lha / CNewsBin / cnews.bin.lzh / News / AAA-README next >
Text File  |  1990-02-06  |  2KB  |  49 lines

  1. For reading news, I have provided a Data! file which I use with Rick
  2. Stiles UEdit (shareware) editor.  It allows only Next / Prev article,
  3. but it works for me!  Start UEdit with:
  4.  
  5.     [run] uex -dDataRN
  6.  
  7. If you're not using UEX (spelling checker version), replace "uex" with
  8. "ues" (shareware version) or "ue" (basic UEdit).
  9.  
  10. ------------------------------------------------------------------------
  11.  
  12. Below is a skeleton of the headers required for a posting to make it
  13. through the network.  The procedure I use to send a posting is as follows:
  14.  
  15. Enter the mailer and send mail to a "feedsite!news".  Enter the text of
  16. the posting (may be convenient to copy the original posting into the
  17. mailer buffer).  Afte exiting the mailer, change directory to the spool
  18. directory of the UUPC package.  Edit the D.feedsite* file which contains
  19. your posting.  Add or change the headers to include those that appear in
  20. the "postings" file (described below).  Determine the size of the finished
  21. text (I usually exit the editor and use "DIR", but your mileage may vary).
  22. Then edit that file again and insert a line at the beginning of the file
  23. which reads:
  24.  
  25. #! rnews ####
  26.  
  27. Where "<size>" is the number of bytes in the text, before adding this line.
  28. Now you can modify the "D.whoami*" file (take out the 'whoami' and put in
  29. you system's name) and change the last line from "C rmail news"
  30. to "C rnews".  When the feeder site gets your message, it will run "rnews"
  31. with your posting as stdin.  The first line will tell it how big the
  32. article is, and it goes from there.  If you're *REAL* careful about
  33. the "#! rnews" sizes, you can put more than one article in a single
  34. mail file.  This is how C-News actually works (alas, this isn't yet
  35. implemented on the Amiga, but it will be soon :-)
  36.  
  37. Path: <name of your machine -- nodename>
  38. From: <filled in by the mailer>
  39. Newsgroups: <fill this in as appropriate>
  40. Subject: <filled in by the mailer>
  41. Summary: <fill this in as appropriate>
  42. Message-ID: <filled in by the mailer>
  43. Date: <filled in by the mailer>
  44. Followup-To: <fill this in as appropriate>
  45. Organization: <fill this in as appropriate>
  46.  
  47. Eventually there will be a posting program available which is integrated
  48. into this package.  Look for an update in 6-8 months.
  49.