home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / bazy / bartender / bartender.doc < prev    next >
Text File  |  1995-02-18  |  4KB  |  101 lines

  1.  
  2.                                BarTender 1.1
  3.                        Copyright (c)1995 Mike Nelson
  4.                             A  Giftware Program
  5.  
  6.    The Hitchhiker's Guide to the Galaxy states "The best drink in existence
  7. is the Pan Galactic Gargle Blaster". I was unable to locate the recipe
  8. for that one, so these other 1000 will have to suffice. The program lets
  9. you browse through a 1000 drink mixes, complete with separate ingredient
  10. listings and preparation instructions.
  11.  
  12.  
  13. Included files:
  14.  
  15.    BarTender.doc       - this documentation file
  16.    BarTender           - the program file
  17.    BarTender.info      - icon
  18.    BarTender.db        - database file
  19.    BarTender.idx       - database index
  20.    LittleBarTender.txt - AmigaDOS script for using archived database
  21.  
  22. Installation:
  23.  
  24.    Copy the above files into an appropriately named directory some
  25. place on your hard drive. The program also works well from a floppy
  26. disk, you really should format a FFS (Fast File System) disk and
  27. copy the BarTender.db file to the floppy first followed by the other
  28. files (this will help avoid the fragmentation which can cause the seeking
  29. speeds in the database to slow down). You can format a FFS disk using
  30. this CLI command;
  31.  
  32.      FORMAT DRIVE df0: NAME BarTenderDisk FFS
  33.  
  34.    You can run the program from 'RAM:' for the fasted seeking speed.
  35. If you do, I suggest archiving the BarTender.db file on your hard drive
  36. and writing a AmigaDOS script which will will copy all the files to
  37. RAM: and then unpack the BarTender.db archive (which is 770k unpacked
  38. and only 70k compressed). See the "LittleBarTender.txt" file for an
  39. example.
  40.  
  41. Usage:
  42.  
  43.    Start the program from CLI or Workbench. The listview gadget shows you
  44. all 1000 drinks, you can click on one of them to bring up the ingredients
  45. and preparation instructions.
  46.  
  47.    You can also enter a drink in the string gadget and the program will
  48. attempt to find and display it. The program tries for the closest match.
  49. You could for example find the recipe for a Daiquiri by typing "Dai" into
  50. the string gadget and then hit return. You can choose the wrong drink by
  51. not providing enough of the name, for example if you wanted a "ManHattan"
  52. and typing "Man" the program would accept "Man of The Moment" as the drink
  53. you wanted, it's okay though since the listview gadget has changed and you
  54. can plainly see "ManHattan" within the list. Just click on it and you've got
  55. it.
  56.  
  57.    The "Print It" gadget will print the drink instruction on your printer.
  58.  
  59.    The "About" gadget displays a little info about the program.
  60.  
  61.    The "Exit" quits the program (does the same as the close window gadget)
  62.  
  63. Distribution:
  64.  
  65.    You can give this program to anyone you wish provided you do not make
  66. any profit from it's use. The program is GIFTWARE so if you like the
  67. program I only ask that you send me something ($2 to $10 US would be okay)
  68. You do not necessarily have to send US notes, you can send notes from
  69. Canada, Britain or wherever as long as they are worth the time to cash them
  70. in. Send whatever you want, it doesn't have to be money just something I
  71. might like.
  72.  
  73. To Do:
  74.  
  75. - measurement conversions (Ounces to ml)
  76. - quantity conversions
  77. - user editable database
  78. - database compression
  79. - stock database (list what you can make with your stock of ingredients)
  80.  
  81. Author:
  82.  
  83.    You can email me at m.nelson34@genie.geis.com if you have any bug
  84. reports, suggestions or drinks to add.
  85.  
  86.    You can mail me stuff at:
  87.  
  88.          M. Nelson
  89.          PO BOX 53
  90.       Sarnia, Ontario
  91.       CANADA  N7T 7H8
  92.  
  93.  
  94. History:
  95.  
  96. 1.1 - added font sensitivity
  97.     - removed the trailing spaces of a drink in the string gadget
  98.     - added word-wrap to the mixing instructions
  99.     - browse mode added (use cursor keys to move up/down 1 drink)
  100. 1.0 - Initial release
  101.