
File Paths and Output
Options
![]()
Text file output
When Wordz is running, it is possible to save its output as a Text File. To do this, you must specify a filename in the Text File path box. You can either type a valid filename into the box or click on the 'Browse' button next to it to select a file. Next, you should specify how many Sentences of output should be saved in the Lines text box. Wordz will remember this many Sentences, then begin to throw away the first ones in the list as it adds more. The text file is saved after each session of output, either when testing or running as a screensaver.
HTML file output
Wordz can also insert its output into HTML web pages. In order to do this, you should first design the page in which the output text is to appear. In the place where you want the output to appear, you should insert the following non-standard HTML tags:
<WORDZ> (text goes here)</WORDZ>
When Wordz generates a page of output, and is in HTML mode, it loads the HTML file and scans it for these tags, inserts the output text then saves the file. The browser must be forced to refresh the file in sync with Wordz, so make sure the HTML file contains the following code:
META HTTP-EQUIV="refresh" CONTENT=3
The value of CONTENT is the number of seconds between refreshes.