Opened 19 years ago
Closed 19 years ago
#2628 closed enhancement (fixed)
[patch] sitemap contrib app
| Reported by: | 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)
Change History (8)
by , 19 years ago
| Attachment: | sitemap.tar.gz added |
|---|
comment:1 by , 19 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 , 19 years ago
| Summary: | sitemap contrib app → [patch] sitemap contrib app |
|---|
comment:3 by , 19 years ago
| Status: | new → assigned |
|---|
comment:4 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
The application