NOTE
----
	* The lynx mode can be activated only with "-r" or "-e" option
	* The interaction mode must be active in "url" mode
	* Sometimes it's necessary to make a refresh to correctly see
	  the images




NEW 0.6b1
---------
	* Tablin uses now the new parser as standard. 
	* Addition of the option tag "javacc" (which is going to allow 
	  to use the ancient parser with JavaCC).
	* Addition of the option tag "tag" which locate the declaration tag 
	  file (tag.dec).
	* Bug fixes:
		- Bad tag management
		- internal link


NEW 0.6b2
---------
	* input stream bufferized to improve performances.
	* deletion of the regexps of gnu in filter 
	  plug-in (concerns performances).



Important
---------

The version 0.6 brings a major change. The filter was completely transformed
not to use any more JavaCC. It is nevertheless possible to use the older 
parser with the -javacc option.


Functioning
-----------

The engine is a minimal pit which is going to load dynamically 
the classes which correspond to the management of every tags. 
A file "tag.dec" is going to allow to make connection enters the tag html 
and the file Java in executer. If one wants to administer the tag <IMG 
he will be enough to put in the file a line 
<IMG Image

This will have the effect of calling the class 
Image has every times when we shall meet a html tag image. 
The Image class should be coded by implementing interface Java TagInterface 
and should be in the repertory org/w3c/wai/tablin/filter/addon.