To install tvdrai tar-unzip the distribution
package in any directory. It can be executed
right away, although you might want to have
a closer look at its configuration.

Make sure that:

* you have execution permission on tvdrai.pl
* there is a subdirectory news/ where the
  PERL script stands in
* you have write and execution permission on
  subdirectory news/

Edit tvdrai.pl in order to change the location
of PERL interpreter according to your system
directory structure. PERL interpreter location
can be obtained issuing the

> whereis perl

command.

The only three parameters you might want to retouch
are:

$level: indicates the number of news pages to retrieve.
Please note that a news page contains some 15 news feeds!
$level must be equal or greater than 1. There is no
check on its value.

$timeout: tells lynx for how long to retry to retrieve
any web page related to the operation of tvdrai.
Set it high for slow or busy network connections.
Its unit are "seconds" and must be greater or equal
to 0.

$break: pauses the execution for the given amount
of seconds between the retrieval of each news feed.
Must be equal or greater than zero.


