Commit Graph

7 Commits

Author SHA1 Message Date
04d458d13e More fixes for today -> today() 2016-05-14 21:50:15 +02:00
756aa6ffbe Clean up imports
Remove unused imports and some other completely unused code.
2014-01-01 15:42:30 +01:00
a4efdddc3a Use the same URL in the sitemap as on the website.... 2011-11-27 20:26:07 +01:00
2473db4910 Only sitemap events that actually are renderable 2011-07-12 14:17:14 +01:00
d9e26b9518 Add comments about why we're not indexing some archive pages 2011-06-01 17:18:35 +02:00
079259da7d Fix URLs as generated, and don't index pointless pages 2010-09-29 14:40:28 +02:00
22f5578c29 Add support for generating sitemap.
Each module now contains a struct.py file that will return all
the URLs that it can generate (yes, this is a small break of the
abstraction of url.py, but we've broken that elsewhere as well),
and also which search-engine-weight (0.1-1.0) that this URL should
be given.
2010-09-28 16:12:13 +02:00