Fredrik Jervfors 2405c2b049 Minor code cleanup пре 21 година
..
abook_take 9e3ed702b3 declaration needs two * in order not to create phpdoc errors пре 21 година
administrator 93e73bbbac Indentation and XHTML fix пре 21 година
bug_report 17fa1a4fbb Indentation пре 21 година
calendar 29ff440043 renaming function in order to remove phpdoc error пре 21 година
change_password 716a754b25 added phpdoc blocks. пре 21 година
filters e287acf13d Fixing minor typo пре 21 година
fortune 358698ff09 Improve HTML escaping пре 21 година
info 2405c2b049 Minor code cleanup пре 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 91d6cd59d5 Removing HTML tags from strings пре 21 година
translate 9d0574cde8 I think plural tense should use only ' instead of 's пре 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.