scrapy/docs/topics
Capi Etheriel bc17e9d412 Adds HtmlCSSSelector and XmlCSSSelector classes, cssselect as optional dependency.
Ported .get() from _Element and .text_content() from HTMLMixin

Add CSS selectors to scrapy shell

Documenting CSS Selectors: Constructing selectors

Documenting CSS Selectors: Using Selectors

Make CSS Selectors a default feature.

Adds XPath powers to CSS Selectors and some syntactic sugar.

Removes methods copied over from lxml.html.HtmlMixin.

Updating docs to use new CSS Selector super powers.

Documenting CSS Selectors: Regular Expressions

Moving section after Nesting section, since it mentions it.

Documenting CSS Selectors: Nesting Selectors

Fix XPath specificity in lxml.selector.CSSSelectorMixin.text

Cleaning up unused stuff from cssel.py

Changing the behavior of lxml.selector.CSSSelectorMixin.text.

Concatenating all of the descendant text nodes is more useful
than returning it in pieces (there's xpath() if you need that).

Documenting CSS Selectors: CSS Selector objects

Documenting CSS Selectors: CSSSelectorList objects

Documenting CSS Selectors: HtmlCSSSelector objects

Documenting CSS Selectors: XmlCSSSelector objects

Fixing some documentations typos and errors

Enforcing the 80-char width lines

Tidying up CSS selectors and CSSSelectorMixin objects

Adding some missing references in documentation.

Fixing lxml.selector.CSSSelectorList.text
2013-10-10 18:23:15 -02: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
api.rst make Crawler.start() return a deferred that is fired when the crawl is finished 2013-03-20 14:48:59 -03:00
architecture.rst Updated documentation after singleton removal changes. 2012-08-28 18:35:57 -03:00
autothrottle.rst Altering delay is enough to auto throttle downloads 2012-12-17 16:08:49 -02:00
benchmarking.rst minor improvements to benchmarking doc 2013-05-16 13:23:13 -03:00
broad-crawls.rst fixed doc typos 2012-12-26 16:16:53 -02:00
commands.rst remove minor reference to 'scrapy server' command 2013-10-04 14:37:55 -03:00
contracts.rst added spider contracts to release notes and warn that its API is still subject to change 2012-09-29 03:06:30 -03:00
debug.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
djangoitem.rst docs: added section regarding setting up django's settings. 2013-09-30 09:58:10 -04:00
downloader-middleware.rst Added COMPRESSION_ENABLED setting to enable or disable the HttpCompressionMiddleware 2013-08-01 11:31:28 -03:00
email.rst #327 - Support STARTTLS / SSL option in email sender 2013-08-14 12:59:01 +02:00
exceptions.rst added CloseSpider exception, to manually close spiders 2011-07-12 14:24:10 -03:00
exporters.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
extensions.rst add doc about disabling an extension. refs #132 2013-01-07 13:16:19 -02:00
feed-exports.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
firebug.rst Updated documentation after singleton removal changes. 2012-08-28 18:35:57 -03:00
firefox.rst #154: Language fixes to the documentation 2010-04-18 23:39:54 -03:00
images.rst updated required twisted version to 10.0 2013-10-01 14:07:38 -03:00
item-pipeline.rst Make ITEM_PIPELINE setting a dict 2013-09-23 17:50:43 -03:00
items.rst added copy method to item 2013-04-19 13:23:53 -03:00
jobs.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
leaks.rst removed another instance of scrapy.conf.settings singleton, this time from scrapy.utils.trackref. From now on, trackrefs functionality will be always enabled as it imposes a very minimal performance overhead 2012-09-16 21:21:44 -03:00
link-extractors.rst Fix typo labeling attrs type bool instead of list 2013-02-05 15:10:41 -05:00
loaders.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
logging.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
practices.rst Merge pull request #400 from irgmedeiros/patch-2 2013-10-07 07:57:18 -07:00
request-response.rst document bindaddress request meta 2013-10-02 17:13:17 -03:00
scrapyd.rst remove scrapyd doc, as it was moved to its own repo 2013-04-27 04:15:42 -03:00
selectors.rst Adds HtmlCSSSelector and XmlCSSSelector classes, cssselect as optional dependency. 2013-10-10 18:23:15 -02:00
settings.rst fix sphinx references in doc 2013-09-25 15:13:17 -03:00
shell.rst Updated some old messages in Scrapy shell doc 2010-09-05 04:45:43 -03:00
signals.rst remove no deprecated request_scheduled signal 2013-06-27 11:23:24 -03:00
spider-middleware.rst doc: fix typo in spider middleware 2013-03-02 19:46:31 -06:00
spiders.rst renamed to sitemap_alternate_links and added default value, see #360 2013-09-08 10:38:28 +02:00
stats.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00
telnetconsole.rst update engine status output on telnet console documentation 2013-03-18 19:12:12 -03:00
ubuntu.rst added quantal & raring to support ubuntu releases 2013-08-22 21:49:55 -03:00
webservice.rst fixes spelling errors in documentation 2013-01-22 14:52:18 -08:00