home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3168 / README < prev   
Encoding:
Text File  |  1991-04-08  |  1.9 KB  |  51 lines

  1. -------
  2.  
  3. Program name:  jargon
  4. Source language:  icon
  5. Purpose:  quickly find entries in the hackers' jargon file
  6.  
  7. -------
  8.  
  9. Description:
  10.  
  11. This shell archive contains a jargon database program, aptly enough
  12. named "jargon."  If you have the recently posted (March 1, 1991, alt.
  13. sources) hackers' jargon file around, you can use this package for
  14. quick access to entries within that file, as in "jargon word" (where
  15. "word" is the bit of hacker's jargon you want a definition for).
  16.  
  17. -------
  18.  
  19. Installation:
  20.  
  21. Cp Makefile.dist to Makefile and edit it to reflect local naming con-
  22. ventions.  After editing, type "make all."  If, after seeing a lot of
  23. garbage go by, you get the message "everything seems OK," then su root
  24. and make install.  Be sure to set default ownership and permissions in
  25. the makefile to some value that makes sense for your system.  If you
  26. don't have root privileges, you must change the DESTDIR and LIBDIR
  27. variables in the makefile so that they reflect directories you have
  28. access to.  Note that I am assuming a Unix installation in the
  29. makefile.  If you are using some other platform, you'll need to edit
  30. the file "jargon.src" so that the variable "database" is set to the
  31. full path of the jargon.wrd file (i.e. $(LIBDIR)/jargon.wrd in the
  32. makefile).  Then type:
  33.  
  34.     icont jarg2get.icn
  35.     icont -o idxtext idxtext.icn adjuncts.icn
  36.     copy jargon.src jargon.icn
  37.     icont -o jargon jargon.icn gettext.icn adjuncts.icn
  38.     jarg2get < JARGONFILE > jargon.wrd
  39.     idxtext jargon.wrd
  40.  
  41. where "copy" is your system's file copy or rename command, and
  42. JARGONFILE is the name of the original jargon.ascii file.  To test a
  43. non-UNIX installation, type
  44.  
  45.     (ficonx) jargon zork
  46.  
  47. The ficonx part may not be necessary.  If you get a definition for
  48. "zork," then everything is probably OK.  If you altered jargon.src so
  49. that the database variable points to a jargon.wrd file in the current
  50. directory, then there is no need to do anything more.  If you named a
  51.