HTML Utilities Documentation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

IMPORTANT: These tags should be followed exactly, but are NOT case
sensitive. Everything in the tags should be the same (except case)
up to the "|" symbol, and, in the case of tag #1, the filename should
not have any quotes, and should immediately be preceded by the "|"
and followed by one or more spaces. There needs to be a space between
the <!-- and the tag type, as shown.

The tags *currently* used by the programs are:

1.  <!-- begin header|filename -->
2.  <!-- end header|-->
3.  <!-- noprocess|-->
4.  <!-- htmlinsert|-->

(Numbers next to tags are for reference later on.)

For other good programs and the latest version of this program,
visit my homepage:

http://www.geocities.com/SiliconValley/Park/3056/


CONTENTS
~~~~~~~~
1. What do the programs do?
2. Information on REMOVER
3. Information on ADDER
4. Tag Examples
5. How to contact the author, etc.
--------

1. What do the program do?
~~~~~~~~~~~~~~~~~~~~~~~~~~
   These HTML utility programs (ADDER & REMOVER) are for making 
periodic changes to HTML files more easily. For example, if you 
want to insert one header or footer into many HTML files, and you 
want to update this often, you can simply insert the correct tags 
into the HTMLs you want to modify, and every time you want to update 
the HTML you can run REMOVER and ADDER over them. This will save the 
trouble of deleting, cutting, pasting and editting every one of the 
HTMLs you want to update when you want to update them.


2. REMOVER
~~~~~~~~~~

REMOVER will take out any headers or footers from an HTML file.

Tag #1 will start the removal process, removing all HTML code until
a #2 tag is encountered.

#3 will leave the HTML completely unprocessed, even if it is found
AFTER any of the other tags.


3. ADDER
~~~~~~~~
  ADDER will insert HTML code into points specified by tag #1.
It will attempt to locate the file in the current directory and add
it in. Because DOS filesname masks will probably be used for the 
insertion of files, tag #4 will cause ADDER to ignore files that 
are used solely for insertion purposes.

Tag #4 (HTML insertion tag) WILL be copied into whatever file the
HTML insert is inserted into. This will not cause any problems, however,
because REMOVER should always be used on files before ADDER is.


5. TAG EXAMPLES
~~~~~~~~~~~~~~~
<!-- HTMLINSERT|-->

Cause ADDER to not process this file because it is an HTML insertion
file, and not an entire HTML itself. 

<!-- Begin Header|ADDON.HTM -->

Cause ADDER to add "ADDON.HTM" into the space after this tag, or
cause REMOVER to remove this file from between this tag and the next
#2 tag.

<!-- Noprocess|-->

Neither ADDER nor REMOVER will process this file.

<!--HTMLINSERT-->

This is an incorrect tag. There is neither a "|" after the tag name
or a space between the <!-- and the tag name.

<!-- Begin Header| "addon.htm" -->

This is an incorrect tag. There is a gap between the "|" and the
filename, and the filename is in quotes.


6. How to contact the author, etc.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I can be reached for help or bug reports through Internet e-mail or
through my homepage. These two addresses are listed later on.
If you have ideas for more tags, tell me and they may be implemented 
in the next release. 

I'm also on MANx CAT BBS based in the Miami, Florida area:

(305) 245-0113

Under the name "Fire Frog"

Thanks to Robert Lister for the idea behind this program and help
programming it.

Other programs that can be downloaded off my page:

1. GIF Transparency modifier -- 'Net Fixer.
2. GIF Comment editor -- Change comments on MANY GIFs simultaneously.
3. Base64 programs -- Classic FrogWare

The author:

Sean O'Malley
"Fire Frog"
E-mail:   frog@star2.opsys.com
Homepage: http://www.geocities.com/SiliconValley/Park/3056/
_________________________________________________________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
