home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Tools / screen / backspace / MailWatchView.2.0a.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  2.0 KB  |  72 lines

  1. MailWatchView - a BackSpace module
  2.  
  3.  
  4. Description:
  5. -----------
  6.     Names of users bounce around the screen like gas particles in a box.
  7. Generally, the names are dark gray however, the name changes color and 
  8. font to alert users of unread mail.  On color systems, the color of the
  9. name indicates the amount of unread mail.
  10.     The purpose of this module is to save users the trouble of logging
  11. in just to see if they have mail.
  12.     In the spirit of information provision, the time, day, and date are
  13. also available as bouncing names.
  14.     The module has become especially useful since the release of
  15. SpaceSaver by Christopher_Lane@Med.Stanford.EDU.  This replacement
  16. for loginwindow.app's ScreenSaver.bundle allows the root user to
  17. specify a BackSpace module to run on top of the login window.
  18.  
  19.  
  20. Location:
  21. --------
  22.     Should eventually find its way to 
  23. ftp://next-ftp.peak.org/pub/next/sources/screen/MailWatchView_2.0a.tar.gz
  24.  
  25. Installation:
  26. ------------
  27.  
  28. Download the archive MailWatchView_2.0a.tar.gz from the ftp site.
  29. Uncompress and unarchive the distribution:
  30.  
  31. > gnutar -xzf MailWatchView_2.0a.tar.gz
  32.  
  33. This will create a directory containing the source to MailWatchView
  34. (in another archive MWSource.tar.gz) and a compiled FAT version for
  35. Intel and Motorola harware, as well as a degenerate copy of this README
  36.  
  37. > make 
  38.  
  39. To install:
  40.  
  41. > cp -r MailWatchView.BackO ~/Library/BackSpaceViews
  42.  
  43. or, as root:
  44.  
  45. > cp -r MailWatchView.BackO /LocalLibrary/BackSpaceViews
  46.  
  47. If you want to re-compile or modify the source.  It's easiest
  48. to build the BackModule from within ProjectBuilder.  Simply open
  49. PB.project, choose Install from the target popup and build.
  50.  
  51. Release 2.0
  52.  
  53. Added cool new inspector panel.
  54. Added new adjustments for Energy, NoMailGray, Colors, and Fonts.
  55. Added NeXTstep help
  56. Added calender functions.
  57.  
  58. Release 2.0a
  59.  
  60. Fixed bugs:
  61.  
  62. Empty Namelist causes creation of uninitialized user
  63. Possible memory error with > 30 users
  64. Module uninitialized with BackSpace's "All" option
  65. Annoying warning panel for Fiend.app users
  66.  
  67. 2/24/96
  68. Robert Lutwak
  69. MIT Atomic Resonance Laboratory
  70. robert@amo.mit.edu
  71.  
  72.