corrade-http-templates – Diff between revs 1 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 1 Rev 24
Line -... Line 1...
-   1 -:[ About ]:-
-   2  
-   3 The instant message template will allow any web client to send and receive
-   4 messages to and from avatars on a Linden Lab grid to which Corrade [1]
-   5 connects to. In this case Corrade acts as a relay for both receiving
-   6 instant messages on the grid and then displaying the messages online via
-   7 this template as well as a relay for sending messages by sending an
-   8 instant message for every message sent by this template.
-   9  
-   10 -:[ Requirements ]:-
-   11  
-   12 * A modern browser: Chome, Opera, Firefox, Safari...
-   13 * A webserver.
-   14 * PHP version 5 and beyond.
-   15 * the curl extension.
-   16  
-   17 -:[ Setup ]:-
-   18  
1 Rename config.php.dist to config.php and edit config.php to configure the 19 1.) Rename "config.php.dist" to "config.php" and edit "config.php"
-   20 to reflect your settings in Corrade.ini
-   21 2.) Enable the Corrade permissions for your configured group:
2 template. 22 * talk
-   23 * notifications
-   24 3.) Enable the notifications for your configured group:
-   25 * message
-   26 4.) Run the installMessage.php file from a console (you only need to
-   27 do this once):
-   28 php installMessage.php
-   29 5.) Place the all the files in a directory on your webserver.
-   30 6.) Navigate to instantMessage.html in your browser and enjoy.
-   31  
-   32 -:[ References ]:-
-   33  
-   34 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade