xmlsitemap.module

Version

1.1.2.20.2.20 (checked in on 2008/06/13 at 20:26:53 by darrenoh)

Description

Creates a site map compatible with the sitemaps.org schema.

Functions

Namesort iconDescription
xmlsitemap_cronImplementation of hook_cron().
xmlsitemap_exitImplementation of hook_exit().
xmlsitemap_file_create_urlModified version of file_create_url(). Allows us to remove language prefixes.
xmlsitemap_frequencyDetermine the frequency of updates to a link.
xmlsitemap_helpImplementation of hook_help().
xmlsitemap_menuImplementation of hook_menu().
xmlsitemap_priority_optionsGet an array of site map priority options.
xmlsitemap_robotstxtImplementation of hook_robotstxt().
xmlsitemap_settings_enginesMenu callback; return search engine settings form.
xmlsitemap_settings_engines_submitSubmit search engine settings form.
xmlsitemap_settings_sitemapMenu callback; return site map settings form.
xmlsitemap_settings_sitemap_submitSubmit site map settings form.
xmlsitemap_settings_sitemap_validateValidate site map settings form.
xmlsitemap_update_sitemapMark the site map as changed and the cache as needing update.
xmlsitemap_urlModified 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_aliasModified version of drupal_get_path_alias() for xmlsitemap_url().
_xmlsitemap_link_count
_xmlsitemap_logLog downloads of the site map.
_xmlsitemap_outputMenu callback; display the site map.
_xmlsitemap_output_chunkDisplay a chunk of the site map.
_xmlsitemap_output_indexGenerate the site map index.
_xmlsitemap_pingSubmit the site map to search engines.
_xmlsitemap_submit_on_exitSchedule 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_updateUpdate the site map if content has changed.
_xmlsitemap_xmlGet site maps returned by hook_xmlsitemap_links().
_xmlsitemap_xslMenu callback; get XSL style sheet.