scrapy/docs/topics
Pablo Hoffman 86498abdf1 Sorted out Link Extractors organization by moving all them to
scrapy.contrib.linkextractors.

The most relevant being:
    scrapy.link.extractors.RegexLinkExtractor

which was moved to:
    scrapy.contrib.linkextractors.sgml.SgmlLinkExtractor

The old location still works but throws a deprecation warning. It will be
removed before the 0.7 release.

Documentation and tests were also updated.

Also, in this changeset, a new regex-based link extractor was added to
scrapy.contrib.linkextractors.regex.

--HG--
rename : scrapy/tests/sample_data/link_extractor/regex_linkextractor.html => scrapy/tests/sample_data/link_extractor/sgml_linkextractor.html
rename : scrapy/tests/test_link.py => scrapy/tests/test_contrib_linkextractors.py
2009-05-18 19:19:37 -03:00
..
_images mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
adaptors.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
architecture.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
downloader-middleware.rst improved configuration of middlewares using dicts and orders (closes #85) 2009-05-11 01:40:40 -03:00
extensions.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
firebug.rst Sorted out Link Extractors organization by moving all them to 2009-05-18 19:19:37 -03:00
firefox.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
index.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
item-pipeline.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
items.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
link-extractors.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
robotstxt.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
selectors.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
settings.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
shell.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
spider-middleware.rst improved configuration of middlewares using dicts and orders (closes #85) 2009-05-11 01:40:40 -03:00
spiders.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
stats.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00
webconsole.rst mv scrapy/trunk to root as part of svn2hg migration 2009-05-06 15:55:17 -03:00