Mercurial > repos > bgruening > text_processing
diff recurring_lines.xml @ 7:d64eace4f9f3 draft
Uploaded
author | bgruening |
---|---|
date | Sat, 17 Jan 2015 08:30:15 -0500 |
parents | 8928e6d1e7ba |
children | c78b1767db2b |
line wrap: on
line diff
--- a/recurring_lines.xml Thu Jan 08 09:07:31 2015 -0500 +++ b/recurring_lines.xml Sat Jan 17 08:30:15 2015 -0500 @@ -30,7 +30,7 @@ <param name="times" size="10" type="integer" value="10" min="1" label="How many times?"/> </when> <when value="file"> - <param name="infile" type="data" format="txt" label="Template file" + <param name="infile" type="data" format="txt" label="Template file" help="For every line, the specified characters will be written once. That means X is the line-number from the given file."/> </when> </conditional> @@ -66,9 +66,9 @@ <![CDATA[ .. class:: infomark -**What it does** +**What it does** -This tool creates a text file with recurring lines. You can specify a bunch of characters or entire sentences. +This tool creates a text file with recurring lines. You can specify a bunch of characters or entire sentences. The entire string will be printed X times separated by a line break. X can be either given by the use as a number or calculated by a given file. In case the user provides a file, the line number will be used as X.