aggregator.module

Version 1.324.2.3 (checked in on 2008/04/28 at 07:41:23 by drumm)

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

Functions

NameDescription
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_feed
aggregator_admin_remove_feed_submitRemove all items from a feed and redirect to the overview page.
aggregator_admin_settings
aggregator_blockImplementation of hook_block().
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_filter_xssSafely render HTML content, as allowed.
aggregator_form_category_submitProcess aggregator_form_category form submissions. @todo Add delete confirmation dialog.
aggregator_form_category_validateValidate aggregator_form_feed form submissions.
aggregator_form_feedGenerate a form to add/edit feed sources.
aggregator_form_feed_submitProcess aggregator_form_feed form submissions. @todo Add delete confirmation dialog.
aggregator_form_feed_validateValidate aggregator_form_feed form submissions.
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_list
aggregator_page_list_submit
aggregator_page_list_validate
aggregator_page_opmlMenu callback; generates an OPML representation of all feeds.
aggregator_page_rssMenu callback; generate an RSS 0.92 feed of aggregator items or categories.
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_categoryAdd/edit/delete aggregator categories.
aggregator_save_feedAdd/edit/delete an aggregator feed.
aggregator_save_item
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_page_list
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.
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.