stekkel e3c519e440 cleanup up filter plugin 21 سال پیش
..
abook_take 3f2cb10590 One encoding step too much. 21 سال پیش
administrator a981df9c83 Changing Squirrelmail to SquirrelMail in strings 21 سال پیش
bug_report 5d83344759 Merging two strings and making external links open in a new window 21 سال پیش
calendar 29ff440043 renaming function in order to remove phpdoc error 21 سال پیش
change_password 716a754b25 added phpdoc blocks. 21 سال پیش
filters e3c519e440 cleanup up filter plugin 21 سال پیش
fortune 358698ff09 Improve HTML escaping 21 سال پیش
info a981df9c83 Changing Squirrelmail to SquirrelMail in strings 21 سال پیش
listcommands 999e884a04 Use forms.php functions. 21 سال پیش
mail_fetch c4b2627b84 String fix 21 سال پیش
message_details 999e884a04 Use forms.php functions. 21 سال پیش
newmail eb5cc10e7a Fixed HTML bug 21 سال پیش
sent_subfolders cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 21 سال پیش
spamcop 63ed6d0e1e Minor string fix 21 سال پیش
squirrelspell fcc5f2fb25 Moving HTML out of strings and updating some tags to XHTML 21 سال پیش
translate 8478bcabb7 translator moved to other address 21 سال پیش
README.plugins f3b243e033 minor changes 22 سال پیش
index.php cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 21 سال پیش
make_archive.pl 9227a42cd1 * More changes. Sorry. Shoulda made them the first time. 24 سال پیش

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.