Pablo Hoffman
|
119fd20e91
|
Added verbose option to 'version' command. Closes #298
|
2010-12-13 00:32:44 -02:00 |
Pablo Hoffman
|
6a1b69c93f
|
renamed command 'scrapyd' to 'server', and deprecated 'runserver' and 'queue' commands
--HG--
rename : scrapy/commands/scrapyd.py => scrapy/commands/server.py
|
2010-11-30 20:23:27 -02:00 |
Pablo Hoffman
|
b76c5c597f
|
* Added support for project data storage (closes #276)
* Documented project file structure
* Moved default location of SQLite database to project data storage dir (closes #277)
|
2010-10-31 03:25:37 -02:00 |
Pablo Hoffman
|
1d567cdce6
|
Added new 'deploy' command. Closes #261
|
2010-10-18 22:38:46 -02:00 |
Pablo Hoffman
|
279dcc245f
|
Fixed role name in Sphinx doc
|
2010-09-26 01:01:06 -03:00 |
Pablo Hoffman
|
ed4aec187f
|
Ported code to use new unified access to spider settings, keeping backwards compatibility for old spider attributes. Refs #245
|
2010-09-22 16:09:13 -03:00 |
Pablo Hoffman
|
14e985b076
|
Updated Command line tool documentation
|
2010-09-05 05:29:58 -03:00 |
Pablo Hoffman
|
bf34094e5a
|
Added versionadded:: notice to new documentation topics
|
2010-09-04 03:30:45 -03:00 |
Pablo Hoffman
|
c1225e0f45
|
"parse" command refactoring. This fixes #173 and renders #106 invalid.
|
2010-08-22 05:04:17 -03:00 |
Pablo Hoffman
|
68f9fcffe8
|
genspider command refactoring. Also updated tests and doc
|
2010-08-21 04:46:48 -03:00 |
Pablo Hoffman
|
0da6132136
|
Made command-line too output more concise
|
2010-08-21 03:37:59 -03:00 |
Pablo Hoffman
|
50621b7ef3
|
Renamed command "start" to "runserver". Closes #209
--HG--
rename : scrapy/commands/start.py => scrapy/commands/runserver.py
|
2010-08-21 01:42:55 -03:00 |
Pablo Hoffman
|
2ff5a83b7a
|
Added persistent execution queue (based on SQLite), and a new 'queue' command to control it. Closes #198
|
2010-08-19 02:55:52 -03:00 |
Pablo Hoffman
|
94ead94bf6
|
Improved documentation of Scrapy command-line tool
--HG--
rename : docs/topics/cmdline.rst => docs/topics/commands.rst
|
2010-08-19 00:04:52 -03:00 |