home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / workspace / Unknown.README < prev    next >
Encoding:
Text File  |  1989-10-09  |  2.2 KB  |  32 lines

  1. Unknown is a no-op application when launched but its existence in the application search path causes a number of new icons to be defined for file types that don't already have them.  For example, it defines icons for the '.c', '.h', etc. files in place of the default text document icon, however launching these documents still invokes the Edit application.  The Unknown application defines icons for the binary '.o', '.a', etc. files also, but launching them will no longer invoke the text editor--invoking these will now bring up the Unknown icon and quit.  Adding icons for files has some other side effects as well--it makes it possible to select '.c', '.h', etc. files in the 'View>Filter..' window of the Workspace Manager.
  2.  
  3.  
  4. INSTALLATION
  5.  
  6. To use the program, put the Unknown application in the /LocalApps, or your personal ~/Apps, directory and then either use the 'Utilities>Find Applications' Workspace Manager menu item or logout and login to see the additional icons.
  7.  
  8.  
  9. ADDING ICONS & MAPPINGS
  10.  
  11. To add your own icons and 'owner' application mapping, create an appropriate (48x48) tiff file whose name is the same as a file extension and add it to the /tiff subdirectory of the Unknown source directory.  Then, edit the file Unknown.icondata and add an entry of the form 'extension<TAB>application<NL>', the file has several examples.
  12.  
  13. Then do:
  14.  
  15. make files   # To generate the Makefile.preamble and Unknown.iconheader files
  16. make         # To rebuild the Unknown application itself
  17. make install # To add the program to /LocalApps
  18. make clean   # To clean up afterwards
  19.  
  20.  
  21. SUBMITTING ICONS
  22.  
  23. This is only a preliminary release of the Unknown application.  I hope the icons increase and change (as others who are more artistically inclined get interested).   People with potential additions should send me mail.
  24.  
  25.  
  26. MISC
  27.  
  28. In theory, if one were to extract Macintosh icons and add them in as well and keep files on the NeXT (or any NFS mounted Unix host) via aufs using standard file extensions, one could view Macintosh directories from either the Macintosh or NeXT file browser (in icon mode) and see the same view.  I don't plan to pursue this, however.
  29.  
  30. - Christopher Lane(lane@sumex-aim.stanford.edu) 9/1/89
  31. - revised for 1.0 10/9/89 - cdl
  32.