scrapy/docs/topics
Pablo Hoffman 2ac08a713d downloader: renamed SpiderInfo to Slot, for consistency with engine and scraper names 2011-07-22 02:06:10 -03:00
..
_images removed remaining references to scheduler middleware from doc, as it will be removed on next release 2011-05-18 19:48:48 -03:00
architecture.rst removed remaining references to scheduler middleware from doc, as it will be removed on next release 2011-05-18 19:48:48 -03:00
commands.rst More core changes: 2011-07-15 15:18:39 -03:00
downloader-middleware.rst redirect mw: added REDIRECT_ENABLED setting and documented the other settings 2011-07-13 14:18:15 -03:00
email.rst
exceptions.rst added CloseSpider exception, to manually close spiders 2011-07-12 14:24:10 -03:00
exporters.rst
extensions.rst added LogStats extension for periodically logging basic stats (like crawled pages and scraped items) 2011-06-14 00:50:05 -03:00
feed-exports.rst
firebug.rst
firefox.rst
images.rst
item-pipeline.rst
items.rst Removed support for default values in Scrapy items, which have proven confusing in the past 2011-05-19 21:42:46 -03:00
leaks.rst
link-extractors.rst
loaders.rst
logging.rst Applied documentation patch provided by Lucian Ursu (closes #207) 2010-08-21 01:26:35 -03:00
request-response.rst
scrapyd.rst
selectors.rst
settings.rst added LogStats extension for periodically logging basic stats (like crawled pages and scraped items) 2011-06-14 00:50:05 -03:00
shell.rst
signals.rst Merged item passed and item scraped concepts, as they have often proved 2011-06-03 01:13:00 -03:00
spider-middleware.rst fixed doc typo 2011-05-30 09:04:31 -03:00
spiders.rst SitemapSpider: added support for filtering which sitemaps to follow (patch contributed by Rolando Espinoza). closes #330 2011-06-23 18:18:29 -03:00
stats.rst removed SimpledbStatsCollector from scrapy code, it was moved to https://github.com/scrapinghub/scaws 2011-07-20 10:38:16 -03:00
telnetconsole.rst downloader: renamed SpiderInfo to Slot, for consistency with engine and scraper names 2011-07-22 02:06:10 -03:00
ubuntu.rst Automated merge with ssh://hg.scrapy.org:2222/scrapy-0.12 2011-07-13 18:44:54 -03:00
webservice.rst