.1	Required setup
<p>The following setup information is required by wxpqdic:
</p>
<ul>
<li><b>Host</b>%%index text=host%%<br>
The computer running the printqdi daemon.
</li>
<li><b>Port</b>%%index text=port%%<br>
The TCP port number the printqdi daemon is listening on.
</li>
<li><b>Queue</b>%%index text=queue%%<br>
The name of the LPRng print queue you want to use.
</li>
<li><b>Interval</b>%%index text="refresh interval"%%<br>
The refresh interval in seconds.
</li>
</ul>
<p>You can configure preferences or provide the information
on the command line.
</p>

.1	Command line arguments
<pre>
wxpqdic -h <i>host</i> -p <i>port</i> -q <i>queue</i> -i <i>interval</i>
</pre>

.1	Preferences
<p>You can use a section</p>
<pre>
[application=wxpqdic]
/printqd/host=<i>Host</i>
/printqd/port=<i>Port</i>
/printqd/queue=<i>Queue</i>
/printqd/interval=<i>Intervall</i>
</pre>
<p>in the ${sysconfdir}/dk3app-site/dk3pref.conf file.</p>
<p>${sysconfdir} is typically ``/etc'' or ``/usr/local/etc'' on
Linux/Unix or ``C:\\Program Files\\Krause\\etc'' on Windows systems.
</p>
