home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 1 / 1665 / ReadMe < prev   
Encoding:
Text File  |  1990-12-28  |  1.8 KB  |  44 lines

  1. This is still another new and improved release of pcal.  The changes this
  2. time are:
  3.  
  4.     1) -r flag replaced by -l and -p to draw landscape and portrait mode
  5.        calendars respectively.
  6.  
  7.     2) -s and -S flags replaced by clearer and more flexible mechanism:
  8.        specify "-b DAY" to print all dates falling on weekday DAY in black,
  9.        "-g DAY" to print them in gray.  "-[b|g] all" prints all dates in
  10.        the selected color.  These options are cumulative: "-b all -g tue"
  11.        prints Tuesdays in gray and all other days in black.  Holidays are
  12.        printed in whichever color contrasts with the majority of days.
  13.  
  14.     3) Command-line flags (except -e and -f) may be specified in the
  15.        date file by including one or more lines of the form
  16.  
  17.         opt <options>
  18.  
  19.        where <options> is one or more valid command-line flags.  Any
  20.        flags specified in this manner override the defaults, but in
  21.        turn are overridden themselves by flags specified explicitly on
  22.        the command line (which is why both -l and -p are supported).
  23.        Specifying a flag without an argument on the command line resets
  24.        its value to the program default.
  25.  
  26.     4) The month and day names are in pcal.c, not in pcalinit.h - so
  27.        anyone attempting to change pcal to use a language other than
  28.        English need only change them in one place (for both printing
  29.        and date/flag parsing).
  30.  
  31.     5) The usage() message fits in a 24x80 screen (thanks to Jim
  32.        Prescott for suggesting this.)
  33.  
  34. The accompanying file called "ReadMe.orig" came with the original distribution
  35. as README and states this program is copyrighted but with permission to modify
  36. and redistribute.
  37.  
  38. Andrew W. Rogers
  39.  
  40. Additional note: This distribution includes a VMS HELP file written by
  41. Richard Dyson.  Countless other people worked on pcal long before me; see
  42. the ReadMe.orig file and topline comments in pcal.c.
  43.  
  44.