pdontthink a7eb6ab52c templateset_default and templateset_fallback are IDs now, not unpredictable index numbers 19 年之前
..
abook_take 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
administrator a7eb6ab52c templateset_default and templateset_fallback are IDs now, not unpredictable index numbers 19 年之前
bug_report 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
calendar 4db0659c37 removed non-standard wrap attribute 19 年之前
change_password 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
filters 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 年之前
fortune 2fd785d63d using popen instead of shell_exec. shell_exec is disabled in safe mode. 19 年之前
info 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 年之前
listcommands 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
mail_fetch 36d5e26cef added phpdoc header to mail_fetchs constants file 19 年之前
message_details 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 年之前
newmail 59ae6f3ac2 removing trailing ?> from function scripts 19 年之前
sent_subfolders 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 年之前
spamcop 68be7e48f7 no need to pass $key variable to sqimap_login anymore 19 年之前
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 年之前
translate b52fa1bc98 updated google translate form. 19 年之前
README.plugins f3b243e033 minor changes 22 年之前
index.php 83fdb4c332 copyright update 19 年之前

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.