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

  1. This directory contains the executables you'll need to communicate
  2. with other UUCP/UUPC machines, and some news-handling programs.  First,
  3. let me say that the ".sh" files are shell scripts written for Dillon's
  4. Shell.  Similar scripts should be (easily?) possible for WShell, ASH, and
  5. others.
  6.  
  7. The shell scripts have comments at the beginning of each file.
  8.  
  9. rwxda    688      onefile.sh           11 Dec 1989 22:16 
  10. rwxda   1067      setup.sh             11 Dec 1989 22:21 
  11. rwxda    678      batch.sh             11 Dec 1989 22:13 
  12.  
  13. These binaries are responsible for the communication and mail handling
  14. between two or more machines:
  15.  
  16. rwxda    228      aliases              11 Dec 1989 22:24 
  17. rwxda  18260      mailx                 3 Dec 1989 01:13 
  18. rwxda  19676      pccp                  3 Dec 1989 01:13 
  19. rwxda  33264      uupc                  3 Dec 1989 01:12 
  20.  
  21. The aliases file is actually a shell script which contains mail address
  22. aliases, i.e. translations from common names to e-mail addresses.
  23. The mailx program is a simple mail reader.  IT IS NOT "mailx"!!  I had
  24. to pick a different name, however, since the directory where I kept
  25. incoming mail was called "Mail"...  Sorry for any confusion.  Pccp is
  26. the replacement for the "uucp" command on UN*X -- it is for queuing
  27. file transfer requests through the UUPC system.  And last but not least,
  28. uupc is the actually communication program.  It dials the other system,
  29. arbitrates the UUCP protocols, transfers any files, and records the
  30. transactions for that session.
  31.  
  32. These files deal directly with the distribution of incoming NetNews.
  33.  
  34. rwxda  32600      relaynews             3 Dec 1989 01:13 
  35.  
  36. Relaynews is responsible for reading an ASCII news file and spreading
  37. the data to the various newsgroups.  It knows how to parse the "active"
  38. file, the "history" file(s), and the "sys" file.
  39.  
  40. The remainder of these files are for support.
  41.  
  42. rwxda  16016      acomp                 3 Aug 1989 16:31 
  43. rwxda  21804      atar                  3 Aug 1989 18:26 
  44. rwxda   4188      unshar2              20 May 1989 00:42 
  45. rwxda   9264      uudecode              3 Dec 1989 01:12 
  46. rwxda   7028      uuencode              3 Aug 1989 20:12 
  47.  
  48. Acomp is an Amiga-ized version of compress.  It dynamically allocates
  49. memory for either compression or decompression.  Basically, that means
  50. that while data may have been compressed at 16-bits, you may be able
  51. to uncompress it at less, therefore allowing this version to run on
  52. systems with less available memory (although I now have 2.5MB and don't
  53. have to worry about memory anymore :-).  Atar is an attempt at simulating
  54. the UN*X tar command on the Amiga.  This command provides for both creating
  55. and extracting tar archives.  USE THIS WITH CAUTION!!  I have been using
  56. it for quite some time, but I've noticed flaky behavior on occasion --
  57. exactly what the occasion is, I can't say...  So, just beware.  Unshar2
  58. is the latest un-shar package that I got off the net (sometime during the
  59. summer of '89?)  Uu{de,en}code are the old standbys.  The decoder works
  60. well, but I'd like to see one that accepted a list of file names.  As
  61. it is, you have to "cat" all the files together and then run'em through
  62. uudecode (unless you have a working PIPE)...
  63.