home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 61 / af061sub.adf / SmileyV3.lha / README < prev    next >
Text File  |  1994-05-13  |  2KB  |  66 lines

  1. smiley server, version 3
  2.  
  3. This version has more than a hundred more smileys than version 2,
  4. and a more informative -V switch.
  5.  
  6. DESCRIPTION
  7.  
  8. smiley(1) is a "smiley server" I wrote for my own pleasure.  It can
  9. explain any smiley it knows, or print one it knows at random.  I use
  10. it to generate a random prompt when there is a status line available
  11. to hold the information I would otherwise put into my prompt.  Hence
  12. smiley(1) does not contain the invisible smiley or any multi-line
  13. smileys.
  14.  
  15. The list of smileys in faces.in is more comprehensive than I have seen
  16. anywhere else, largely because it is a superset of all the smiley lists
  17. I have ever seen posted on the net.  I have lost some of the original
  18. attributions; the articles whose headers I have retained are these:
  19.  
  20.     Message-ID: <76@icus.UUCP>
  21.     Message-ID: <1990Sep11.102411.8537@diku.dk>
  22.     Message-ID: <39917@cci632.UUCP>
  23.     Message-ID: <1990Sep14.122955.558@diku.dk>
  24.     Message-ID: <9366@uhccux.uhcc.Hawaii.Edu>
  25.     Message-ID: <2005@unsvax.NEVADA.EDU>
  26.     Message-ID: <1991Mar18.212208.27911@odin.corp.sgi.com>
  27.  
  28.     From: csh068@uk.ac.cov.cck (Smiley)
  29.     Message-ID: <$V5&&|$@cck.cov.ac.uk>
  30.     Date: 17 Apr 91 08:45:26 GMT
  31.  
  32.     From: raymond@cosc.canterbury.ac.nz (cantva)
  33.     Message-ID: <1991May18.150401.771@csc.canterbury.ac.nz>
  34.     Date: 18 May 91 03:03:59 GMT
  35.  
  36. In the interest of completeness and to the best of my knowledge (I
  37. started this collection several years ago) I have not "censored" the
  38. smileys, so there may be smileys you find offensive.  I certainly find
  39. some of them offensive!
  40.  
  41. The smileys are processed by mkfaces and deliberately embedded in the
  42. executable - it does not have to locate and parse an external data
  43. file.  In order to minimize the size of the executable, smiley.c does
  44. not use standard I/O.  Complaints about this will be ignored; I do not
  45. anticipate ever using this on a non-UNIX system.
  46.  
  47. I happened to take the included getopt.c from the rkive sources; it was
  48. originally posted to comp.sources.unix in volume3.  It is preferable to
  49. the getopt() provided on some systems as it does not use standard I/O.
  50.  
  51. The bsearch.c is from emx.utexas.edu:pub/mnt/src/lib/libposix, obtained
  52. Tue Mar 19 14:18:28 CST 1991
  53.  
  54. TERMS
  55.  
  56. This package (excluding getopt.c and bsearch.c) is
  57.  
  58. (C) Copyright 1991 by DaviD W. Sanderson.
  59.  
  60. You may copy it and use it for your own enjoyment.
  61. You may not represent it as your own work or sell it.
  62.  
  63. AUTHOR
  64.  
  65. DaviD W. Sanderson (dws@cs.wisc.edu)
  66.