5.7.195. Bugzilla::Extension::RedHat::bin::sitemap

5.7.195.1. NAME

sitemap.pl - Generates a list of sitemap files that contain the urls to the public bugs in Bugzilla.

5.7.195.2. SYNOPSIS

cd /path/to/bugzilla && perl sitemap.pl

# cron example MAILTO=”bugzilla-owner@redhat.com” # run 13 minutes past midnight every day 0 13 * * * cd <your-bugzilla-directory>; perl -wT ./sitemap.pl

5.7.195.3. DESCRIPTION

Generates a list of sitemap files that contain the urls to the public bugs in Bugzilla. Each numbered file contains up to 50,000 links and there is also a sitemap_index.xml that points to each of the individual compressed files.

5.7.195.4. ENVIRONMENT

Needs to be in the root directory of the Bugzilla installation in order to load the perl libs.


This documentation undoubtedly has bugs; if you find some, please file them here.