home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff319.lzh / CNewsSrc / cnews.orig.lzh / ROADMAP < prev   
Text File  |  1989-06-27  |  2KB  |  44 lines

  1. batch    Output batcher.  It should work with B News, but not as well --
  2.     it really wants to be told sizes of articles as well as names.
  3. conf    Configuration stuff, including the "build" shell program that
  4.     does most of the work of installing C News.
  5. contrib    Software from other contributors, possibly useful but not really
  6.     an official part of C News.
  7. doc    User documentation, including "install" which discusses how to
  8.     install C News.
  9. expire    Expire and friends, including history rebuilding and active-file
  10.     updating (neither of which is done by expire in C News).  Ought
  11.     to work with B News.  Fast, and permits control of expiry time
  12.     and such on a per-group basis.
  13. h    Header files for include (see below).
  14. hfake    Header files that your system ought to have but possibly doesn't,
  15.     for include (see below).
  16. include    Actually not in distribution -- "build" constructs this from h and
  17.     hfake as required.
  18. input    Input spooler and processing.  Includes the "rnews" that goes in
  19.     /bin or wherever.
  20. libsmall
  21. libbig    Libraries for a couple of key functions that care whether they
  22.     have a large address space to work with.
  23. libbsd42
  24. libusg
  25. libv7
  26. libv8    Libraries for details that are Unix-variety-specific.
  27. libc    Stuff that ought to be in your C library but probably isn't.
  28. libcnews    General C News library functions.
  29. libfake    Stuff that might be in your C library, but might not be.
  30. libstdio    Fast re-implementations of some crucial stdio functions.
  31.     These are compatible with most Bell-derived stdios, and quite a
  32.     bit faster than most of the pre-System-V ones (which includes
  33.     those of many 4BSD variants).
  34. man    Manual pages.
  35. misc    Miscellaneous internal utilities and maintenance programs.
  36. nntpdiffs    Amendments to NNTP version 1.5, for Internet users, to work
  37.     with C News history-file format and to be a good deal faster.
  38. notebook    The C News Implementor's Notebook -- pieces of documentation
  39.     aimed more at gurus than novices.
  40. relay    Relaynews and friends.  The heart of C News -- actual reception
  41.     and filing of articles.
  42. rna    A simple version of readnews (by Michael Rourke at UNSW) for
  43.     naive news users.
  44.