Opened 17 years ago

Closed 17 years ago

#4348 closed (fixed)

Google sitemap ping update

Reported by: marijn <marijn@…> 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)

google_sitemap_ping.diff (793 bytes ) - added by marijn <marijn@…> 17 years ago.

Download all attachments as: .zip

Change History (3)

by marijn <marijn@…>, 17 years ago

Attachment: google_sitemap_ping.diff added

comment:1 by Marc Fargas <telenieko@…>, 17 years ago

Triage Stage: UnreviewedReady for checkin

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.

comment:2 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [5300]) Fixed #4348 -- Updated Google sitemap ping code. Thanks, marijn

Note: See TracTickets for help on using tickets.
Back to Top