aggregator.pages.inc
Version
1.12 (checked in on 2008/01/08 at 10:35:40 by goba)
Description
User page callbacks for the aggregator module.
Functions
| Name | Description |
|---|---|
| aggregator_categorize_items | Form builder; build the page list form. |
| aggregator_categorize_items_submit | Process aggregator_categorize_items form submissions. |
| aggregator_categorize_items_validate | Validate aggregator_categorize_items form submissions. |
| aggregator_feed_items_load | Load feed items by passing a SQL query. |
| aggregator_page_categories | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_opml | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | Menu callback; displays all the feeds used by the aggregator. |
| template_preprocess_aggregator_feed_source | Process variables for aggregator-feed-source.tpl.php. See alsoaggregator-feed-source.tpl.php |
| template_preprocess_aggregator_item | Process variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php |
| template_preprocess_aggregator_summary_item | Process variables for aggregator-summary-item.tpl.php. See alsoaggregator-summary-item.tpl.php |
| template_preprocess_aggregator_summary_items | Process variables for aggregator-summary-items.tpl.php. See alsoaggregator-summary-item.tpl.php |
| template_preprocess_aggregator_wrapper | Process variables for aggregator-wrapper.tpl.php. See alsoaggregator-wrapper.tpl.php |
| theme_aggregator_categorize_items | Theme the page list form for assigning categories. |
| theme_aggregator_page_opml | Theme the OPML feed output. |
| theme_aggregator_page_rss | Theme the RSS output. |
| _aggregator_page_list | Prints an aggregator page listing a number of feed items. |
