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

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 24 Rev 72
1 -:[ About ]:- 1 -:[ About ]:-
2   2  
3 The inventory browser template will let you browse the Wizardry and 3 The inventory browser template will let you browse the Wizardry and
4 Steamworks Corrade scripted agent's [1] inventory from a webpage. It 4 Steamworks Corrade scripted agent's [1] inventory from a webpage. It
5 will also allow you to perform various functions such as download 5 will also allow you to perform various functions such as download
6 textures, sounds, read notecards and even drag and drop to move items 6 textures, sounds, read notecards and even drag and drop to move items
7 around in Corrade's inventory. 7 around in Corrade's inventory.
8   8  
9 -:[ Requirements ]:- 9 -:[ Requirements ]:-
10   10  
11 * A modern browser: Chome, Opera, Firefox, Safari... 11 * A modern browser: Chome, Opera, Firefox, Safari...
12 * A webserver. 12 * A webserver.
13 * PHP version 5 and beyond. 13 * PHP version 5 and beyond.
14 * the curl extension. 14 * the PHP curl extension.
-   15 * PHP composer.
15   16  
16 -:[ Setup ]:- 17 -:[ Setup ]:-
-   18  
-   19 1.) Run the following command inside the directory:
-   20  
-   21 composer require was/utilities:dev-trunk
-   22  
17   23 in order to install all the requirements.
18 1.) Rename "config.php.dist" to "config.php" and edit "config.php" 24 2.) Rename "config.php.dist" to "config.php" and edit "config.php"
19 to reflect your settings in Corrade.ini 25 to reflect your Corrade settings.
-   26 3.) Enable the Corrade permissions for your configured group:
20 2.) Enable the Corrade permissions for your configured group: 27  
-   28 * inventory
21 * inventory 29
22 3.) Place the all the files in a directory on your webserver. 30 4.) Place the all the files in a directory on your webserver.
23 4.) Navigate to inventoryBrowser.html in your browser and enjoy. 31 5.) Navigate to inventoryBrowser.html in your browser and enjoy.
24   32  
25 -:[ References ]:- 33 -:[ References ]:-
26   34  
27 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade 35 [1] Corrade - http://grimore.org/secondlife/scripted_agents/corrade
28   36