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
| Name | Description |
|---|---|
| aggregator_admin_edit_category | Menu callback; displays the category edit form, or saves changes and redirects to the overview page. |
| aggregator_admin_edit_feed | Menu callback; displays the feed edit form. |
| aggregator_admin_overview | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | Menu callback; removes all items from a feed, then redirects to the overview page. |
| aggregator_block | Implementation of hook_block(). |
| aggregator_cron | Implementation of hook_cron(). |
| aggregator_edit | |
| aggregator_element_data | Call-back function used by the XML parser. |
| aggregator_element_end | Call-back function used by the XML parser. |
| aggregator_element_start | Call-back function used by the XML parser. |
| aggregator_form_category | |
| aggregator_form_feed | |
| aggregator_get_category | |
| aggregator_get_feed | |
| aggregator_help | Implementation of hook_help(). |
| aggregator_menu | Implementation of hook_menu(). |
| 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_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. |
| aggregator_parse_feed | |
| aggregator_parse_w3cdtf | Parse 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_perm | Implementation of hook_perm(). |
| aggregator_refresh | Checks a news feed for new items. |
| aggregator_remove | |
| aggregator_save_category | |
| aggregator_save_feed | |
| aggregator_save_item | |
| aggregator_settings | |
| aggregator_view | |
| theme_aggregator_block_item | Format an individual feed item for display in the block. |
| theme_aggregator_feed | Format a news feed. |
| theme_aggregator_page_item | Format an individual feed item for display on the aggregator page. |
| theme_aggregator_summary_item | Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories". |
| _aggregator_items | Helper function for drupal_map_assoc. |
| _aggregator_page_list | Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds. |
