home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / Tools / DFUE / tangoß / defaultbrowser / ReadMe < prev   
Encoding:
Text File  |  2000-05-27  |  1.6 KB  |  60 lines

  1. My hope is that this program or versions of it could become standard.
  2. Feel free to make versions of it but please let's stick to the name
  3.  
  4. "defaultbrowser" 
  5.  
  6. on the executable.
  7.  
  8. The problem:
  9.  When sending someone a html-file there is no way to know how his
  10.  system is configured for dealing with html-files (If att all!).
  11.  
  12. The solution:
  13.  Include the defaultbrowser arcive.
  14.  Set the "Default Tool" in the icon to "defaultbrowser".
  15.  
  16. How it works:
  17.  "Defaultbrowser" will search for a active browser and send the page.
  18.  If there are none, the defaultbrowser will start.
  19.  If no defaultbrowser is configured a requester will pop up.
  20.  You can change defaultbrowser with the "Prefs-ikon" ,
  21.  (yes its only a ikon, Do not rename it!).
  22.  
  23. Usage:
  24.  
  25.     Workbench:
  26.     
  27.      set the icon "default tool" to defaultbrowser
  28.  
  29.     Cli-Usage:
  30.  
  31.      defaultbrowser Ram:some.html
  32.  
  33.      defaultbrowser http://some.thing.someware
  34.  
  35.  
  36.     Arexx-Usage:
  37.  
  38.         address 'COMMAND'; 'defaultbrowser Ram:some.html'
  39.  
  40.         address 'COMMAND'; 'defaultbrowser http://some.thing.someware'
  41.  
  42.     *Note: If the argument isn't a valid localfile it is assumed it is a url.
  43.     *Note: Starting defaultbrowser without arguments brings up the prefs.
  44.  
  45. Notes:
  46.  defaultbrowser will detect if it's a local or networked URL automaticly.
  47.  Local directory-listings are not supported (Only IBrowse allows it anyway).
  48.  Always use full www-paths.
  49.  Minimum wb2.0
  50.  
  51. ToDo:
  52.  Better Support for offline-browsers. (Does anybody use them?)
  53.  Detection of active browsers currently supports:
  54.  IBrowse, Voyager, AWeb and AMosaic.
  55.  
  56. History:
  57.  1.0 first release.
  58.  1.1 bugfix, wrong text.
  59.  1.2 added locales and better gui
  60.  1.3 added offline-browser.