home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume4 / clock / README < prev   
Text File  |  1989-02-03  |  2KB  |  52 lines

  1. Clock displays a large 4-digit, 12-hour clock on the user's screen.  A
  2. line containing the hostname is displayed above the time and a line
  3. containing the full date and time is displayed after it.
  4.  
  5. Unlike another recent clock program posting, this program is
  6. stand-alone and does not depend on the presence or operation of any
  7. other program (e.g. System V banner).
  8.  
  9. The display is updated once every minute (low SBB overhead) by
  10. default.  If refresh_rate is specified, then the display is updated
  11. every refresh_rate seconds.  Clock will automatically synchronize
  12. itself to even minute, or fraction of minute boundaries.  The first
  13. refresh after the initial display will therefore probably be less than
  14. the default or specified refresh rate.  After that however, the updates
  15. will be very regular.
  16.  
  17. If clock is run under GNU Emacs terminal-emulator function, it will
  18. automatically use slightly fewer lines in order to fit the display
  19. window on a normal 24 line terminal.
  20.  
  21. The interrupt character ends the program and clears the screen.
  22.  
  23.  
  24.      Copyright (c) 1988 by George M. Sipe.  All rights reserved.
  25.  
  26. This software may only be redistributed without fee and without any
  27. other form of monetary gain (including sold, rented, leased, or
  28. traded), unless the express written permission of the copyright holder
  29. is obtained in advance.
  30.  
  31. This copyright notice must be reproduced in its entirety on all copies
  32. of this software.  Further, acknowledgment of the authorship of this
  33. software must not be removed from its current or derived
  34. documentation.
  35.  
  36. No expressed or implied warranty is made for this software.  No party
  37. connected with this software assumes any liability or responsibility
  38. for its use, the correctness of its operation, or its fitness for any
  39. purpose.
  40.  
  41. Any distributor of copies of this software shall grant the recipient
  42. permission for further redistribution as permitted by this notice.
  43.  
  44. Permission is hereby granted to copy, reproduce, redistribute and
  45. otherwise use this software as long as the conditions above are
  46. strictly adhered to.
  47.  
  48. NOTE:   This software was originally written by Jim Earenluindil
  49.     Trethewey and modified by George M. Sipe (rebel!george) to the
  50.     point where Jim would no longer recognize it.  No copyright
  51.     notices were embodied in the original net distribution.
  52.