1.1.2.20.2.20 (checked in on 2008/06/13 at 20:26:53 by darrenoh)
Creates a site map compatible with the sitemaps.org schema.
| Name | Description |
|---|---|
| xmlsitemap_cron | Implementation of hook_cron(). |
| xmlsitemap_exit | Implementation of hook_exit(). |
| xmlsitemap_file_create_url | Modified version of file_create_url(). Allows us to remove language prefixes. |
| xmlsitemap_frequency | Determine the frequency of updates to a link. |
| xmlsitemap_help | Implementation of hook_help(). |
| xmlsitemap_menu | Implementation of hook_menu(). |
| xmlsitemap_priority_options | Get an array of site map priority options. |
| xmlsitemap_robotstxt | Implementation of hook_robotstxt(). |
| xmlsitemap_settings_engines | Menu callback; return search engine settings form. |
| xmlsitemap_settings_engines_submit | Submit search engine settings form. |
| xmlsitemap_settings_sitemap | Menu callback; return site map settings form. |
| xmlsitemap_settings_sitemap_submit | Submit site map settings form. |
| xmlsitemap_settings_sitemap_validate | Validate site map settings form. |
| xmlsitemap_update_sitemap | Mark the site map as changed and the cache as needing update. |
| xmlsitemap_url | Modified version of url(). We don't want to do a separate database query for each url, so we pass the alias as an extra parameter. |
| _xmlsitemap_get_path_alias | Modified version of drupal_get_path_alias() for xmlsitemap_url(). |
| _xmlsitemap_link_count | |
| _xmlsitemap_log | Log downloads of the site map. |
| _xmlsitemap_output | Menu callback; display the site map. |
| _xmlsitemap_output_chunk | Display a chunk of the site map. |
| _xmlsitemap_output_index | Generate the site map index. |
| _xmlsitemap_ping | Submit the site map to search engines. |
| _xmlsitemap_submit_on_exit | Schedule a call to _xmlsitemap_ping() to be run on exit. Use this function instead of _xmlsitemap_ping() to avoid a delay in outputting the page to the user. |
| _xmlsitemap_update | Update the site map if content has changed. |
| _xmlsitemap_xml | Get site maps returned by hook_xmlsitemap_links(). |
| _xmlsitemap_xsl | Menu callback; get XSL style sheet. |