home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / icon_update / iconupdate.lha / IconUpdate / IconUpdate.readme < prev    next >
Text File  |  1997-06-17  |  5KB  |  153 lines

  1. Short:    MagicWB IconUpdate for DOpus 5.x
  2. Author:   BLiZZeR@dame.de (Maik Schreiber)
  3. Uploader: BLiZZeR@dame.de (Maik Schreiber)
  4. Type:     biz/dopus
  5.  
  6.  
  7. Introduction
  8. ============
  9.  
  10. This is an ARexx script for Directory Opus 5.x which can be used to update
  11. icon images using MagicWB's IconUpdate program.
  12.  
  13.  
  14. Installation
  15. ============
  16.  
  17. Simply copy the script into your DOpus:Modules/ directory. Upon starting
  18. Directory Opus, it will create four new commands which you can use as any
  19. other internal Directory Opus command.
  20.  
  21. You don't have to specify any parameters for those new commands, except the
  22. "IconUpdate" command. Here you must specify "{Qd}" (without the double
  23. quotes):
  24.  
  25.   [Command]  IconUpdate {Qd}
  26.  
  27.  
  28. Usage
  29. =====
  30.  
  31. IconUpdate
  32. ----------
  33.  
  34. This command is used to update several icons' information at once. To do so,
  35. simply select a source icon in the source lister and all destination icons in
  36. the destination lister. After that, call the command "IconUpdate" with the
  37. parameter "{Qd}" (without double quotes).
  38.  
  39. ImageDrawers: Whenever an ImageDrawer is encountered, a DOpus requester will
  40.               pop up asking if you want to replace the icon image anyway or
  41.               skip the current file.
  42.  
  43.               Please note that you must have the "Icon" command installed in
  44.               your command path for this feature to work (the "Icon" command
  45.               is included in this distribution).
  46.  
  47.               If you don't want to install "Icon" or don't want to check for
  48.               ImageDrawers, you have to set a special variable in the
  49.               IconUpdate.dopus5 script. See there for details.
  50.  
  51.  
  52. AddImageDrawer
  53. --------------
  54.  
  55. This command is used to convert normal drawer icons into ImageDrawer icons.
  56. This is done by adding the special icon tool type "ImageDrawer, don't remove
  57. this entry".
  58.  
  59. To use this command, select several icons in the source lister and call the
  60. command "AddImageDrawer" without parameters.
  61.  
  62. Note: If an icon does already contain that special tool type, nothing will
  63. happen. The file will simply be skipped.
  64.  
  65.  
  66. RemImageDrawer
  67. --------------
  68.  
  69. This command is used to convert ImageDrawer icons into normal drawer icons.
  70. This is dony by removing the special icon tool type "ImageDrawer, don't
  71. remove this entry".
  72.  
  73. To use this command, select several icons in the source lister and call the
  74. command "RemImageDrawer" without parameters.
  75.  
  76. Note: If an icon does not contain that special tool type, nothing will
  77. happen. The file will simply be skipped.
  78.  
  79.  
  80. XENCopyright
  81. ------------
  82.  
  83. This command is used to add Martin Huttenloher's copyright to icons. This is
  84. done by adding the special icon tool type "»»»» Icon by Martin
  85. Huttenloher ««««".
  86.  
  87. To use this command, select several icons in the source lister and call the
  88. command "XENCopyright" without parameters.
  89.  
  90. Note: If an icon does already contain that special tool type, nothing will
  91. happen. The file will simply be skipped.
  92.  
  93.  
  94. Disclaimer
  95. ==========
  96.  
  97. There is no warranty for the program, to the extent permitted by applicable
  98. law. Except when otherwise stated in writing the copyright holder and/or
  99. other parties provide the program "as is" without warranty of any kind,
  100. either expressed or implied, including, but not limited to, the implied
  101. warranties of merchantability and fitness for a particular purpose. The
  102. entire risk as to the quality and performance of the program is with you.
  103. Should the program prove defective, you assume the cost of all neccessary
  104. servicing, repair or correction.
  105.  
  106. In no event unless required by applicable law or agreed to in writing will
  107. any copyright holder, or any other party who may redistribute the program as
  108. permitted above, be liable to you for damages, including any general,
  109. special, incidental or consequential damages arising out of the use or
  110. inability to use the program (including, but not limited to, loss of data or
  111. data being rendered inaccurate or losses sustained by you or third parties or
  112. a failure of the program to operate with any other programs), even if such
  113. copyright holder or other party has been advised of the possibility of such
  114. damages.
  115.  
  116. The author has no obligation to provide maintenance, support, updates,
  117. enhancements or modifications of the program.
  118.  
  119. All trademarked names used herein are used for the purposes of identification
  120. and for the benefit of the trademark holders. No infringement of trademarks
  121. is intended. Trademarks remain the properties of the trademark holders.
  122.  
  123.  
  124. Distribution
  125. ============
  126.  
  127. Permission is hereby granted, without written agreement and without license,
  128. to make verbatim copies of this package, as long as all files are kept
  129. together and unmodified.
  130.  
  131. Martin Huttenloher has my permission to include this script into his
  132. wonderful MagicWB package (yes, I'm a registered user since almost 3 years
  133. now!).
  134.  
  135.  
  136. Copyright
  137. =========
  138.  
  139. [Start of copyright notice]
  140.  
  141. IconUpdate.dopus5 and all according files are Copyright © 1997 by Maik
  142. Schreiber/IQ Computing.
  143. Updates are always available at http://home.pages.de/~bZ
  144.  
  145. [End of copyright notice]
  146.  
  147.  
  148. Icon is Copyright © by Maik Schreiber/IQ Computing.
  149.  
  150. All icons in this package are Copyright © by Martin Huttenloher.
  151. Please have a look at the "MagicWB.readme" file.
  152.  
  153.