home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / show_html / showhtml.lha / showhtml / showhtml.readme next >
Text File  |  1997-07-14  |  3KB  |  71 lines

  1.  **********************************************************************************************
  2.  
  3.                    ShowHTML V1.0  15-7-97
  4.                    By Diarmuid Ryan - dpryan@iol.ie
  5.  
  6.  **********************************************************************************************
  7.  
  8.  INTRODUCTION
  9.  
  10.  This scripts will let you load an HTML directly from DOpus into IBrowse or Voyager. I wrote the
  11.  scripts for personal use at first, but now I decided to release them. They are small, simple
  12.  and hopefully get the jod done ;)
  13.  
  14.  ARCHIVE CONTENTS
  15.  
  16.  ShowHTMLIB.dopus5
  17.  ShowHTMLV.dopus5
  18.  ShowHTML.readme (this file)
  19.  
  20.  REQUIREMENTS
  21.  
  22.  You need to have Rexxmast running.
  23.  You need Dopus running, the scripts were only tested with Opus5, but they should work with
  24.  earlier versions.
  25.  IBrowse 1.02 for the IBrowse script to work, IBrowse 1.12 for it to work better ;)
  26.  Voyager NG for the Voyager script.
  27.  
  28.  INSTALLATION
  29.  
  30.  There are a number of ways that you can use these scripts in Dopus5. Here is the way that I
  31.  set them up on my system:
  32.  
  33.  FIRST COPY THE SCRIPT YOU NEED TO DOPUS5:AREXX/
  34.  
  35.  1. Load Dopus5
  36.  2. Go to the menu and select Settings -» File Types...
  37.  3. Select New
  38.  4. Two new requesters should appear, in the frontmost one you can configure a new filetype.
  39.  5. Type "HTML" into name. (without quotes)
  40.  6. Type "HTML" into ID. (without quotes)
  41.  7. Type 1 into the Pri box.
  42.  8. Now click on the file requester-type icon, select Match Name from the list.
  43.  9. Type (*.html) into the textfield beside the the field that now says "Match Name", and press
  44.     return.
  45.  10.You can give a more detailed list of matches, but I'll let that up to you ;). Click on use
  46.     when you are finished.
  47.  11.Another requester should be open with a list of actions, i.e. Double-click, Drag'n'drop, etc.
  48.     Double-click on the Double-Click item. (no pun intended :-)
  49.  12.In the new requester, click on add, change the cycle gagdet to Arexx.
  50.  13.Click on the file requester icon, and select the appropiate script. Then click on the "{ }"
  51.     button beside where the script filename is, select {f} from the list, and press return.
  52.  14.Select the "No file quote" option from the flags list.
  53.  15.Now click on use, and then save the new settings.
  54.  
  55.  Of course, you could just set up a button ;) but this way is better IMHO.
  56.  
  57.  USAGE
  58.  
  59.  Double click on an HTML file from Dopus, and that's it, Bob's your Uncle ;)
  60.  
  61.  THE AUTHOR
  62.  
  63.  Scripts were written by me, Diarmuid Ryan.
  64.  Send problems, suggestions or whatever to dpryan@iol.ie
  65.  
  66.  Check out my web site for updates, new programs, other scripts I have written, or for some more
  67.  info about me.
  68.  
  69.  http://www.iol.ie/~dpryan/
  70.  dpryan@iol.ie
  71.