home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 52 / af052sub.adf / dropbox.lha / DropBox / DropBox.doc < prev    next >
Text File  |  1993-07-16  |  8KB  |  196 lines

  1. DropBox by Steve Anichini 
  2.     A Meef()Ware product
  3.         2.04+ Only!
  4.         
  5. All documentation and program materials included in this archive are 
  6. Copyright 1993 Steve Anichini. All rights reserved.
  7.  
  8. This program is FREEWARE. You may distribute it as you wish as long as the following conditions are met:
  9.     
  10.     1) The original archive is intact, unmodified, and in its original form.
  11.     2) The distribution is non-commercial. 
  12.     or
  13.     3) You have written permission from the author of the program to break conditions (1) or (2).
  14.     
  15.     Fred Fish has permission to distribute this program in his collection
  16. of PD and Shareware programs.
  17.  
  18. INTRODUCTION
  19.  
  20. Why DropBox?
  21.  
  22.     As a frequenter of ftp sites and bulletin board systems, I always have a lot of archives that need to be de-lha'd, de-arc'd, or whatever. I've always found it inconvenient to enter the shell and manually extract the files from these archives. So I s
  23. id to myself "Wouldn't it be great if I had a program that did this junk for me?"
  24.  
  25.     That program is DropBox. But DropBox isn't limited to archivers. Since its database is flexible, there is no reason you can't add iff-file viewers, doc file viewers, or the like.
  26.     
  27.     DropBox is also a commodity, so you may use the Commodities Broker to control it.
  28.  
  29. HISTORY
  30.  
  31. Version/Date    |   Fix/Feature/Bug/Etc
  32. --------------------------------------------------------------------------
  33.  
  34.  1.0 (6/20/93)      First released to aminet.
  35.                 
  36.  1.01 (6/23/93)     Somehow I had forgotten to implement the underscore
  37.                     gadget shortcuts. This is now fixed.
  38.  
  39. INSTALLATION
  40.  
  41.     Installing DropBox is a breeze. Just "drop" (bad pun) it in your  WBStartup directory, or wherever if you don't want it to be automatically loaded. You might want to copy the file DropBox.prefs to ENVARC:. It has a starter database, which you may or
  42. may not have to change a few parameters.
  43.  
  44. USING DROPBOX
  45.     
  46.     DropBox is fairly automatic. To "translate" a file (such as decompressing a lha file), just drop its icon onto the AppIcon created after DropBox is started up. DropBox will then search its translation database for a proper translator, and have the t
  47. anslator act on the file. The file is now "translated" (in our example, uncompressed).
  48.     
  49.     If DropBox doesn't find a translator for the file, it will ask you if you want to create a new entry. If you answer yes, it will open the configuration window.
  50.      
  51. DROPBOX TOOLTYPES
  52.  
  53.     DropBox accepts these tooltypes:
  54.      
  55. CX_POPUP:
  56.     YES will cause the options window to open on startup. NO will 
  57. prevent this.
  58.  
  59. CX_PRI:
  60.     The Commodities Priority of DropBox. 
  61.      
  62. HOTKEY:     
  63.      The hotkey to call up the options window.
  64.      
  65. PREFS:
  66.     The path and filename of the prefs file to load at startup.
  67.  
  68. ICON_X:
  69.     The x position for the DropBox AppIcon. 
  70.      
  71. ICON_Y:
  72.     The y position for the DropBox AppIcon. 
  73.      
  74.     If ICON_X or ICON_Y is not present, the workbench will automatically set the x or y value respectively.
  75.     
  76. CONFIGURING DROPBOX
  77.     
  78.     To configure your translation database, you must call up the options window. Do this by either:
  79.     
  80.     1) Double clicking the AppIcon.
  81.     2) Selecting the AppMenuItem.
  82.     3) Sending it a "Show" command from the Commodities Broker.
  83.      4) Pressing the HotKey.
  84.          
  85.     There are two things to concern yourself with on the options window:
  86.         
  87. GADGETS
  88.  
  89.     Most of your configuration will be done through the gadgets. 
  90.         
  91. Translation Database Listview: 
  92.     Here you will find the list of translators currently in your database. The string gadget is the name of the currently selected translator. Underneath the database is a row of gadgets for manipulating the items in the listview.
  93.         
  94. Add:
  95.     This gadget adds a new translator at the bottom of the list. The new item will be the selected item.
  96.             
  97. Del:
  98.     This gadget will delete the currently selected translator.
  99.  
  100. Ins:
  101.     This gadget will insert a new transltor before the currently selected item.The new item will become the selected item.
  102.  
  103. Up:
  104.     This gadget will move the currently selected item up one space in the list. The reason I include this gadget is DropBox currently supports a one to one relationship between translator pattern and translator. It will return the first translator that 
  105. atches the pattern of the file given.
  106.  
  107. Dn:
  108.     This gadget will move the currently selected item down one space in the list.
  109.  
  110. Sort:
  111.     This gadget will sort the list alphabetically.
  112.  
  113. Destination:
  114.     This string gadget holds the destination of the output file created by the translator. It should be a directory. The getfile gadget next to it will allow you to browse and find the directory.
  115.  
  116. Command:
  117.     This string gadget holds the command to use in the translation. For a Lha file, you would use the command Lha. The getfile gadget next to it will allow you to browse and find the command.
  118.  
  119. Template:
  120.     This string tells DropBox how to use the destination, source file name (the dropped file), and the command. DropBox uses a simple psuedo-language. [COM] is used for the command file, [SOURCE] for the dropped file name, [DEST] for the destination. An
  121.  other text will be copied as is. Be careful to enter the template correctly, as DropBox doesn't have the most stringient parsing. Maybe in an upgrade.
  122.  
  123. Pattern:
  124.     This string holds a legal AmigaDOS pattern for DropBox to match against a dropped file. Example: For a Lha translator, the pattern would be #?.Lha
  125.  
  126. Output:
  127.     If this is checked, DropBox will open a CON: window to display the program's output. 
  128.  
  129. Input: 
  130.     If this is checked, DropBox will open a CON: window to accept input. If both Input and Output are checked, DropBox will use the same CON: window.
  131.  
  132. MENUS
  133.  
  134. PROJECT MENU
  135.  
  136. NEW
  137.     This menu option will erase the current configuration.
  138.  
  139. OPEN
  140.     This menu option will load a new preferences file. 
  141.  
  142. SAVE 
  143.     This menu option will save the current configuration in a file. If no preferences file was found at startup, the first time you Save will be like a Save as.
  144.  
  145. SAVE AS
  146.     This menu option allows you to save the current configuration under a new filename.
  147.  
  148. ABOUT
  149.     This menu option displays an about requester with some info about me.
  150.  
  151. HIDE
  152.     This option closes the options window. NOTE: closing the options window via the close gadget does NOT quit DropBox.
  153.  
  154. QUIT
  155.     This option quits DropBox.
  156.  
  157. EDIT MENU
  158.  
  159. CUT
  160.     This option deletes the currently selected item, and saves it to be pasted.
  161.  
  162. COPY
  163.     This option copyies the currently selected item, and saves it to be pasted.
  164.  
  165. PASTE 
  166.     This option pastes the saved item onto the currently selected item.
  167.  
  168. CLOSING
  169.  
  170.     DropBox is 2.04+ only!!! Just wanted to remind you.
  171.  
  172.     DropBox was compiled with SAS/C 5.1b. I used GadToolsBox 2.0c to created the gui code (a great program!). I also used ILBM2Image to convert the funky Meef()Ware logo from an iff file to C source.
  173.  
  174.     Thanks to:
  175.         Anthony Li for his example of handling underscore gadget shortcuts.    
  176. About Meef()Ware:
  177.     This silly name is something me and a bunch of other future cs-students thought up while attending the Illinois Mathematics and Science Academy. Meef is a substitue for foo. So next time you think about naming a file blah.foo, name it blah.meef. 
  178.     
  179. To Joe, Steve, and the rest of the Masters of Time And Space: Meef()!
  180.  
  181. If you have any questions, comments, bug reports, compliments, money, pizza, or beer send it to:
  182.  
  183. Steve Anichini
  184. 380 Grandview Ct.
  185. Algonquin, IL 60102
  186.  
  187. or better yet, use email:
  188. internet - zucchini@imsa.edu
  189.  
  190. NOTE: I will be attending Carnegie Mellon in the fall so future versions of DropBox might have a newer address.
  191.             
  192.         
  193.  
  194.         
  195.  
  196.