Opened 17 years ago
Closed 17 years ago
#4348 closed (fixed)
Google sitemap ping update
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.syndication | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Google's documentation on pinging changes in sitemaps ( http://www.google.com/support/webmasters/bin/answer.py?answer=34609 ) is different from the current Django implementation. The Patch provides updates to comply with preferred way of pinging.
Attachments (1)
Change History (3)
by , 17 years ago
Attachment: | google_sitemap_ping.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The patch does not require any docs or tests from my POV.
Just one comment, it assumes http:// maybe there should be some way to say "Hey my site is only https://" but that would be another ticket ;)
marking as "Ready for checkin" as it seems complete.