home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / NEXTSTEP / tools / workspace / open.1.0.README < prev    next >
Encoding:
Text File  |  1997-06-04  |  3.9 KB  |  83 lines

  1.  
  2. See the manpage for further details on what `open' is and what it can do
  3. for you (to have a quick look at the manpage, you may issue the following
  4. command in a shell: `nroff -man open.1 | more')
  5.  
  6. Please note that this project has absolutely no relation to NeXT!
  7.  
  8.  
  9. Installation:
  10.  
  11. If you have received the binary package (open.x.y.NI.b.pkg) you can install
  12. open with Installer.app. This procedure will install the binary (open),
  13. several links to it (appopen, unhide, run, Edit and Emacs[1]) and manpages
  14. for open, appopen, unhide and run.
  15.  
  16. If you have received the source package you can either use ProjectBuilder
  17. to install open or issue the following command in a shell: `make install'
  18. This will install the binary (open) and its manpage. To install the
  19. above mentioned links and other manpages, you will need to build the
  20. `installextras' target. To do so, either add a target `installextras'
  21. in ProjectBuilder or use the following command in a shell: `make
  22. installextras'
  23.  
  24. If you use a newer version of tcsh, you may want to include these lines
  25. in your `.tcshrc'. These will change the behavior of the listing and
  26. file-completion in tcsh. You will need to customize the list of hosts you
  27. want to use together with -NXHost. (substitute 'host1 host2')
  28.  
  29. set        nexthosts= (host1 host2)
  30. set        nextapps=`/bin/ls -1 ~/Apps /LocalApps /LocalDeveloper/Apps /NextAdmin /NextApps /NextDeveloper/Apps /NextDeveloper/Demos |& grep '\.app$' | sort -u | sed 's/\.app$//g' `
  31. complete    appopen 'p/1/$nextapps/' 'n/-a/$nextapps/' 'n/-NXHost/$nexthosts/' 'c/-/(a o p NXHost unhide nostat wait temp)/' 'n/*/f/'
  32. complete    unhide 'p/1/$nextapps/' 'n/-a/$nextapps/' 'n/-NXHost/$nexthosts/' 'c/-/(a o p NXHost unhide nostat wait temp)/' 'n/*/f/'
  33. complete    run 'p/1/$nextapps/' 'n/-a/$nextapps/' 'n/-NXHost/$nexthosts/' 'c/-/(a o p NXHost unhide nostat wait temp)/' 'n/*/f/'
  34. complete    open 'n/-a/$nextapps/' 'n/-NXHost/$nexthosts/' 'c/-/(a o p NXHost unhide nostat wait temp)/' 'n/*/f/'
  35.  
  36.  
  37. Distribution:
  38.  
  39. open must only be distributed free of charges. (for other ways of
  40. distribution you have to get my written consent) You are only allowed to
  41. distribute unmodified copies of this software. You may distribute modified
  42. copies if you unmistakably mark them as such. You are only allowed to
  43. distribute this software in a bundle (compressed tar archive or any other
  44. archiving/compressing method with similar purpose) including all files that
  45. are part of this software package (open.m open.h open.1 open.info appopen.1
  46. Makefile Makefile.postamble Makefile.preamble PB.project)
  47.  
  48.  
  49. Warranty:
  50.  
  51. - Limited Warranty:
  52.     This software is provided 'as is' without warranty of any kind, either
  53.     expressed or implied, including, but not limited to, the implied
  54.     warranties of merchantability and fitness for a particular purpose. The
  55.     entire risk as to the quality and performance of the program is with
  56.     you. Should the program prove defective, you assume the cost of all
  57.     necessary servicing, repair or correction.
  58.  
  59. - No Liability For Consequential Damages:
  60.     In no event will Christian Limpach, anyone who was involved in the
  61.     creation or who redistributed the program as permitted, be liable
  62.     to you for damages, including any general, special, incidental or
  63.     consequential damages arising out of the use or inability to use the
  64.     program (including but not limited to loss of data being rendered
  65.     inaccurate or losses sustained by your or third parties or a failure
  66.     of the program to operate with any other programs), even if Christian
  67.     Limpach or any other party has been advised of the possibility of such
  68.     damages.
  69.  
  70.  
  71. Contact:
  72.  
  73.     Christian Limpach
  74.     chris@nice.ch
  75.  
  76.  
  77. [1] Emacs is Carl Edman's really amazing and 'never would like to miss it
  78. again' port of GNU Emacs to NEXTSTEP.
  79.  
  80. All products or trademarks mentioned in this program are trademarks of
  81. their respective trademark holders.
  82.  
  83. Copyright (c)1994, Christian Limpach. All rights reserved.