Chris Tilden
|
aae6aed4fb
|
fixes spelling errors in documentation
|
2013-01-22 14:52:18 -08:00 |
|
Pablo Hoffman
|
9c3b9f2968
|
fixed bug in json-rpc webservice reported in https://groups.google.com/d/topic/scrapy-users/qgVBmFybNAQ/discussion. also removed no longer supported 'run' command from extras/scrapy-ws.py
|
2012-05-03 12:05:40 -03:00 |
|
dfdeshom
|
130276605b
|
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 |
|
Pablo Hoffman
|
6bf52fb50e
|
Make telnet console and web service try a range of ports for binding, instead of just one. Closes #226
|
2010-09-05 06:48:08 -03:00 |
|
Pablo Hoffman
|
e7b3247a18
|
Updated some missing references to scrapy-ws script
|
2010-08-27 01:05:59 -03:00 |
|
Pablo Hoffman
|
cbfec4bb0e
|
Renamed webservice ManagerResource to CrawlerResource
--HG--
rename : scrapy/contrib/webservice/manager.py => scrapy/contrib/webservice/crawler.py
|
2010-08-22 05:48:03 -03:00 |
|
Pablo Hoffman
|
7546a0805c
|
Removed webservice Spiders and Extensions resources since they can now be accessed through the Execution Manager (aka. Crawler) resource
|
2010-08-22 05:38:46 -03:00 |
|
Pablo Hoffman
|
6a33d6c4d0
|
* Added Scrapy Web Service with documentation and tests.
* Marked Web Console as deprecated.
* Removed Web Console documentation to discourage its use.
|
2010-06-09 13:46:22 -03:00 |
|