home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 1 / GoldFishApril1994_CD2.img / d4xx / d473 / cnewssrc / cnews_src.lzh / ROADMAP < prev    next >
Text File  |  1990-05-28  |  2KB  |  48 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. input    Input spooler and processing.  Includes the "rnews" that goes in
  25.     /bin or wherever.
  26. libsmall
  27. libbig    Libraries for a couple of key functions that care whether they
  28.     have a large address space to work with.
  29. libbsd42
  30. libusg
  31. libv7
  32. libv8    Libraries for details that are Unix-variety-specific.
  33. libc    Stuff that ought to be in your C library but probably isn't.
  34. libcnews    General C News library functions.
  35. libfake    Stuff that might be in your C library, but might not be.
  36. libstdio    Fast re-implementations of some crucial stdio functions.
  37.     These are compatible with most Bell-derived stdios, and quite a
  38.     bit faster than most of the pre-System-V ones (which includes
  39.     those of many 4BSD variants).
  40. man    Manual pages.
  41. misc    Miscellaneous internal utilities and maintenance programs.
  42. notebook    The C News Implementor's Notebook -- pieces of documentation
  43.     aimed more at gurus than novices.
  44. relay    Relaynews and friends.  The heart of C News -- actual reception
  45.     and filing of articles.
  46. rna    A simple version of readnews (by Michael Rourke at UNSW) for
  47.     naive news users.
  48.