Grouper Documentation
Grouper Documentation
twitter youtube linkedin google-plus
Grouper: RSS manager, XML converter, website scraper
Web This Site

Grouper - Documentation


Getting Started: Free Download | Purchase | Install
Reference: Functions | Plugins | Themes
Etc.: Configure | Affiliates

Daypop Plugin

The Daypop plugin 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 use the Daypop plugin, daypop.php must be located in the "plugins" folder inside the folder containing grouper.php. This is the default location when Grouper Evolution is installed.

Use:
The following code searches Daypop and outputs the results in RSS format:

<?php
require_once '/YOUR/PATH/TO/grouper/grouper.php';
GrouperLoadPlugin('daypop.php');
GrouperShow('SEARCH TERMS','CACHE-FILE-NAME');
?>

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.