pdontthink a7eb6ab52c templateset_default and templateset_fallback are IDs now, not unpredictable index numbers 19 years ago
..
abook_take 59ae6f3ac2 removing trailing ?> from function scripts 19 years ago
administrator a7eb6ab52c templateset_default and templateset_fallback are IDs now, not unpredictable index numbers 19 years ago
bug_report 59ae6f3ac2 removing trailing ?> from function scripts 19 years ago
calendar 4db0659c37 removed non-standard wrap attribute 19 years ago
change_password 59ae6f3ac2 removing trailing ?> from function scripts 19 years ago
filters 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 years ago
fortune 2fd785d63d using popen instead of shell_exec. shell_exec is disabled in safe mode. 19 years ago
info 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 years ago
listcommands 59ae6f3ac2 removing trailing ?> from function scripts 19 years ago
mail_fetch 36d5e26cef added phpdoc header to mail_fetchs constants file 19 years ago
message_details 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 years ago
newmail 59ae6f3ac2 removing trailing ?> from function scripts 19 years ago
sent_subfolders 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 years ago
spamcop 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 years ago
squirrelspell 98859870d4 compose_button_row hook updated to new plugin/templating scheme. Please learn from this and fix plugins instead of reverting other code 19 years ago
translate b52fa1bc98 updated google translate form. 19 years ago
README.plugins f3b243e033 minor changes 22 years ago
index.php 83fdb4c332 copyright update 19 years ago

README.plugins

Plugins
=======

To understand more about plugins, read doc/plugin.txt

For the impatient, here is an extremely brief overview of how to
install plugins.

1. Change to the plugins directory.

$ cd plugins/

2. Unarchive the plugin.

$ tar -zxvf /home/me/myplugin.tar.gz

3. Note the directory that the plugin was created into. For this
example, we will assume it was put in the directory: myplugin/.

4. Read the README, INSTALL or other documentation in your new plugin.
Follow any important configuration instructions inside (about half
the time there are none, sometimes they are extensive).

$ cd myplugin/
$ more README

5. Go to the config directory and run conf.pl

$ cd ../../config/
$ ./conf.pl

6. Choose option 8 and proceed to add the new plugin following
the instructions there. Save and exit, and your plugin should
be in place.