

TODO
----
	* No return of request on RoxenChallenger server (???)
	* To prevent that the Javascript is not truncated 
        * To manage the recursivity of the URI in tag OBJECT 
	

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).


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


NEW 0.5b1
---------
	* Addition of the option conf
	* Start coding a new parser (without JavaCC)
	* Redirection automatic for status code 3xx (http answer)
	* Bug fixes:
		- Bad tag management
		- internal link


NEW 0.4b5
---------
	* New presentation for repeat option (all,deepest)
	* New interaction mode
	* Now there is a GUI for launch the linearizer


NEW 0.4b4
---------
	* Recursive mode now accessible using local file and stdin too
	* Management of frame tag (accessible only in recursive mode)
	* Management of link tag
	* Management of form tag
        * Management of object tag (recursive mode doesn't run)
	* Management of applet tag
	* Management of Image Map (recursive mode doesn't run)
	* Bug fixes:
		- New anchor,img, base function
		- Forget embedded parameter embedded in recursive mode
		- New Header for page turned over
		- Management of the data between tr and th or td tag
 		  (eg. <tr><form ...><td>
                   it's important to keep this information)
		- mode recursif ne touche pas aux adresses autre que http://
		
		
NEW O.4b3
---------
	* New option -base
		To give the basic URL which filter will use when one activates 
		the -e option (see below). 
	* New option -e (for embedded url)
		If this option is activated, then the filter will change the 
		relative addresses (image and anchor actually) in way has 
		to give correct links 
		and images. 
 		To do that, the filter uses url address that one him gives 
		(option -url or servlet mode), either the tag BASE of 
		document HTML, or the -base option.
	* Embedded option in html form.
	* Replacement of successive spaces by only one.  
	* Bug fixes: 
		line separator and space separator
		recursive table


NEW 0.4b2
---------
	* New management of tags IMG and A HREF (there is a 
   	  bug some times for the images)
	* It's now possible to choose simply the service that one 
          wants to use when one activates the recursive mode
          	- for the servlet, in servlet.properties file (in directory
                  examples of the archive) change the value of service 
		  parameter 
                  and put the url of an active Linearizer servlet (yours 
		  normally).
                - for the command line, edit config.cfg and put 
                  the url of an active Linearizer servlet.
	* The parameters given to the servlet are now coded according to the 
	  standard
          (i.e  http://www.w3.org => http%3A%2F%2Fwww.w3.org)
	* New option -x, only in mode of command for the moment, 
          useful for the lynx users (it functions only if the recursivity is 
          activated and if you use "-url" option). 
	
		    

============================ French below ==================================== 




NEW 0.4b1
---------
	* Implementation de l'option d'interactivite au niveau table (option 1)
	

NEW 0.3b4
---------
	* Fin de la gestion de l'option de repetition des entetes
	* le filtre precise a present lorsqu'une cellule ne 
	  possede aucune entete associe
	* correction du parser pour qu'il supporte des syntaxes qu'il ne 
	  prenait pas auparavant (i.e <A HREF="http://www.w3.org" ">)

NEW 0.3b3
---------
	* Mise a disposition via la servlet du debut 
	  d'implementation de l'option repeat (cf. 0.3b1)
	* Modification de SimpleServlet et Linearize pour dissocier
	  Linearize des servlets. Plus besoin a present d'installer 
	  le jsdk si on utilise uniquement JLinear par la ligne de 
	  commande.

NEW 0.3b2
---------
	* L'attribut header est a present gere comme le veut la norme
	* Les cellules de donnees et d'entetex vides ne sont plus 
	  affichees
	* Le jdk minimum est a present le jdk1.1.7B (jdk1.2 pour la version
	  precedente).

NEW 0.3b1
---------
	* Nouvel arbre de systaxe (code optimise, plus simple)
	* Bug fixes au niveau de la generation de l'ASP
	* Implementation de l'option "Deepest header for each cell" du 
	  formulaire (cf. partie repeat).
	* ATTENTION: l'attribut header est a present ignore lors 
	             de la linearization. 
	* En cours d'implementation: 
		     gestion de l'attribut header comme
		     une liste et non plus comme une valeur unique.


NEW 0.2b1p1
-----------
	* On remplace dans les donnees des cellules les '\n', '\r' et <BR> 
          par un espace (on gagne en lisibilite)


NEW 0.2b1
---------
	* Une reprise sur erreur beaucoup plus fine (presque valide pour 
	  les servlets)
	* reconnaissance des '\n','\t','\r' dans la ligne de commande
	  comme separateur

NEW 0.2b
--------

	* Pour les images et liens relatifs utilisation du tag <BASE si il 
	  est present dans la page, sinon tentative avec l' adresse de la 
	  page web en mettant a la place du nom du fichier l'url relatif
	  (pas de solution pour un resultat correct a 100%) 




