Upload the following three files to your webserver:
- brimyyyy-xxx.tar.gz (yyy is either 'full' or 'lite', xxx is a versionnumber with a date) - Tar.php - unpack.php
The package will unpack in a subdirectory called brim, upload the files one level higher than where you would like your application to be. For instance: to have the application available at http:yoursite.com/brim and your webroot is /home/yourname/public_html you should upload your files to /home/yourname/public_html and not something like /home/yourname/public_html/brim! ...
brimfull-1.0.4-08-nov-2005.zip
Content: Homepage.php, Close.inc.php, Config.inc.php, Connect.inc.php, Create Table.inc.php, Homepage.sql, Lib.inc.php, Liens.inc.php, Lang En.inc.php, Lang Fr.inc.php, Lang Ru.inc.php, Main.inc.php, Navig.inc.php, Page.inc.php, ...
This file should be in http:localhost/sitebar/plugins directory. Move the whole directory to achieve this for proper installation.
Currently there can be only "command" and "auth" plugins. That is plugins which change some commands or add new functionality via commands and plugins for alternate authorization (which will usually have its command part as well).
One plugin can implement more plugin types.
More documentation will be written if there will be visible interest in plugins. Currently LDAP plugin should be used as ...