This directory contains some additional scripts for Site@school.

It contains the following scripts:

-tv.php
This script belongs to the TV module, please see the TV module chapter
on how to use this script.
The TV module will be installed automatically on 2.4.
If you don't have the TV module you can run the starnet/install/install_tvmodule.php 
to get the module installed.

-------------------------------------------------------------------------------------
- logging.php 
If you want extra logging you can uncomment the line 133 from
the starnet/index.php file:
//   include("addons/logging.php");


-------------------------------------------------------------------------------------
- slideshow_full.php
This is a full screen version of the slideshow in the allbum module,
see slideshow_full.txt for more information


-------------------------------------------------------------------------------------
- rss.php
Can be used to create an RSS feed of 20 pages of your site which
have been recently changed .

Give your RSS reader the following link:
http://www.yoursite.com/starnet/addons/rss.php

Real RSS feed programs give only the changes of the page, this script
show the page itself for normal content and for modules it gives the page link only.


-------------------------------------------------------------------------------------
- scroll_page.php
This script can scroll down a page from S@S automatically and at the end
of the page it starts again.
Can be usefull to display announcements etc.

The welcome text has to be set in the configuration table via
the config_key scroll_page_welcome.
If you install the "tv" module you can set it from there.