	Txt file reflow system.
	Written by neurocyp+reflow [_at_] gmail [dot] com

    Scripts controlling the process:
    
	reflow.app - txt file reflow, it supports multi undo action
	undo.app - undo last reflow (just add to config)

    Awk scripts:

	reflow.awk - the main script, that does the processing.
	stat_text.awk is preanalisis, you can extend it whater you want


    **** INSTALLATION
    Unzip the archive in your /system direcotry in the internal memory.
    
    To install this script in your pocketbook edit file:
	system/config/extensions.cfg
    find the line beginning with:
	txt:@Text_file:1:
    and add
	reflow.app,undo.app
before
	:ICON_TXT

    my entry is for eg. this:
	txt:@Text_file:1:fbreader.app,reflow.app,undo.app:ICON_TXT












have fun
