scrapy/docs/topics
Rolando Espinoza La fuente db5c3df679 SEP12 implementation
* Rename BaseSpider.domain_name to BaseSpider.name

    This patch implements the domain_name to name change in BaseSpider class and
    change all spider instantiations to use the new attribute.

  * Add allowed_domains to spider

    This patch implements the merging of spider.domain_name and
    spider.extra_domain_names in spider.allowed_domains for offsite checking
    purposes.

    Note that spider.domain_name is not touched by this patch, only not used.

  * Remove spider.domain_name references from scrapy.stats

    * Rename domain_stats to spider_stats in MemoryStatsCollector
    * Use ``spider`` instead of ``domain`` in SimpledbStatsCollector
    * Rename domain_stats_history table to spider_data_history and rename domain
    field to spider in MysqlStatsCollector

  * Refactor genspider command

    The new signature for genspider is: genspider [options] <domain_name>.

    Genspider uses domain_name for spider name and for the module name.

  * Remove spider.domain_name references

  * Update crawl command signature <spider|url>

  * docs: updated references to domain_name

  * examples/experimental: use spider.name

  * genspider: require <name> <domain>

  * spidermanager: renamed crawl_domain to crawl_spider_name

  * spiderctl: updated references of *domain* to spider

  * added backward compatiblity with legacy spider's attributes
    'domain_name' and 'extra_domain_names'
2010-04-01 18:27:22 -03:00
..
_images mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
architecture.rst added link to architecture overview and fixed old link 2009-07-16 19:15:19 -03:00
downloader-middleware.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
email.rst Made MailSender non IO-blocking, and improved MailSender documentation 2010-03-22 13:37:37 -03:00
exceptions.rst Remove HttpException references from docs. Since 0.7, scrapy returns non-200 as Response objects and does not raise HttpException anymore 2010-03-18 10:05:33 -03:00
exporters.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
extensions.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
firebug.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
firefox.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
images.rst minor fixes to images doc (thanks amccloud) 2009-11-16 11:15:25 -02:00
item-pipeline.rst merged upstream 2010-02-19 17:41:45 -04:00
items.rst moved scrapy.newitem to scrapy.item and declared newitem api officially stable. updated docs and example project. deprecated old ScrapedItem 2009-08-19 21:39:58 -03:00
leaks.rst added iter_all() function to scrapy.util.trackref module and improved memory leaks documentation. also added a new FAQ antry about memory issues 2009-11-28 16:21:59 -02:00
link-extractors.rst fixed error in link extractors doc, thanks tarasm 2009-08-21 08:34:53 -03:00
loaders.rst moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00
logging.rst Added LOG_ENCODING setting 2010-03-24 12:13:38 -03:00
request-response.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
scrapy-ctl.rst some deployment changes in preparation for the 0.7.0 release candidate 2009-09-16 22:40:36 -03:00
selectors.rst moved scrapy.xpath to scrapy.selector 2009-08-19 21:50:52 -03:00
settings.rst updated wrong link in doc 2010-03-26 14:02:33 -03:00
shell.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
signals.rst Reorder signals doc to respect alphabetical order 2009-11-30 11:29:19 -02:00
spider-middleware.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
spiders.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
stats.rst SEP12 implementation 2010-04-01 18:27:22 -03:00
telnetconsole.rst moved engine.getstatus() method to scrapy.utils.engine function, to leave reporting logic out of engine code. added est() shortcut to telnet console 2009-08-31 12:44:32 -03:00
webconsole.rst Move webconsole extensions doc to webconsole topic 2009-12-01 10:47:11 -02:00