home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Amiga / Internet / Mail / Yam2URL.lha / yam2url / Yam2URL.readme next >
Text File  |  1998-03-31  |  5KB  |  70 lines

  1.                                                                            
  2.                                   YAM2URL                                  
  3.                                                                            
  4.                     for use with YAM 2.0 by Marcel Beck                    
  5.                                                                            
  6.                       Copyright ⌐1997 by Dick Whiting                      
  7.                                                                            
  8. ---------------------------------------------------------------------------
  9.   This will display a URL using your browser, start the browser if needed, 
  10.   uniconify it if already running. It can also be used to view HTML mime   
  11.   attachments.                                                             
  12.                                                                            
  13.   To use this for double-clicking and going to a URL:                      
  14.      edit the three variables in this script for your configuration        
  15.      YAM Config->ARexx->When double-clicking an URL (last entry in list)   
  16.      set the type to ARexx (cycle gadget)                                  
  17.      set the script string to 'Yam:Rexx/YAM2URL.rexx' (assuming it's here) 
  18.      set open console OFF                                                  
  19.      set wait for termination OFF                                          
  20.      SAVE settings                                                         
  21.      you can now double-click on a URL and go to it.                       
  22.                                                                            
  23.   To use this for displaying included HTML attachments:                    
  24.      YAM Config->Read->MimeViewers                                         
  25.      if there is NOT a type for 'text/html' create a NEW one               
  26.      set viewer to: 'sys:rexxc/rx Yam:Rexx/YAM2URL.rexx %s'                
  27.      SAVE settings                                                         
  28.      you can now display HTML attachments by selecting 'Display' from the  
  29.         YAM read window and choosing the HTML attachment from the list.    
  30.                                                                            
  31. ---------------------------------------------------------------------------
  32. !!! You need to edit the four values hideyam,browser,runbr, and newwindow.    
  33. ---------------------------------------------------------------------------
  34. NOTES:
  35.  
  36.  IF YOU HAVE REASSIGNED THE YAM TEMPORARY DIRECTORY USE THIS FORM:  
  37.  (This value is specified on the Config->Mixed page.)               
  38.                                                                    
  39.  set viewer to: 'sys:rexxc/rx Yam:Rexx/YAM2URL.rexx file:///%s'     
  40.  
  41.  Also, the '%s' you specify for *MUST* be lowercase. This applies to ALL mime
  42.  prefs, not just the one for Yam2URL. Uppercase '%S' will NOT pass the
  43.  correct information to your mime viewers.
  44.  
  45. ---------------------------------------------------------------------------
  46.  If you have the rexxtricks.library installed then the browser screen will 
  47.  pop to the front correctly.                                               
  48.                                                                            
  49.  You can find this on Aminet/util/rexx/RexxTricks_386.lha                  
  50.                                                                            
  51. ---------------------------------------------------------------------------
  52.  Standard Disclaimer: I wrote it, it works for me, I don't guarantee       
  53.  that it will do anything productive for anyone else, etc. etc. ;-)        
  54.                                                                            
  55.                                                                            
  56. HOWEVER, if you do find a use for it: I homeschool my kids and they would  
  57. love a postcard from where EVER you live. Instant Geography Lesson;)       
  58.                                                                            
  59. POSTCARDS:    Dick Whiting                                                 
  60.               28590 S. Beavercreek Rd.                                     
  61.               Mulino, Oregon 97042                                         
  62.               USA                                                          
  63.                                                                            
  64.                                                                            
  65. ---------------------------------------------------------------------------
  66.                                                                            
  67.                      Dick Whiting <dwhiting@europa.com>                    
  68.                              31 March 1998                                 
  69.                                                                            
  70.