File:  [Public] / Amaya / amaya / TextFileT.T
Revision 1.2: download - view: text, annotated - select for diffs
Tue Mar 9 14:38:28 1999 UTC (25 years, 3 months ago) by cvs
Branches: MAIN
CVS tags: HEAD
Saving and Printing of text files or CSS files.
Updating the tar scripts
Fixing the bug of the libjpeg
Irene

	 { I. Vatton 	 February 1999 } 

TRANSLATION TextFile;

LINELENGTH 200;

RULES

 TextFile: BEGIN
	END;

 Document_URL: BEGIN
        Remove;
	END;

 Line_: BEGIN
	Create '\12' After;
	END;

TextTRANSLATE
	BEGIN
	'\212' -> '\12'; { &CTLrc; }	
	END;
END

Webmaster