[Python-modules-commits] r11472 - in packages/foolscap/trunk/debian (flappserver.1 manpages)

statik-guest at users.alioth.debian.org statik-guest at users.alioth.debian.org
Sun Jan 31 04:03:49 UTC 2010


    Date: Sunday, January 31, 2010 @ 04:03:45
  Author: statik-guest
Revision: 11472

Manpage for flappserver.

Added:
  packages/foolscap/trunk/debian/flappserver.1
Modified:
  packages/foolscap/trunk/debian/manpages

Added: packages/foolscap/trunk/debian/flappserver.1
===================================================================
--- packages/foolscap/trunk/debian/flappserver.1	                        (rev 0)
+++ packages/foolscap/trunk/debian/flappserver.1	2010-01-31 04:03:45 UTC (rev 11472)
@@ -0,0 +1,54 @@
+.TH FLAPPSERVER 1
+.SH NAME
+flappserver \- foolscap server
+.SH SYNOPSYS
+.nf
+.fam C
+\fbflappserver\fP (create|add|list|start|stop)
+.fam T
+.fi
+.SH DESCRIPTION
+This command controls a foolscap application server or 'flappserver'. It
+fulfills the same role as "twistd" does for Twisted code: allows sysadmins
+to configure and launch services without obligating them to write Python
+code for each one.
+.PP
+The options are described below.
+.SH OPTIONS
+.TP
+.B
+create
+Create a new app server.
+.TP
+.B
+add
+Add new service to an app server.
+.TP
+.B
+list
+List services in an app server.
+.TP
+.B
+start
+Launch an app server.
+.TP
+.B
+stop
+Shut down an app server.
+.TP
+.B
+restart
+First stop, if necessary, then start a server.
+.TP
+.B
+version
+Show the version.
+.TP
+.B
+help
+Show the embedded help.
+.SH AUTHOR
+\fBflappserver\fP is a tool that ships with foolscap, created by Brian Warner.
+.PP
+This manual page was written by Elliot Murphy <elliot at ubuntu.com>, for the Debian
+project (but may be used by others).

Modified: packages/foolscap/trunk/debian/manpages
===================================================================
--- packages/foolscap/trunk/debian/manpages	2010-01-31 00:00:38 UTC (rev 11471)
+++ packages/foolscap/trunk/debian/manpages	2010-01-31 04:03:45 UTC (rev 11472)
@@ -1,2 +1,3 @@
 debian/flogtool.1
 debian/flappclient.1
+debian/flappserver.1




More information about the Python-modules-commits mailing list