[Python-modules-commits] r14262 - in packages/python-scrapy/trunk/debian (2 files)

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Tue Aug 24 20:59:10 UTC 2010


    Date: Tuesday, August 24, 2010 @ 20:59:05
  Author: ghantoos-guest
Revision: 14262

New manpages scrapy-ws.1 scrapy-sqs.1

Added:
  packages/python-scrapy/trunk/debian/scrapy-sqs.1
  packages/python-scrapy/trunk/debian/scrapy-ws.1

Added: packages/python-scrapy/trunk/debian/scrapy-sqs.1
===================================================================
--- packages/python-scrapy/trunk/debian/scrapy-sqs.1	                        (rev 0)
+++ packages/python-scrapy/trunk/debian/scrapy-sqs.1	2010-08-24 20:59:05 UTC (rev 14262)
@@ -0,0 +1,20 @@
+.TH SCRAPY-SQQS 1 "July 09, 2010"
+.SH NAME
+scrapy-sqs \- Python Scrapy script to populate the queue with spiders to scrape
+.SH SYNOPSIS
+.B scrapy-sqs
+[\fIcommand\fR] [\fIARGS\fR] ...
+.SH DESCRIPTION
+.PP
+Script provided in the python-scrapy package to illustrate how to populate the queue with spiders to scrape.
+.SH OPTIONS
+.TP
+.I put <spider_name>
+Append spider to queue
+
+.SH AUTHOR
+Scrapy-ctl was written by the Scrapy Developers 
+<scrapy-developers at googlegroups.com>.
+.PP
+This manual page was written by Ignace Mouzannar <mouzannar at gmail.com>,
+for the Debian project (but may be used by others).

Added: packages/python-scrapy/trunk/debian/scrapy-ws.1
===================================================================
--- packages/python-scrapy/trunk/debian/scrapy-ws.1	                        (rev 0)
+++ packages/python-scrapy/trunk/debian/scrapy-ws.1	2010-08-24 20:59:05 UTC (rev 14262)
@@ -0,0 +1,52 @@
+.TH SCRAPY-WS 1 "August 11, 2010"
+.SH NAME
+scrapy-ws \- Python Scrapy web service control script
+.SH SYNOPSIS
+.B scrapy-ws
+[\fI\-P|\-H\fR] \fIaction\fR ...
+.SH DESCRIPTION
+.PP
+Example script to control and monitor Scrapy using its web service. It only
+provides a reduced functionality as its main purpose is to illustrate how to
+write a web service client. Feel free to improve or write you own.
+.SH OPTIONS
+.TP
+.I -H
+Scrapy host to connect to. (default: localhost)
+.TP
+.I -P
+Scrapy port to connect to. (default: 6080)
+.TP 
+.I help
+List of available commands
+.TP
+.I run <spider_name>
+Schedule spider for running
+.TP
+.I stop <spider>
+Stop a running spider
+.TP
+.I list-running
+List running spiders
+.TP
+.I list-available
+List name of available spiders
+.TP
+.I list-resources
+List available web service resources
+.TP
+.I list-extensions
+List enabled extensions
+.TP
+.I get-spider-stats <spider>
+Get stats of a running spider
+.TP
+.I get-global-stats
+Get global stats
+
+.SH AUTHOR
+Scrapy-ws was written by the Scrapy Developers 
+<scrapy-developers at googlegroups.com>.
+.PP
+This manual page was written by Ignace Mouzannar <mouzannar at gmail.com>,
+for the Debian project (but may be used by others).




More information about the Python-modules-commits mailing list