Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

imaprowl(1) [debian man page]

IMAPROWL(1)						       IMAProwl User Manual						       IMAPROWL(1)

NAME
imaprowl - IMAP new mail notification utility for iPhone using Prowl Public API SYNOPSIS
imaprowl -c FILENAME [--config FILENAME] [{-q | --daemon}] [{-d | --debug}] imaprowl [{-h | --help} | {-v | --version}] DESCRIPTION
This manual page documents briefly the imaprowl command. This manual page was written for the Debian distribution because the original program does not have a manual page. imaprowl is an IMAP new mail notification utility for iPhone using Prowl Public API Prowl is a service and an App for iPhone's Push Notification service.(APNs) See id2779769 for more about Prowl. IMAProwl is an utility script to notify new mail of IMAP server with Prowl service. It's very useful to push notification of GMail or any other IMAP mail service to your iPhone. This program uses IMAP/IDLE(RFC2177) or IMAP/NOOP to check the new mail on IMAP server and uses Prowl Public API via HTTPS. REQUIREMENTS
Ruby script language version >= 1.9.0 OpenSSL extenstion library for Ruby IMAP server must support SSL/TLS connection. The Prowl service account. It's free, you can register at http://prowl.weks.net/ Your iPhone deveice and the Prowl.app from AppStore. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -c FILENAME, --config FILENAME Configuration file to load. -q, --daemon Enable daemon mode. imaprowl will launch as background process. -d, --debug Enable debug output. -h, --help Show summary of options. -v, --version Show version of program. FILES
${HOME}/.imaprowl.conf The per-user configuration file to control the behaviour of imaprowl. See /usr/share/doc/imaprowl/examples/config.yml for further details. ISSUES
The program is currently limited to only work with the ruby1.9. The upstreams Issue tracker can be found at http://github.com/takuo/IMAProwl/issues. AUTHOR
Takuo Kitame <kitame@debian.org> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009 Takuo Kitame This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. imaprowl 10/07/2009 IMAPROWL(1)

Check Out this Related Man Page

SLUDGE 
ENGINE(1) SLUDGE Engine User Manual SLUDGE ENGINE(1) NAME
sludge-engine - runtime engine for SLUDGE games SYNOPSIS
sludge-engine [-f | --fullscreen | -w | --window] [{-l | --language=} number] [{-a | --antialias=} {-1 | 0 | 1}] [{-d | --debug=} {0 | 1}] gamefile sludge-engine [-h | --help] DESCRIPTION
This manual page documents briefly the sludge-engine command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the html format; see below. sludge-engine is a runtime engine needed to play SLUDGE games. OPTIONS
The program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -f, --fullscreen Set display mode to fullscreen. -w, --window Set display mode to windowed. -l number, --language=number Set language to number (>=0). -a number, --antialias=number Turn antialiasing on (1) or off (0) or choose linear interpolation (-1). -d number, --debug=number Turn debug mode on (1) or off (0). -h, --help Print help message. KEYBOARD SHORTCUTS
Keyboard shortcuts allow changing some options at any time. Alt+Enter Toggle between fullscreen and windowed mode. Alt+A Toggle antialiasing on or off. FILES
${HOME}/.sludge-engine/ Games store their configurations in subdirectories of this directory. BUGS
Please report bugs in the SLUDGE forum at http://opensludge.sourceforge.net. SEE ALSO
The full SLUDGE documentation is included in the package sludge-doc. It is installed to /usr/share/doc/sludge/SLUDGE_Help.html. AUTHOR
Tobias Hansen <tobias.han@gmx.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Tobias Hansen This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3. sludge-engine 05/13/2012 SLUDGE ENGINE(1)
Man Page