Commit Graph

3 Commits

Author SHA1 Message Date
29f7f9721c Added caching to sitemaps
The custom cache key is required so that request.url_root is part of the key,
so that multiple domains pointing to the same server will get the correct
cached sitemap (since the sitemap contains the domain).
2013-01-17 04:24:27 +00:00
0132662d37 Added debian download page to sitemap 2013-01-17 02:04:08 +00:00
a6a39fcb36 Add sitemap generation
Initially the rel="alternate" hreflang="xx" links in the sitemap caused the
size of the file to increase exponentially as additional languages were added.
The current implementation has a single sitemap.xml for each language, with a
sitemap_index.xml at the root.
2013-01-04 12:38:49 +00:00