home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 108.lha / hdlns.doc < prev    next >
Text File  |  1986-11-20  |  1KB  |  22 lines

  1.   hdlns is an Amiga executable that outputs a 'random' headline reminiscent
  2. of those of National Enquirer and other rags. The program was inspired by
  3. a database which appeared on the net some time ago. I never saw a driver
  4. program for it, so I wrote my own. Heck, let it be public domain. I
  5. sure ain't gonna get rich from something like this!
  6.  
  7.   The database file (headlines.txt) must be in the current directory. You
  8. may freely edit this file, keeping in mind that the '%' are category
  9. delimiters and words in caps following those delimiters are the names
  10. of the categories. Other capitalized words normally invoke a search, but
  11. if a match is not found, the all-caps word will be used normally.
  12.  
  13.   Amiga users please note that this program should be invoked from the CLI.
  14. It is bare bones so that it will also work on just about anything. It
  15. compiled perfectly on our UNIX system. The C source is included here.
  16. It was originally written using Manx C 3.4a, but I'll just bet that
  17. Lattice will do the trick too.
  18.  
  19. Enjoy!
  20. --------Bob Dickow. (address in C source)
  21.  
  22.