#7793: Sitemaps generator does not care about 50,000 URL limit --------------------------+------------------------------------------------- Reporter: Julian Bez | Owner: nobody Status: new | Milestone: Component: Contrib apps | Version: SVN Keywords: sitemaps | Stage: Unreviewed Has_patch: 0 | --------------------------+------------------------------------------------- As stated in the protocol, each sitemap must have no more than 50,000 URLs. http://sitemaps.org/protocol.php#index
The current sitemaps generator does not care about the limit and is not suited for larger sets of data. The patch provided adds the paginator to sitemaps and creates a sitemap for every 50,000 URLs. -- Ticket URL: <http://code.djangoproject.com/ticket/7793> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
