home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 91 / af091sub.adf / aweb.LZX / aweb_save / AWebSave.doc < prev   
Text File  |  2000-01-24  |  4KB  |  124 lines

  1. Short:     AWebSave, script to save anything viewed/played within AWeb.
  2. Type:      comm/www
  3. Author:    Jeff Jangli
  4. Uploader:  jeff.jangli@tip.nl
  5. Replaces:  comm/www/AWebSave.LHA
  6. Version:   2.0  (20-Sep-96)
  7. Distribution: Aminet
  8.  
  9.  
  10. AWebSave is a script to save anything viewed/played within AWeb.
  11. This is version 2.0 (20-Sep-96) by Jeff Jangli.
  12.  
  13.  
  14. Changes from 1.0
  15. ================
  16. - Rewrote the whole thing.
  17. - Added Localization.
  18. - Added little error checking.
  19. - AWebSave parameters have changed.
  20. - When selecting a file you can now view first and than save,
  21.   or save immediately.
  22.  
  23.  
  24. Credits (applies to version 1.0 - Rob Hockley)
  25. =============================================
  26.  
  27. This script owes it's existance to a similar effort, caller "MosaicSave",
  28. written by Stuart Toll to achieve the same aims with AMosaic.
  29.  
  30. I've simply hacked the script a bit and added opions for users to specify
  31. the public screen that AWeb runs on and the default drawer to save your
  32. files into.
  33.  
  34. I also need to thank Terrence Boyes and Angus Manwaring for their help in
  35. modifying Stuart's original script.
  36.  
  37.  
  38.  
  39.  
  40. Installation version 2.0 - Jeff Jangli
  41. ======================================
  42. 1) Create the directory: AWEB-II:Plugins/AWebSave
  43.  
  44. 2) Copy AWebSave and AWebSave.DOC to this directory.
  45.    Make sure the "s(cript)" protection bit is set for AWebSave.
  46.    If this is not the case than type from cli/shell: PROTECT AWEBSAVE +S
  47.  
  48.  
  49.  
  50.  
  51. Configuration
  52. =============
  53. 1) For full localization you will have to edit the script.
  54.    All text strings are in Dutch as default, strings to be modified
  55.    begin with 'SETENV ...'
  56.  
  57.  
  58. 2) In AWeb's preferences for "MIME types and external viewers", for any
  59.    type of file you wish to save (e.g Image/*, Audio/*, Video/*), set the
  60.    "Command" line to (assuming you've followed installation step 1 and 2):
  61.  
  62.    AWEB-II:Plugins/AWebSave/AWebSave
  63.  
  64.    You can use this script for all different MIME types.
  65.    It would ofcourse be smart to you use a viewer that works with
  66.    datatypes as MultiView does.
  67.  
  68.  
  69. 3) Complete the "Arguments" according to the following template:
  70.  
  71.    [FILENAME] [PUBSCREENNAME] [VIEWER] [DOWNLOADDIR]
  72.  
  73.    I use MultiView which is located in my SUPP: directory while DL: 
  74.    is my default download directory. So my template would be:
  75.  
  76.    %s %s SUPP:MultiView DL:
  77.  
  78.    The first two "%s" are filled in by AWeb and are parsed by AWebSave.
  79.  
  80.  
  81. 4) Jump to line 103 and change the PUBSCREEN parameter for your viewer
  82.    if you don't use MultiView.  If you use more parameters with your
  83.    viewer than this is a good place to add them.
  84.  
  85.  
  86. Usage
  87. =====
  88.  
  89. Start AWeb and click on something to view/play.  After you've selected
  90. a file by clicking on it, a requester will pop up where you can:
  91.  
  92.     [A]: Use an external program for viewing/playing.
  93.     [B]: Save file to disk.
  94.     [C]: Abort AWebSave.
  95.  
  96.  
  97. Selecting [A] launches the program you've specified in the [VIEWER] template.
  98.  
  99. Selecting [B] will display a standard file requester where you can type
  100.               in the directory- and filename to save the file under.
  101.  
  102. Selecting [C] will abort AWebSave allowing you to carry on with
  103.               your AWeb session.
  104.  
  105.  
  106.  
  107.  
  108. Final word
  109. ===========
  110. This script is FREEWARE, but I retain the copyright for version 2.0
  111. and up if released by me.
  112.  
  113.  
  114. For suggestions or bugreport mail me! at:
  115.  
  116.      / __  __ __      / __       ___  /  
  117.     / (_  (_ (_      / /_/ /) / / _  /  /
  118. (__/ (__ /  /    (__/ / / / (/ /__/ (_ /
  119. _______________________________________________________________
  120. Email: jeff.jangli@tip.nl  |  WWW: www.tip.nl/users/jeff.jangli
  121.  
  122.  
  123. CYA!
  124.