[Python-modules-commits] r20277 - in packages/circuits/trunk/debian (2 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Fri Feb 3 03:56:06 UTC 2012


    Date: Friday, February 3, 2012 @ 03:56:03
  Author: eriol-guest
Revision: 20277

Added more man pages

Added:
  packages/circuits/trunk/debian/circuits.sniff.1
  packages/circuits/trunk/debian/circuits.web.1

Added: packages/circuits/trunk/debian/circuits.sniff.1
===================================================================
--- packages/circuits/trunk/debian/circuits.sniff.1	                        (rev 0)
+++ packages/circuits/trunk/debian/circuits.sniff.1	2012-02-03 03:56:03 UTC (rev 20277)
@@ -0,0 +1,22 @@
+.TH circuits.sniff 1 "Jun 2011" "circuits 1.6" "User Commands"
+.SH NAME
+circuits.sniff \- event sniffer of the circuits library
+.SH SYNOPSIS
+.B circuits.sniff
+[\fIoptions\fR]
+.SH DESCRIPTION
+circuits.sniff is an event sniffing tool. It can be used to sniff and debug
+Events as they occur in another system. As long as that system has an instance
+of the Bridge Component, events can be sniffed and printed.
+.SH OPTIONS
+.TP
+\fB-b\fR \fIaddress:port\fR
+Bind to address:port. Default address is 0.0.0.0:8000.
+.TP
+\fB--version\fR
+Output version information and exit.
+.SH AUTHOR
+James Mills <prologic at shortcircuit.net.au>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).

Added: packages/circuits/trunk/debian/circuits.web.1
===================================================================
--- packages/circuits/trunk/debian/circuits.web.1	                        (rev 0)
+++ packages/circuits/trunk/debian/circuits.web.1	2012-02-03 03:56:03 UTC (rev 20277)
@@ -0,0 +1,44 @@
+.TH circuits.web 1 "Jun 2011" "circuits 1.6" "User Commands"
+.SH NAME
+circuits.web \- Web Server and testing tool
+.SH SYNOPSIS
+.B circuits.web
+[\fIoptions\fR] [\fIdocroot\fR]
+.SH DESCRIPTION
+circuits.web is a component based, event-driven light weight and high
+performance HTTP/WSGI framework. circuits.web applications are stand-alone
+applications with a high performance, multi-process web server with great
+concurrent scalability with full support for WSGI and deployment with other web
+servers.
+.SH OPTIONS
+.TP
+\fB-b\fR \fIaddress:[port]\fR
+Bind to address:[port]. Default address is 0.0.0.0:8000.
+.TP
+\fB-d\fR
+Enable debug mode.
+.TP
+\fB-j\fR
+Use python JIT (psyco) if it is available.
+.TP
+\fB-m\fR \fInumber\fR
+Specify \fInumber\fR of processes to start (multiprocessing).
+.TP
+\fB-p\fR
+Enable execution profiling support.
+.TP
+\fB-s\fR \fIserver\fR
+Specify server to use.
+.TP
+\fB-t\fR \fItype\fR
+Specify type of poller to use. \fItype\fR can be \fIepoll\fR, \fIpoll\fR or
+\fIselect\fR.
+Default \fItype\fR is \fIselect\fR.
+.TP
+\fB-v\fR
+Enable WSGI validation mode.
+.SH AUTHOR
+James Mills <prologic at shortcircuit.net.au>
+.PP
+This manual page was written by Daniele Tricoli <eriol at mornie.org>, for the
+Debian project (but may be used by others).




More information about the Python-modules-commits mailing list