squirrelmail/plugins
2001-04-29 15:05:02 +00:00
..
index.php added plugins directory (without archives) 2001-02-10 17:59:23 +00:00
make_archive.pl * More changes. Sorry. Shoulda made them the first time. 2001-03-23 21:34:48 +00:00
README.plugins * Updated docs to tell the user to read any documentation that came with the 2001-04-29 15:05:02 +00:00

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 or other documentation in your new plugin.  Follow
      any important configuration instructions inside (usually there are
      none).

  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.