home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / hack / hackkit.README < prev    next >
Encoding:
Text File  |  1991-06-21  |  5.1 KB  |  116 lines

  1. Information on the files found in /freebies:
  2.  
  3. .emacs            : the GNU Emacs setup I use to edit C code
  4. Read.me            : this file
  5. abacus      abacus.6    : a very user friendly calculator
  6. checkers  checkers.6    : a checkers game
  7. dis      dis.1        : Mach object file disassembler
  8. epsview      epsview.1    : very fast Encapsulated PostScript viewer
  9. eyes      eyes.6    : well-known hack
  10. iconclock iconclock.1    : alterable clock in the icon
  11. magnify      magnify.1    : magnify screen images
  12. maze            : run this on a VT100 emulator
  13. melt.ps            : type "psh melt.ps", hit mouse to quit
  14. nilist      nilist.1    : incomplete text-based netinfo utility
  15. pasteboard pasteboard.1    : utility to get/set pasteboard from shell
  16. psencode  psencode.1    : compress PostScript into DPS Binary Encoding
  17. psh      psh.1        : talk to PostScript server
  18. puzzle      puzzle.6    : tile puzzle
  19. qix            : draws qix on screen, move mouse for exit
  20. qubic      qubic.6    : 4x4x4 tic tac toe
  21. see            : type file in ^X notation
  22. sinkdock.ps        : type "psh sinkdock.ps", see comments.
  23. source/            : source code for selected programs
  24. strings            : replacement for Unix "strings" program
  25. tifftomac tifftomac.1    : convert a .tiff bitmap to a MacPaint file.
  26. tiffview  tiffview.1    : display .tiff file very fast
  27.  
  28. ======================================================================
  29.  
  30. *.1, *.2, etc are "man" pages.  These describe the programs and are
  31. designed to be placed in /usr/man/man*.  You can also peruse them
  32. directly by typing:
  33.  
  34.     nroff -man dis.1 | more
  35.  
  36. And you can print them out quite easily with:
  37.  
  38.     ptroff -man dis.1
  39.  
  40. ======================================================================
  41.  
  42. All of these programs REQUIRE THE RIGHT MOUSE BUTTON TO BE ENABLED.
  43. To enable the right mouse button, run "Preferences", click on the
  44. picture of the mouse, then click on the "Enabled Disabled" button
  45. until the word "Enabled" is black and "Disabled" is gray.  If you are
  46. actually confused by there being more than one button on the mouse,
  47. you have my sympathy.
  48.  
  49. These programs use "pop-up menus" exclusively.  To pick an item off a
  50. pop-up menu, point the mouse at a program's window, press the right
  51. button on the mouse, drag to the item you wish to pick, then let go.
  52. You can do this to any of these programs irregardless of what is the
  53. "active application".
  54.  
  55. Pop-up menus are in my opinion a vastly superior UI.  They do not take
  56. any screen space, and require much less mouse movement, they allow
  57. menus to depend on where you click, allow items to be dynamically
  58. added/removed from menus without tedious redrawing, remove the need to
  59. check which program/window is "active", delay creation of the menus
  60. until the user wishes to use them, etcetera.  My hope is that forcing you
  61. to use them for these simple little programs will get you to
  62. appreciate their benefits.
  63.  
  64. ======================================================================
  65.  
  66. Permission is granted to distribute the software or source code,
  67. or modified versions thereof, provided:
  68.  
  69. 1: The original Copyright messages are not disturbed.
  70. 2: No fee is charged for such copying and distribution.
  71.  
  72. If you like these programs, a donation of $40 would be appreciated.
  73. If you include several formatted 3.5 inch disks or a formatted Optical
  74. Disk I will send them back to you with all the latest versions of
  75. everything I have written.
  76.  
  77. If you have made enhancements to this code, or have suggestions
  78. for it, I would like to hear from you.  Please send a message!
  79.  
  80.     Bill Spitzak
  81.     6227 Orange Street
  82.     Los Angeles, CA 90048
  83.  
  84.     Spitzak @ mcimail.com
  85.  
  86. ALL SOURCE CODE, EXECUTABLES, AND IMAGES COPYRIGHT 1991 BY BILL SPITZAK.
  87.  
  88. THIS SOFTWARE IS FREE.  NO PORTION MAY BE SOLD OR OTHERWISE
  89. DISTRIBUTED IN EXCHANGE FOR ANY COMPENSATION.  NO MODIFIED VERSIONS,
  90. SOFTWARE DERIVED FROM THIS SOURCE CODE, OR OTHER USES MAY BE SOLD OR
  91. DISTRIBUTED FOR ANY COMPENSATION.  THIS SOFTWARE MAY, HOWEVER, BE
  92. FREELY REDISTRIBUTED (IN FACT THIS IS ENCOURAGED) PROVIDED ALL
  93. SUPPLIED SOURCE CODE IS INCLUDED AND THIS MESSAGE IS NOT DISTURBED.
  94.  
  95. ABSOLUTELY NO WARRANTY, TO THE EXTENT PERMITTED BY APPLICABLE STATE
  96. LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING, BILL SPITZAK AND/OR
  97. OTHER PARTIES PROVIDE THESE PROGRAMS "AS IS" WITHOUT WARRANTY OF ANY
  98. KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
  99. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  100. PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  101. PROGRAM IS WITH YOU.  SHOULD THE PROGRAMS PROVE DEFECTIVE, YOU ASSUME
  102. THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
  103.  
  104. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW WILL BILL SPITZAK AND/OR
  105. ANY OTHER PARTY WHO MAY MODIFY AND REDISTRIBUTE THESE PROGRAMS AS
  106. PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY LOST
  107. PROFITS, LOST MONIES, OR OTHER SPECIAL, INCIDENTAL OR CONSEQUENTIAL
  108. DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE (INCLUDING BUT NOT
  109. LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES
  110. SUSTAINED BY THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH
  111. OTHER SOFTWARE) THE PROGRAM, EVEN IF YOU HAVE BEEN ADVISED OF THE
  112. POSSIBILITY OF SUCH DAMAGES, OR FOR ANY CLAIM BY ANY OTHER PARTY.
  113.  
  114. THIS SOFTWARE IS NOT SUPPORTED IN ANY WAY BY ACTIVE INGREDIENTS INC.
  115. OR ANY AFFILIATED COMPANIES.
  116.