aggregator.pages.inc
Версия 1.12.2.1 (checked in on 2008/08/16 at 21:13:48 by dries)
User page callbacks for the aggregator module.
Функции
Имя | Описание |
---|---|
aggregator_categorize_items | Form builder; build the page list form. |
aggregator_categorize_items_submit | Process aggregator_categorize_items form submissions. |
aggregator_categorize_items_validate | Validate aggregator_categorize_items form submissions. |
aggregator_feed_items_load | Load feed items by passing a SQL query. |
aggregator_page_categories | Коллбэк меню; показывает все категории, используемые аггрегатором. |
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 | Коллбэк меню; генерирует представление OPML из всех фидов. |
aggregator_page_rss | Коллбэк меню. Генерирует фид из материалов аггергатора или категорий в формате RSS 0.92. |
aggregator_page_source | Menu callback; displays all the items captured from a particular feed. |
aggregator_page_sources | Коллбэк меню; показывает все фиды, используемые аггрегатором. |
template_preprocess_aggregator_feed_source | Process variables for aggregator-feed-source.tpl.php. See alsoaggregator-feed-source.tpl.php |
template_preprocess_aggregator_item | Process variables for aggregator-item.tpl.php. See alsoaggregator-item.tpl.php |
template_preprocess_aggregator_summary_item | Process variables for aggregator-summary-item.tpl.php. See alsoaggregator-summary-item.tpl.php |
template_preprocess_aggregator_summary_items | Process variables for aggregator-summary-items.tpl.php. See alsoaggregator-summary-item.tpl.php |
template_preprocess_aggregator_wrapper | Process variables for aggregator-wrapper.tpl.php. See alsoaggregator-wrapper.tpl.php |
theme_aggregator_categorize_items | Theme the page list form for assigning categories. |
theme_aggregator_page_opml | Темизирует вывод новостной ленты в формате OPML. |
theme_aggregator_page_rss | Темизирует вывод RSS. |
_aggregator_page_list | Prints an aggregator page listing a number of feed items. |