Schedwi is a task scheduler.  It can run scripts or commands on remote agents
at a specified date and time and its chaining capability allows tasks to be
run in sequence.  Schedwi is composed of the following components:

* The server schedules the tasks and submits them to the agents.
  The execution of a task can be triggered by date and time but also by the
  result of a previous task or by the existence of a file on a remote agent
  (useful when a task must process a file generated by a previous task).

* The agents receive the task requests from the server and run them on the
  local host.  They report the execution status to the server.

* A command line tool can be used to manage the server, to follow the task
  scheduling in real and to define new tasks.  A graphical interface is
  also available.

This package (schedwisrv) is the server part of Schedwi.
It comes as two daemons that must be run on the server.
It also contains the text user interface to administrate Schedwi.


See the file INSTALL for building and installation instructions.
The full documentation is available in HTML and DocBook under the doc
directory.

Please send all bug reports by electronic mail to:
    rv4m@yahoo.co.uk

Schedwi is free software.  See the file COPYING for copying conditions.
