aggregator.module

Version

1.374.2.1 (checked in on 2008/04/09 at 21:11:44 by goba)

Description

Used to aggregate syndicated content (RSS, RDF, and Atom).

Functions

Namesort iconDescription
aggregator_blockImplementation of hook_block().
aggregator_category_loadLoad an aggregator category.
aggregator_cronImplementation of hook_cron().
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_feed_loadLoad an aggregator feed.
aggregator_filter_xssSafely render HTML content, as allowed.
aggregator_helpImplementation of hook_help().
aggregator_initImplementation of hook_init().
aggregator_menuImplementation of hook_menu().
aggregator_parse_feedParse a feed and store its items.
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_removeRemoves all items from a feed.
aggregator_save_categoryAdd/edit/delete aggregator categories.
aggregator_save_feedAdd/edit/delete an aggregator feed.
aggregator_save_itemAdd/edit/delete an aggregator item.
aggregator_themeImplementation of hook_theme()
theme_aggregator_block_itemFormat an individual feed item for display in the block.
_aggregator_category_titleMenu callback.
_aggregator_has_categoriesFind out whether there are any aggregator categories.
_aggregator_itemsHelper function for drupal_map_assoc.
 
 

Drupal is a registered trademark of Dries Buytaert.