text2ruputer 0.1
~~~~~~~~~~~~~~~~

Converts proyect gutenberg's e-texts to a format suitable for reading
in the onhandPC using tinytext or tinybook.

Translation of the help screen:

===CUT===
text2ruputer - program to types texts in a form suitable to tinytext

Syntax:
        ./text2ruputer filename.txt name
                [maxfilesize [numcol [flagbreak [flagnojoin [flagdoublesp]]]]
Where:
        filename.txt - the file to typeset
        name         - the prefiz for the files name_nn.txt that the program creates
        maxfilesize  - the maximum file size to create (i.e.15360)
        numcol       - the number of colums available in screen (i.e.25)
        flagbreak    - (activated with an 1) if you want to put an LF
                       in the case in which the line ends in the last column
        flagnojoin   - (activated with an 1) if you don't the program want to
                       join non-blank lines to fill most screen state.
        flagdoublesp - (activated with an 1) if you dont wan't the program to
                       substitute multiple spaces for just one space.
NOTE: The texts must be in UN*X format, not in DOS format, as the
      program deletes the \n but doesn't deletes the \r(^M). For that purpose
      you can use the following utilities: fromdos, recode or dos2unix.
===CUT===

The program is compiled for Linux x86, but it's faily portable, you should be
able to compile if with any ANSI-C compiler available.

Regards,
Dario
dari@softhome.net
