| 1 |
; $Id: $
|
| 2 |
|
| 3 |
********************
|
| 4 |
* Module Functions *
|
| 5 |
********************
|
| 6 |
This module allows a Jaiku stream to be cleanly added in a block
|
| 7 |
The Full Stream, User Info, and the current presence information are supported.
|
| 8 |
|
| 9 |
****************
|
| 10 |
* Installation *
|
| 11 |
****************
|
| 12 |
Just drop it into the normal place and turn it on via Administer > Site building > Modules.
|
| 13 |
Before the module can be fully used, it must first be configured in Administer > Site configuration > Jaiku Settings.
|
| 14 |
|
| 15 |
Usage:
|
| 16 |
Configure what to display in the block configuration panel.
|
| 17 |
Configuration differs depending on the type of stream to display, as set above.
|
| 18 |
|
| 19 |
*******************
|
| 20 |
* IMPORTANT NOTE! *
|
| 21 |
*******************
|
| 22 |
Because this module uses JSON to interact with the Jaiku API, it requires PHP 5.2 or later. If you have the JSON PECL extension installed and wish to use this module, simply remove line 7 in the jaiku.info file and enable the module as you would any other module. Note that whenever you upgrade this extention, you will have to make this change again.
|