home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / hobby / palmoon / palmoon.EXE / README.ORIG.TXT < prev    next >
Encoding:
Text File  |  2000-05-15  |  1.0 KB  |  31 lines

  1.  
  2.                      A Moon for the Sun, Release 2.0
  3.  
  4. What good is a Sun without a Moon?  This program implements a Suntool which
  5. displays the current phase of the Moon when iconic, and lots of information
  6. about the Sun and Moon when open.  This has been tested on a Sun 3/260
  7. under Sun 3.4, and a Sun 4/260, also under release 3.4.
  8.  
  9. The program was written by:
  10.  
  11.        John Walker
  12.        Autodesk, Inc.
  13.        2320 Marinship Way
  14.        Sausalito, CA  94965
  15.        (415) 332-2344 Ext. 829
  16.  
  17.        Usenet: {sun!well}!acad!kelvin
  18.  
  19. This program is in the public domain: "Do what thou wilt shall be the
  20. whole of the law".  I'd appreciate receiving any bug fixes and/or
  21. enhancements, which I'll incorporate in future versions of the
  22. program.  Please leave the original attribution information intact so
  23. that credit and blame may be properly apportioned.
  24.  
  25. Sources for the algorithms used by the program are cited in the comment
  26. at the beginning of moontool.c.
  27.  
  28. The tool is built with the command:
  29.  
  30. cc -O moontool.c -o moontool -lm -lsuntool -lsunwindow -lpixrect
  31.