#13908: contrib.sitemaps.view.index doesn't work in more than one location
-----------------------------------+----------------------------------------
Reporter: palewire | Owner: mlavin
Status: assigned | Milestone:
Component: Contrib apps | Version: SVN
Resolution: | Keywords: sitemaps index pagination
xml
Stage: Unreviewed | Has_patch: 1
Needs_docs: 1 | Needs_tests: 1
Needs_better_patch: 0 |
-----------------------------------+----------------------------------------
Changes (by mlavin):
* owner: nobody => mlavin
* needs_docs: 0 => 1
* status: new => assigned
* needs_tests: 0 => 1
Comment:
I have verified the issue (using [13713]) from the sample project . I
would say this is a valid bug as the sitemaps specification clearly states
that you can have more than one sitemap index:
[http://www.sitemaps.org/protocol.php#index]
{{{
If you do provide multiple Sitemaps, you should then list each Sitemap
file in a Sitemap index file.
Sitemap index files may not list more than 50,000 Sitemaps and must be no
larger than 10MB (10,485,760 bytes) and can be compressed.
You can have more than one Sitemap index file. The XML format of a Sitemap
index file is very similar to the XML format of a Sitemap file.
}}}
However this patch needs some work. There are no tests and the new keyword
argument is undocumented.
--
Ticket URL: <http://code.djangoproject.com/ticket/13908#comment:2>
Django <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.