aggregator.module
Version
1.374.2.3 (checked in on 2008/08/08 at 20:10:01 by dries)
Description
Used to aggregate syndicated content (RSS, RDF, and Atom).
Functions
| Name | Description |
|---|---|
| aggregator_block | Implementation of hook_block(). |
| aggregator_category_load | Load an aggregator category. |
| aggregator_cron | Implementation of hook_cron(). |
| 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_feed_load | Load an aggregator feed. |
| aggregator_filter_xss | Safely render HTML content, as allowed. |
| aggregator_help | Implementation of hook_help(). |
| aggregator_init | Implementation of hook_init(). |
| aggregator_menu | Implementation of hook_menu(). |
| aggregator_parse_feed | Parse a feed and store its items. |
| 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 | Removes all items from a feed. |
| aggregator_save_category | Add/edit/delete aggregator categories. |
| aggregator_save_feed | Add/edit/delete an aggregator feed. |
| aggregator_save_item | Add/edit/delete an aggregator item. |
| aggregator_theme | Implementation of hook_theme() |
| theme_aggregator_block_item | Format an individual feed item for display in the block. |
| _aggregator_category_title | Menu callback. |
| _aggregator_has_categories | Find out whether there are any aggregator categories. |
| _aggregator_items | Helper function for drupal_map_assoc. |
