Downloads

Download tar.gz 42.66 KB
MD5: adc5e7e75052366549ba99503d372a5f
SHA-1: b631ae0f1d06ee8421dba19b8fe16ff5626ad86d
SHA-256: e5177c45a70fe3586475d2dd1f311df7759a7e2418d21a52da76e9ed46cc2f59
Download zip 66.35 KB
MD5: 1a5c825f19f74de1a41a771aeeb44213
SHA-1: 7b08c12c0c06fe96c027bf425bb5b1f8be70af3e
SHA-256: a8df0aef469e6855b83e19c76ab0730b6f77a4bfe55d89acaa3a7598de325972

Release notes

Differences with beta3:

This version introduces a system to update the sitemap cache files that are not anymore generated when the sitemap is viewed. The administrators of a Drupal web site can update the cache files from the tools menu, or they can update it using xmlsitemap.cron.php that needs to be invoked from the cron command line in the same way cron.php is called. Differently from what its name can make think, xmlsitemap.cron.php doesn't invoke the Drupal cron hooks implementation, but it is dedicated to the task of updating/creating the cache files used for the sitemap.
Bear in mind that the cache files are not required because, in the case they are missing, the code gets the links directly from the database tables, and build the sitemap chunks in real time (this means that it generates the content of a sitemap chunk that normally contains 1000 links). The cache files, when they are present, surely help in making the process of rendering the sitemap content much faster.

Created by: avpaderno
Created on: 25 May 2009 at 23:05 UTC
Last updated: 25 May 2009 at 23:11 UTC
New features
Bug fixes
Unsupported

Other releases