| 1 |
$Id: README.txt,v 1.13.4.1 2009/10/21 11:28:03 justinrandell Exp $
|
| 2 |
|
| 3 |
Chat Room allows users to talk together in real time. Users enter chat rooms
|
| 4 |
which can have multiple chats. Permissions can be set to restrict who can
|
| 5 |
access, edit, and create chats and chat rooms.
|
| 6 |
|
| 7 |
INSTALLATION
|
| 8 |
============
|
| 9 |
|
| 10 |
1. Download the module from Drupal.org/project/chatroom and save it to your
|
| 11 |
modules folder.
|
| 12 |
2. Enable the module at admin/build/modules.
|
| 13 |
3. Copy chatroomread.php from the chatroom folder to the webroot of your site.
|
| 14 |
chatroomread.php should sit next to your index.php file.
|
| 15 |
4. Enable access to chatrooms and chat for some roles on your site.
|
| 16 |
|
| 17 |
HACKING
|
| 18 |
=======
|
| 19 |
|
| 20 |
Chatroom is currently under heavy development. The DRUPAL-6--2 branch is where
|
| 21 |
the action is, while the DRUPAL-6--1 branch is strictly for bug fixes, and will
|
| 22 |
be deprecated as soon as the DRUPAL-6--2 branch is stable enough.
|
| 23 |
|
| 24 |
Check the HACKING.txt file and the issues queue for the latest.
|
| 25 |
|
| 26 |
Patches, testers, feature suggestions, bug reports etc all welcome!
|
| 27 |
|