home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / faster10.zip / faster.txt
Text File  |  1996-09-13  |  5KB  |  129 lines

  1.      Faster 1.0
  2.      Copyright (C) 1996 Ching-Chih (Oscar) Chang
  3.      All Rights Reserved
  4.      
  5.      email:oscar.chang@rahul.net
  6.  
  7. =============================================================================
  8.                       Legal Notice and Use Policy
  9. =============================================================================
  10.  
  11.      You may use this program freely, recompile it for  other  platforms
  12.      or  alter it to your liking.  I do *require* you to state that I am
  13.      the original author of this program.
  14.      
  15.      As a courtesy, please  send  me  an  email about the changes you've
  16.      made or if you've ported this program  to  another  platform.   The
  17.      makefile   you  write  for  your  platform  can  be  added  to  the
  18.      distribution source.
  19.  
  20.      This program is distributed in the hope that it will be useful, but
  21.      WITHOUT  ANY  WARRANTY;  without   even  the  implied  warranty  of
  22.      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  23.  
  24.      In other words, use this  at  your  own risk.  I am not responsible
  25.      for any or all damages that may come from the use of this program.
  26.  
  27.      (  Don't you just love legal mumbo jumbo?  Oh well it keeps my butt
  28.      out of jail.  :) )
  29.  
  30. =============================================================================
  31.                            Function of Faster
  32. =============================================================================
  33.  
  34.        Faster is designed to make your web pages load up...well faster. :)
  35.  
  36.      It's done by adding the WIDTH and HEIGHT components to the IMG tag.
  37.  
  38.      By  doing  this,  a  graphical  web browser will know the width and
  39.      height of an image, put a  place holder there, and continue loading
  40.      the page.  This makes the page load faster because the browser will
  41.      know the size of the image  without  loading  the  actual  graphics
  42.      file.
  43.  
  44.      NOTE: If you find this utility useful, please drop me an email at
  45.      oscar.chang@rahul.net, I'd love to hear from you.
  46.  
  47. =============================================================================
  48.                            How to use Faster
  49. =============================================================================
  50.  
  51.      Usage:
  52.          faster <options> <wildcards> ...
  53.  
  54.      Options:
  55.          -h or -?     Will load the help screen explaining all the options
  56.  
  57.          -u          Uppercase: All the width and height tags added
  58.                      will be in uppercase letters.
  59.  
  60.          -l          Lowercase: all the width and height tags added
  61.                      will be in lower case letters. *Default*
  62.  
  63.          -b          Backup: A copy of the original files will be made 
  64.                     before it is processed.
  65.  
  66.          -r          Recurse: Recurse into the subdirectories.
  67.  
  68.          -d          Delete: Delete all the WIDTH and HEIGHT components
  69.                     without adding new ones.
  70.  
  71. Examples:
  72.  
  73.      faster *.html
  74.  
  75.      This will process all the files in the current directory that ends
  76.      in an .html
  77.  
  78.      faster *.html *.shtml
  79.  
  80.      This will process all the files in the current directory that ends 
  81.      in .html and then .shtml.
  82.  
  83.      faster -r *.html *.shtml
  84.  
  85.      This will process all the files ending in .html and *.shtml in the 
  86.      current directory and its subdirectories.
  87.  
  88. =============================================================================
  89.                            Additional Goodies
  90. =============================================================================
  91.  
  92.      I did add a function where if the hard  disk  runs  out  of  space,
  93.      Faster  will  ask you for an alternate path to save your html file.
  94.      However, this has not been tested, but, it should work.  :)
  95.  
  96.      When using the -b  option  and  Faster  is  backing up files, if an
  97.      error occurs (most likely from running out of disk  space),  Faster
  98.      will  ask  you  if  you'd  like  to continue or quit.  If your in a
  99.      multitasking environment you can clear some disk space  for  Faster
  100.      to continue.
  101.  
  102. =============================================================================
  103.                           Supported Platforms
  104. =============================================================================
  105.  
  106.      Official Platforms Supported
  107.          OS/2 2.0 and higher (32-bit)
  108.         MS/PC DOS 5 and higher (16-bit)
  109.  
  110.      Note:   If you have ported Faster to another platform, please email
  111.      me and I can  make  the  makefile  available  along with the source
  112.      distribution.  If you only have the binary please tell me where  it
  113.      is  located  and  I  will  put  the location in this section of the
  114.      documentation.
  115.  
  116. =============================================================================
  117.                                Known Bugs
  118. =============================================================================
  119.  
  120.      The  DOS version of Faster will not work with the long filenames of
  121.      Win95.  An unofficial Win95 version should be out soon.
  122.  
  123. =============================================================================
  124.                                 History
  125. =============================================================================
  126.  
  127.       09/13/96      1.0 released to the general public.
  128.                     Yes I know, it's Friday the 13th, muhahahahahah!! :)
  129.