Grouper: Convert web pages and news searches to RSS Daypop Plugin for Grouper Evolution
The extendable version of Grouper
 
Daypop is a plugin bundled with Grouper Evolution. It can be used to search Daypop for news items, blog posts, etc. Since Daypop is able to return its results in RSS format, the plugin simply returns the search results as formatted by Daypop.
 
Installation:
To install Daypop, put daypop.php into the "plugins" folder inside the folder containing grouper.php.
 
Use:
To tell Grouper Evolution to use Daypop, enter the following command into your webpage after "require_once '/path/to/grouper.php';":
 
     GrouperLoadPlugin('daypop.php');
 
Configuration:
You may configure the behavior of the Daypop plugin using the function GrouperSourceConf, as follows:
     GrouperSourceConf('OptionName','new value');
 
See this page for a description of the options available for the Daypop plugin.