Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | Update syntax for relative imports | Magnus Hagander | |
2019-01-17 | Fix whitespace and indentation, per pep8 | Magnus Hagander | |
2019-01-17 | Tabs, meet your new overlords: spaces | Magnus Hagander | |
In a quest to reach pep8, use spaces to indent rather than tabs. | |||
2014-01-01 | Clean up imports | Magnus Hagander | |
Remove unused imports and some other completely unused code. | |||
2011-11-27 | Don't index the ftp browser for now - it doesn't really contain | Magnus Hagander | |
anything useful to search | |||
2011-07-12 | Fix sitemap for product catalog | Magnus Hagander | |
2010-09-28 | Add support for generating sitemap. | Magnus Hagander | |
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. |