comparison recurring_lines.xml @ 7:d64eace4f9f3 draft

Uploaded
author bgruening
date Sat, 17 Jan 2015 08:30:15 -0500
parents 8928e6d1e7ba
children c78b1767db2b
comparison
equal deleted inserted replaced
6:8928e6d1e7ba 7:d64eace4f9f3
28 </param> 28 </param>
29 <when value="user"> 29 <when value="user">
30 <param name="times" size="10" type="integer" value="10" min="1" label="How many times?"/> 30 <param name="times" size="10" type="integer" value="10" min="1" label="How many times?"/>
31 </when> 31 </when>
32 <when value="file"> 32 <when value="file">
33 <param name="infile" type="data" format="txt" label="Template file" 33 <param name="infile" type="data" format="txt" label="Template file"
34 help="For every line, the specified characters will be written once. That means X is the line-number from the given file."/> 34 help="For every line, the specified characters will be written once. That means X is the line-number from the given file."/>
35 </when> 35 </when>
36 </conditional> 36 </conditional>
37 </repeat> 37 </repeat>
38 </inputs> 38 </inputs>
64 </tests> 64 </tests>
65 <help> 65 <help>
66 <![CDATA[ 66 <![CDATA[
67 .. class:: infomark 67 .. class:: infomark
68 68
69 **What it does** 69 **What it does**
70 70
71 This tool creates a text file with recurring lines. You can specify a bunch of characters or entire sentences. 71 This tool creates a text file with recurring lines. You can specify a bunch of characters or entire sentences.
72 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. 72 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.
73 In case the user provides a file, the line number will be used as X. 73 In case the user provides a file, the line number will be used as X.
74 74
75 @REFERENCES@ 75 @REFERENCES@
76 ]]> 76 ]]>