aggregator.module

Version

1.233.2.8 (checked in on 2005/12/05 at 08:56:48 by dries)

Description

Used to aggregate syndicated content (RSS and RDF).

Functions

Namesort iconDescription
aggregator_admin_edit_categoryMenu callback; displays the category edit form, or saves changes and redirects to the overview page.
aggregator_admin_edit_feedMenu callback; displays the feed edit form.
aggregator_admin_overviewMenu callback; displays the aggregator administration page.
aggregator_admin_refresh_feedMenu callback; refreshes a feed, then redirects to the overview page.
aggregator_admin_remove_feedMenu callback; removes all items from a feed, then redirects to the overview page.
aggregator_blockImplementation of hook_block().
aggregator_cronImplementation of hook_cron().
aggregator_edit
aggregator_element_dataCall-back function used by the XML parser.
aggregator_element_endCall-back function used by the XML parser.
aggregator_element_startCall-back function used by the XML parser.
aggregator_form_category
aggregator_form_feed
aggregator_get_category
aggregator_get_feed
aggregator_helpImplementation of hook_help().
aggregator_menuImplementation of hook_menu().
aggregator_page_categoriesMenu callback; displays all the categories used by the aggregator.
aggregator_page_categoryMenu callback; displays all the items aggregated in a particular category.
aggregator_page_lastMenu callback; displays the most recent items gathered from any feed.
aggregator_page_opmlMenu callback; generates an OPML representation of all feeds.
aggregator_page_sourceMenu callback; displays all the items captured from a particular feed.
aggregator_page_sourcesMenu callback; displays all the feeds used by the aggregator.
aggregator_parse_feed
aggregator_parse_w3cdtfParse the W3C date/time format, a subset of ISO 8601. PHP date parsing functions do not handle this format. See http://www.w3.org/TR/NOTE-datetime for more information. Originally from MagpieRSS (http://magpierss.sourceforge.net/).
aggregator_permImplementation of hook_perm().
aggregator_refreshChecks a news feed for new items.
aggregator_remove
aggregator_save_category
aggregator_save_feed
aggregator_save_item
aggregator_settings
aggregator_view
theme_aggregator_block_itemFormat an individual feed item for display in the block.
theme_aggregator_feedFormat a news feed.
theme_aggregator_page_itemFormat an individual feed item for display on the aggregator page.
theme_aggregator_summary_itemReturn a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
_aggregator_itemsHelper function for drupal_map_assoc.
_aggregator_page_listPrints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds.
 
 

Drupal is a registered trademark of Dries Buytaert.