| .. |
|
_images
|
Removed obsolete files
|
2010-08-21 01:24:39 -03:00 |
|
architecture.rst
|
#154: Language fixes to the documentation
|
2010-04-18 23:39:54 -03:00 |
|
commands.rst
|
Added verbose option to 'version' command. Closes #298
|
2010-12-13 00:32:44 -02:00 |
|
downloader-middleware.rst
|
* Made Response.meta attribute map to Request.meta attribute. Closes #290
|
2010-11-18 12:51:54 -02:00 |
|
email.rst
|
removed (somewhat hacky) MAIL_DEBUG setting
|
2010-08-22 22:42:00 -03:00 |
|
exceptions.rst
|
moved scrapy.core.exceptions to scrapy.exceptions, keeping backwards compatibility
|
2010-08-10 17:36:48 -03:00 |
|
exporters.rst
|
Added new Feed exports extension with documentation and storage tests. Closes #197.
|
2010-08-17 14:27:48 -03:00 |
|
extensions.rst
|
Updated doc referring to HTTP cache middleware
|
2010-11-24 13:27:44 -02:00 |
|
feed-exports.rst
|
Added versionadded:: notice to new documentation topics
|
2010-09-04 03:30:45 -03:00 |
|
firebug.rst
|
Replaced default spider manager (TwistedPluginSpiderManger) with a simpler one that doesn't depend on Twisted Plugins infrastructure.
|
2010-07-30 17:30:32 -03:00 |
|
firefox.rst
|
#154: Language fixes to the documentation
|
2010-04-18 23:39:54 -03:00 |
|
images.rst
|
Simplified images pipeline by allowing it to be used without having to override it in your project. Closes #217
|
2010-08-31 16:03:08 -03:00 |
|
item-pipeline.rst
|
Updated Scrapy Tutorial to reference feed exports, instead a custom written pipeline, and extended item pipeline documentation to include a JSON writer.
|
2010-10-10 20:31:05 -02:00 |
|
items.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
leaks.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
link-extractors.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
loaders.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
logging.rst
|
Applied documentation patch provided by Lucian Ursu (closes #207)
|
2010-08-21 01:26:35 -03:00 |
|
request-response.rst
|
* Made Response.meta attribute map to Request.meta attribute. Closes #290
|
2010-11-18 12:51:54 -02:00 |
|
scrapyd.rst
|
bumped version to 0.12 in documentation
|
2011-01-02 17:28:33 -02:00 |
|
selectors.rst
|
* Added lxml backend for XPath selectors. Closes #147
|
2010-10-25 14:47:10 -02:00 |
|
settings.rst
|
* Added support for project data storage (closes #276)
|
2010-10-31 03:25:37 -02:00 |
|
shell.rst
|
Updated some old messages in Scrapy shell doc
|
2010-09-05 04:45:43 -03:00 |
|
signals.rst
|
Updated item_passed signal to send passed item in 'item' argument, instead of 'output' argument, keeping backwards compatibility for the 'output' argument. Closes #273
|
2010-12-13 14:05:47 -02:00 |
|
spider-middleware.rst
|
Removed RequestLimitMiddleware
|
2010-09-22 16:09:13 -03:00 |
|
spiders.rst
|
Clarified behaviour when multiple rules match the same link in CrawlSpider
|
2011-02-04 13:39:12 -02:00 |
|
stats.rst
|
Splitted stats collector classes from stats collection facility (#204)
|
2010-08-22 01:24:07 -03:00 |
|
telnetconsole.rst
|
fixed sphinx doc id
|
2010-11-01 02:31:20 -02:00 |
|
ubuntu.rst
|
bumped version to 0.12 in documentation
|
2011-01-02 17:28:33 -02:00 |
|
webservice.rst
|
Bind the web server and telnet server to a configurable interface (WEBSERVICE_HOST). The default is to bind to all interfaces. Also add documentation for WEBSERVICE_HOST and TELNETCONSOLE_HOST.
|
2010-11-01 00:59:04 -02:00 |