diff options
| author | Abhaya Agarwal <abhaya@instascribe.com> | 2015-05-04 23:14:00 +0530 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-05-05 09:18:21 -0400 |
| commit | 9096e2b5f75abf8e8882937bd3c3d47ccdc24e25 (patch) | |
| tree | 41c9065b49b2a53b69fa07031e028eb10b86d229 /docs | |
| parent | 26c7a294ee05a52523a7b3d41110fb0c670a9960 (diff) | |
Fixed #24736 -- Documented the Sitemap.limit attribute
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/sitemaps.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/ref/contrib/sitemaps.txt b/docs/ref/contrib/sitemaps.txt index 29623b0602..004dffc76a 100644 --- a/docs/ref/contrib/sitemaps.txt +++ b/docs/ref/contrib/sitemaps.txt @@ -232,6 +232,15 @@ Sitemap class reference sitemap was requested is used. If the sitemap is built outside the context of a request, the default is ``'http'``. + .. attribute:: Sitemap.limit + + **Optional.** + + This attribute defines the maximum number of URLs included on each page + of the sitemap. Its value should not exceed the default value of + ``50000``, which is the upper limit allowed in the `Sitemaps protocol + <http://www.sitemaps.org/protocol.html#index>`_. + .. attribute:: Sitemap.i18n .. versionadded:: 1.8 |
