Functions for writing Plugins
From GeeklogWiki
The functions below are what you need to write your own plugin including any extra parameters that you need to pass in. Towards the end of the page, there is also a Description of the API, just incase you need it to help understand in the plugin process.
Note about <plugin name>: You will see references to <plugin name> in all the functions below. The <plugin name> values will come from you the name of your plugin tarfile. All plugin tarfiles have a strict naming convention that they must follow and it is:
<plugin name>_<plugin version>_<geeklog version>.tar.gz e.g. photos_1.0_1.3.tar.gz

