Opened 18 years ago

Closed 18 years ago

#2628 closed enhancement (fixed)

[patch] sitemap contrib app

Reported by: dcwatson@… Owned by: Adrian Holovaty
Component: Contrib apps Version:
Severity: normal Keywords: sitemap contrib google
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Here's a nice packaged version of the sitemap application I wrote about here: http://theidioteque.net/blog/2006/08/29/google-sitemaps/.
It assumes it's installed under django.contrib

Since that post, I've cleaned it up, added some nice convenience classes for generating sitemaps from flatpages and generic views, and wrote documentation.

Attachments (4)

sitemap.tar.gz (1.8 KB ) - added by dcwatson@… 18 years ago.
The application
sitemap.txt (6.4 KB ) - added by dcwatson@… 18 years ago.
The documentation
sitemap.tar.2.gz (1.8 KB ) - added by dcwatson@… 18 years ago.
Updated application
sitemap.2.txt (7.2 KB ) - added by dcwatson@… 18 years ago.
Updated documentation

Download all attachments as: .zip

Change History (8)

by dcwatson@…, 18 years ago

Attachment: sitemap.tar.gz added

The application

by dcwatson@…, 18 years ago

Attachment: sitemap.txt added

The documentation

by dcwatson@…, 18 years ago

Attachment: sitemap.tar.2.gz added

Updated application

by dcwatson@…, 18 years ago

Attachment: sitemap.2.txt added

Updated documentation

comment:1 by dcwatson@…, 18 years ago

Updated the application so you can pass priority and changefreq keyword arguments to the GenericSitemap constructor. Also updated the documentation to include this change, as well as installation instructions, and a note about using ping_google from a scheduled task.

comment:2 by Adrian Holovaty, 18 years ago

Summary: sitemap contrib app[patch] sitemap contrib app

comment:3 by Adrian Holovaty, 18 years ago

Status: newassigned

comment:4 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: assignedclosed

(In [3694]) Fixed #2628 -- Added django.contrib.sitemap. Thanks for the patch, Dan Watson

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