home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / CNEWS / _CNEWS.TAR / usr / doc / cnews / ROADMAP < prev    next >
Encoding:
Text File  |  1994-09-02  |  2.3 KB  |  49 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. dbz    a faster replacement for dbm for news programs which generates smaller
  8.     database files than dbm.
  9. doc    User documentation, including "install" which discusses how to
  10.     install C News.  Although the documentation is supplied as troff
  11.     sources, no complex formatting is used and it should be quite
  12.     readable even if you don't have a troff to format it.  We supply
  13.     preformatted output for doc/install, as doc/install.out, just
  14.     as a precaution.
  15. expire    Expire and friends, including history rebuilding and active-file
  16.     updating (neither of which is done by expire in C News).  Ought
  17.     to work with B News.  Fast, and permits control of expiry time
  18.     and such on a per-group basis.
  19. h    Header files for include (see below).
  20. hfake    Header files that your system ought to have but possibly doesn't,
  21.     for include (see below).
  22. include    Actually not in distribution -- "build" constructs this from h and
  23.     hfake as required.
  24. inject    front-end for relaynews to massage posted articles into RFC compliance
  25. input    Input spooler and processing.  Includes the "rnews" that goes in
  26.     /bin or wherever.
  27. libsmall
  28. libbig    Libraries for a couple of key functions that care whether they
  29.     have a large address space to work with.
  30. libbsd42
  31. libusg
  32. libv7
  33. libv8    Libraries for details that are Unix-variety-specific.
  34. libc    Stuff that ought to be in your C library but probably isn't.
  35. libcnews    General C News library functions.
  36. libfake    Stuff that might be in your C library, but might not be.
  37. libstdio    Fast re-implementations of some crucial stdio functions.
  38.     These are compatible with most Bell-derived stdios, and quite a
  39.     bit faster than most of the pre-System-V ones (which includes
  40.     those of many 4BSD variants).
  41. man    Manual pages.
  42. misc    Miscellaneous internal utilities and maintenance programs.
  43. notebook    The C News Implementor's Notebook -- pieces of documentation
  44.     aimed more at gurus than novices.
  45. relay    Relaynews and friends.  The heart of C News -- actual reception
  46.     and filing of articles.
  47. rna    A simple version of readnews (by Michael Rourke at UNSW) for
  48.     naive news users.
  49.