This directory contains several sample plugins written in a variety of
languages. Please refer to the documentation for more details.

SamplePythonChannel
-------------------

This is the simplest example of all and demonstrates how to write a channel
plugin. It generates a fixed, dummy RSS feed.

SamplePythonChannel2
--------------------

This extends SamplePythonChannel by adding plugin parameters that allow
the user to configure a few variables used to generate the dummy RSS feed.

SampleVBScriptChannel
---------------------

A very simple channel plugin written in VBScript that generates a fixed,
dummy RSS feed.

SamplePythonPlugin
------------------

An example of an application plugin. This one is similar to SamplePythonChannel2
but since it is an application plugin rather than a channel plugin, it also
needs to generate an HTML page when the user initially opens the plugin.

SampleCppPlugin
---------------

A C++ version of SamplePythonPlugin.

SampleJavaPlugin
----------------

A more sophisticated example of an application plugin that allows the user 
to subscribe to multiple channels. It generates RSS feeds by querying 
a database and returning the rows found as a feed.


