Opened 17 years ago

Closed 17 years ago

#3033 closed enhancement (fixed)

[patch] Extend sitemaps tool so it supports the new sitemap protocol

Reported by: Petar Marić <petar.maric@…> Owned by: Adrian Holovaty
Component: Tools Version: dev
Severity: normal Keywords: sitemap
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Problem

Google, Yahoo and Microsoft have agreed to support the new sitemaps protocol.

Solution

Patch (which is trivial) that transforms the current sitemap protocol to the '''new, universal''' sitemap protocol.

Attachments (2)

django-sitemaps.org.patch (1.0 KB ) - added by Petar Marić <petar.maric@…> 17 years ago.
Patch for the new sitemaps protocol
django-sitemaps.org-2.patch (866 bytes ) - added by Petar Marić <petar.maric@…> 17 years ago.
Corrected an error in sitemap_index.xml

Download all attachments as: .zip

Change History (3)

by Petar Marić <petar.maric@…>, 17 years ago

Attachment: django-sitemaps.org.patch added

Patch for the new sitemaps protocol

by Petar Marić <petar.maric@…>, 17 years ago

Attachment: django-sitemaps.org-2.patch added

Corrected an error in sitemap_index.xml

comment:1 by Adrian Holovaty, 17 years ago

Resolution: fixed
Status: newclosed

(In [4088]) Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitemap protocol rather than Google's proprietary version. Thanks, Petar Mari?\196?\135

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