Changes between Version 17 and Version 18 of GoogleSitemapPlugin


Ignore:
Timestamp:
Feb 9, 2011, 1:15:09 AM (13 years ago)
Author:
Mitar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleSitemapPlugin

    v17 v18  
    3636
    3737    sitemappath:: Path of the sitemap relative to the main URL. Default: '`sitemap.xml`'.
    38     ignoreusers:: Do not include wiki pages created by the listed users. Default: `trac` (excludes all standard Trac wiki pages).
    39     ignorewikis:: Do not include the following wikis. The wildcards '`*`' and '`?`' are allowed and have there usual meaning.
    40     listrealms::  Which realms (i.e. `wiki` or `ticket`) to list. Default: `wiki,ticket`.
    41     changefreq:: Change frequency for all entries. Valid values: always, hourly, daily, weekly, monthly, yearly, never. Disabled if empty (default).
     38    ignore_users:: Do not include wiki pages created by the listed users. Default: `trac` (excludes all standard Trac wiki pages).
     39    ignore_wikis:: Do not include the following wikis. The wildcards '`*`' and '`?`' are allowed and have there usual meaning.
     40    list_realms::  Which realms (i.e. `wiki` or `ticket`) to list. Default: `wiki,ticket`.
     41    change_frequency:: Change frequency for all entries. Valid values: always, hourly, daily, weekly, monthly, yearly, never. Disabled if empty (default).
    4242    compress_sitemap:: Compress sitemap, either by using HTTP gzip `content-encoding` if the client supports it (Googlebot does) or by requesting the sitemap with a trailing `.gz`.
    4343    compression_level:: Compression level used: 0 (low/fast) to 9 (high/slow). Default: 6.