scrapy/scrapy/settings
Pablo Hoffman 0f69e7a191 Some changes to HTTP Cache middleware:
* made it use the project data storage by default (closes #279)
* added HTTPCACHE_ENABLED setting (False by default) to enable it
* made HTTPCACHE_DIR = 'httpcache' by default (inside the project data storage)
* simplified HTTPCACHE_EXPIRATION_SECS semantics: zero means don't expire,
  dropped support for negative numbers
* other minor doc improvements
2010-11-01 02:38:15 -02:00
..
__init__.py Simplified CrawlerSettings.__str__() 2010-09-23 12:50:46 -03:00
default_settings.py Some changes to HTTP Cache middleware: 2010-11-01 02:38:15 -02:00