| aggregator_page_category | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator/aggregator.pages.inc | Menu callback; displays the most recent items gathered from any feed. |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| drupal_add_feed | includes/common.inc | Add a feed URL for the current page. |
| drupal_get_feeds | includes/common.inc | Get the feed URLs for the current page. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| taxonomy_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_forums | modules/forum/forum.module | Process variables for forums.tpl.php |