/*-------------------------------------------------------+
| PHP-Fusion Content Management System
| Copyright  2002 - 2008 Nick Jones
| http://www.php-fusion.co.uk/
+--------------------------------------------------------+
| TinyChat 1.27 Infusion fr PHP-Fusion 7.00 CMS
+--------------------------------------------------------+
| Filename: README_EN.txt
| Author: Christian Wolf (Lupo)  2005-2008
| Web: http://tinychat.LupoSoft.de
| E-Mail: tinychat@LupoSoft.de
+--------------------------------------------------------+
| This program is released as free software under the
| Affero GPL license. You can redistribute it and/or
| modify it under the terms of this license which you
| can read by viewing the included agpl.txt or online
| at www.gnu.org/licenses/agpl.html. Removal of this
| copyright header is strictly prohibited without
| written permission from the original author(s).
+--------------------------------------------------------*/

date: 31. August 2008

DESCRIPTION
-----------
A very simple chatroom for smaller communities like sportclubs etc.

- Easy to handle
- No extra login (uses fusion loginname)
- Sidepanel for preview
- Seperate refreshtime settings for chatframe and preview panel
  (refreshes only if new messages are available)
- Seperate settings for the number of scrollable messages for chatframe and preview panel
- Archive function
- Guestposts can be allowed

LOCALES
------------
German
English
Dutch
Danish
Russian
Bulgarian
Persian

INSTALLATION
------------
1. Upload the folders and files to their respective locations on your server
2. Go to Admin Panel -> System Admin -> Infusions
3. Select "Ls Tinychat Panel" and press the Infuse button

Installation of the preview panel (optional)

4. Go to Admin Panel -> System Admin -> Panels
5. Add a new side panel for 'ls_tinychat_panel' and give it a name of "TinyChat" (or something appropriate)
6. Save the Panel, return to Panels Admin and enable the Panel.


SETTINGS
------------
In the infusion admin panel you can edit the messages (like shoutbox admin)
At this Time, the settings for refreshtimes, height of chat- and preview window
and number of viewable messages can only be done in the ls_tinychat_settings.php.
But there are reasonable values predefined.


CHANGELOG
---------
v1.27 (31.08.2008)
* Persian locale added. thanks to Mohammad Hasan Mazrooee.
* Fix: Locale 'ls100' replaced with 'lstc_title' in ls_tinychat.php.
* Fix: ls_tinychat_admin.php changed, now the footer displays correctly.

v1.26 (27.08.2008)
* Bulgarian locale added. thanks to Haunted (phpfusion-mods.com).
* Fix: redundant line 37 in infusion_db.php removed.


v1.25 (27.08.2008)
* license changed from GNU GPL v2 to GNU AGPL v3.
* Fix: Danish.php revised by Helmuth Mikkelsen
* Fix: $db_prefix changed to DB_PREFIX gendert.
* Fix: $db_prefix."ls_chat" changed to DB_LS_CHAT.
* Fix: $db_prefix."users" changed to DB_USERS.
* Fix: header("Location: ".location) changed to redirect(location).

v1.24 (26.08.2008)
* Fix: DB-definition in infusion.php and infusion_db.php corrected.

v1.23 (20.08.2008)
* Fix: compatibility problems between PHP 4 und PHP 5 fixed.
* Fix: refresh is now working properly :-)

v1.22 (20.08.2008)
* infusion code changed for PHP-Fusion 7.00
  ATTENTION: this version DOESN'T run on PHP-Fusion 6.xx anymore !!!

v1.21 (16.09.2007)
* minor layout changes, tablewidth now 100% instead of 600px.
* alert: undefined 'ls_tinychat_preview_frame' is now fixed.
* require_once corrected.
* default for Bodyclass changed from 'tbl1' to 'side-body'.
* german, english, danish, dutch und russian locale are now included.

v1.20 (14.10.2005)
* now the link to chat in previewpanel can be enabled/disabled.
* guests only have to enter their name once a session.
* fix: now hideing the previewpanel works also when the panel is on the left side.

v1.11 (08.10.2005)
* fix for Mozilla Firefox:
  Refresh and display of chatframe works without problems now.
* enhanced settings of preview panel:
  once you turn into TinyChat, the preview panel hides (default, switchable)

v1.10 (12.09.2005)
* now entries can be sent with the RETURN key.
* focus is on inputfield after send
* the setting wether guestposts are allowed are now independent of the shoutbox setting.
* three guestlevels adjustable: no access, read only, read and post.
* now guestposts are also shown with date and time.

v1.00 (09.09.2005)
* First version.
