Short: "Bug"fix and beautify HTML-Files V1.3(bugfixed)
Author: bs168@fen.baynet.de (Felix Schwarz)
Uploader: bs168 fen baynet de (Felix Schwarz)
Type: text/hyper
Architecture: m68k-amigaos
Do you know the problem that you upload your pages to a server
and the links don`t work although the page exists ? Well, you
seem to have your page on a Unix-Server, that pays attention
to the case sensity. HTMLFIX scans all files in a given dir,
renames them to uppercase, then reads the HTML-files in the dir
and renames the files in the HTML-file to uppercase/lowercase or
to the name they really have. If there`s an img src, that doesn`t
already have width and height, it`s scans for the GIF/JPEG-file and
adds width and height attributes, what makes the page looking better
and being viewed faster!
The index.html is handled a special way. It is always held
lower-case! I suggest to do a safety copy before using HTMLFIX,
as I haven`t tested it out too much yet. New in this version, that
you can select, whether you want to rename it to uppercase(MATCH=UPPER),
lowercase(MATCH=LOWER) or to the real case(MATCH=NONE). Also beautifying
can be switched off (NOOPTIM) or if only beautyfienig the image delete
tooltype BEAUTYIMG. Hope ya enjoy that update.
- Felix