
This is the newsticker module for TUTOS

Installation: 
  After unpacking this module you should have a ticker subdirectory in your
  [tutos install dir]/php directory with all files neccessary for this module

Activation
  For activation you should have a line
  @include("checklist/mconfig.pinc");
  somewhere in your [tutos install dir]/php/modules.pinc file

  For proxy usage look at $tutos[proxyhost] and $tutos[proxyport] in config.pinc

Usage
  This is a easy module that only provides one link in the users MyTUTOS Page
  The Module will show a page with ticker messages of some Internet news sites.
  The Usage of the package could be controlled with the well known Access Control 
  System of TUTOS in the user or team modify screens.


Restrictions
  The WebServer must be able to retrieve the ticker data via unproxied http get calls.


# $Id: README,v 1.1 2003/02/05 18:17:34 gokohnert Exp $