[fishpoll] Add the fishpoke.1 and fishpolld.1 files.

averi averi at fedoraproject.org
Thu May 31 11:29:22 UTC 2012


commit 3c12d171daa8c150d1ff24853f599ce7267201f1
Author: Andrea Veri <averi at fedoraproject.org>
Date:   Thu May 31 13:30:38 2012 +0200

    Add the fishpoke.1 and fishpolld.1 files.

 fishpoke.1  |   29 +++++++++++++++++++++++++++++
 fishpolld.1 |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 65 insertions(+), 0 deletions(-)
---
diff --git a/fishpoke.1 b/fishpoke.1
new file mode 100644
index 0000000..b4143a4
--- /dev/null
+++ b/fishpoke.1
@@ -0,0 +1,29 @@
+.TH "fishpoke" 1 "May 25 2012"
+.SH NAME
+fishpoke \- trigger a poll immediately instead of waiting for the configured polling interval.
+.SH SYNOPSIS
+.nf
+.B fishpoke HOST[:PORT] TOPIC [SUBJECT...]
+.fi
+.br
+.B 
+.SH DESCRIPTION
+The fishpoke program is used to trigger a poll immediately
+instead of waiting for the configured polling interval. This man
+page refers to the client for the Fishpolld server. 
+.SH OPTIONS
+.TP
+.B \-h, \--help
+Shows this help message.
+
+.SH EXTRAS
+More information can be found by browsing the README file shipped
+with the package.
+
+.SH AUTHORS
+This manual page was written by Andrea Veri <and at debian.org> for the Debian
+GNU/Linux distribution. Permission is granted to copy, distribute and/or modify 
+this document under the terms of the GNU General Public License, Version 2 any later
+version published by the Free Software Foundation.
+
+
diff --git a/fishpolld.1 b/fishpolld.1
new file mode 100644
index 0000000..0ba004b
--- /dev/null
+++ b/fishpolld.1
@@ -0,0 +1,36 @@
+.TH "fishpolld" 1 "May 25 2012"
+.SH NAME
+fishpolld \- daemon that allows remote script's execution when triggered from the network
+.SH SYNOPSIS
+.nf
+.B fishpolld [OPTIONS]
+.fi
+.br
+.B 
+.SH DESCRIPTION
+Fishpoll is meant to deal with a common situation. You have a data source
+(a version control repository, a database, etc). You have something built from
+that data source (a web site, say). When the data source changes, you want
+them to rebuild against the latest commits.
+
+.SH OPTIONS
+.B \-h, \--help
+Shows this help message.
+.TP
+.B \-d, \--debug
+Do not daemonize and log to stdout.
+.TP
+.B \--pid-file=PID_FILE
+Location to write PID of daemon.
+.TP
+.B \--handler-dir=HANDLER_DIR
+Directory to look for handlers in.
+.TP
+.B \--listen=HOST[:PORT]  
+Address to listen on.
+
+.SH AUTHORS
+This manual page was written by Andrea Veri <and at debian.org> for the Debian
+GNU/Linux distribution. Permission is granted to copy, distribute and/or modify 
+this document under the terms of the GNU General Public License, Version 2 any later
+version published by the Free Software Foundation.


More information about the scm-commits mailing list