This used to be a document describing how to compile and install the
plugins, when they were distributed separately to the main papaya
package.  Now they're built as part of the main papaya package.

Location of Plugins
-------------------

Plugins can be installed in one of two locations:

  $PREFIX/share/papaya/plugins
  $HOME/.papaya/plugins

If one plugin is in both locations, behaviour may be erratic if both are
enabled.  You can enable/disable them individually by using the
About->Plugins dialog.

Creation of Plugins
-------------------

Anyone with some basic C++ programming knowledge can create a plugin for Papaya.
See the API documentation in doc/PLUGIN and the existing plugins for help.

Plugins can also be created in Python, if the PythonPlugin is compiled and
installed.  See doc/PythonPlugin and the python plugins in contrib/ for help.

Submission of Plugins
---------------------

If you have written a plugin you would like to see included in Papaya's plugin
distribution, email the plugin _source_ to c.allen@lancaster.ac.uk with the
following information:

  o License under which the plugin is released.
  o Any copyright information - eg Copyright (C) 2001 Catherine Allen
  o Accompanying documentation - how to use the plugin.

If you have written a plugin, but don't want it in the main Papaya distribution
and are able to host it on your own webpage, I can create a link to it from
the main Papaya page.
