removed references to Scrapy Snippets site

This commit is contained in:
Pablo Hoffman 2012-09-03 22:19:15 -03:00
parent b901e64044
commit f4a17ec272
2 changed files with 5 additions and 5 deletions

View File

@ -16,10 +16,10 @@ It contains a README file with a detailed description of the project contents.
If you're familiar with git, you can checkout the code. Otherwise you can
download a tarball or zip file of the project by clicking on `Downloads`_.
There is also a site for sharing code snippets such as spiders, middlewares,
extensions, or scripts, called `Scrapy snippets`_. Feel free to share any code
there.
The `scrapy tag on Snipplr`_ is used for sharing code snippets such as spiders,
middlewares, extensions, or scripts. Feel free (and encouraged!) to share any
code there.
.. _dirbot: https://github.com/scrapy/dirbot
.. _Downloads: https://github.com/scrapy/dirbot/archives/master
.. _Scrapy snippets: http://snippets.scrapy.org/
.. _scrapy tag on Snipplr: http://snipplr.com/all/tags/scrapy/

View File

@ -244,7 +244,7 @@ API changes
- ``url`` and ``body`` attributes of Request objects are now read-only (#230)
- ``Request.copy()`` and ``Request.replace()`` now also copies their ``callback`` and ``errback`` attributes (#231)
- Removed ``UrlFilterMiddleware`` from ``scrapy.contrib`` (already disabled by default) - see this snippet for a replacement: http://snippets.scrapy.org/snippets/12/
- Removed ``UrlFilterMiddleware`` from ``scrapy.contrib`` (already disabled by default)
- Offsite middelware doesn't filter out any request coming from a spider that doesn't have a allowed_domains attribute (#225)
- Removed Spider Manager ``load()`` method. Now spiders are loaded in the constructor itself.
- Changes to Scrapy Manager (now called "Crawler"):