Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rbot-remote(1) [debian man page]

RBOT-REMOTE(1)						       rbot-remote man page						    RBOT-REMOTE(1)

NAME
rbot-remote - IRC bot written in ruby SYNOPSIS
rbot-remote {{[-u USER] | [--user USER]} {[-p PASSWORD] | [--password PASSWORD]}} [{[-d DEST] | [--destination DEST]} {[-r DRB_URI] | [--uri DRB_URI]} {[-h] | [--help]} {[-a] | [--about]}] DESCRIPTION
rbot-remote is a proof-of-concept example for rbot druby-based api. This program reads lines of text from the standard input and sends them to a specified irc channel or user via rbot. Make sure you have the remotectl plugin loaded and assigned the needed rights to the user before use. OPTIONS
This program follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -u USER, --user USER Remote user. -p PASSWORD, --password PASSWORD Remote user password. -d DEST, --destination DEST Destination for message (user or channel). -r DRB_URI, --uri DRB_URI Rbot url. -h, --help Show summary of options. -a, --about Tell what it's all about. VERSION
This manual page was written by Marc Dequenes (Duck) Duck@DuckCorp.org for the Debian(TM) system (but 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 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. AUTHORS
Marc Dequenes <Duck@DuckCorp.org> Debian(TM) package maintainer Giuseppe Bilotta <giuseppe.bilotta@gmail.com> rbot-remote maintainer COPYRIGHT
Copyright (C) 2004-2009 Marc Dequenes (Duck) Copyright (C) 2010 Giuseppe Bilotta rbot 0.9.15 20100701 RBOT-REMOTE(1)

Check Out this Related Man Page

TEXVC(1)							  [FIXME: manual]							  TEXVC(1)

NAME
texvc - math equation PNG renderer SYNOPSIS
texvc {tempdir} {outputdir} {texcode} {encoding} DESCRIPTION
texvc is designed to render math equations written in latex code into PNG images. OPTIONS
{tempdir} directory where temporary files are created. {outputdir} directory where the result image is stored. {texcode} latex code string representing math equations. {encoding} used encoding in latex code string. OUTPUT
Status codes and HTML/MathML transformations are returned on stdout. A rasterized PNG file will be written to the output directory, named for the MD5 hash code. texvc output format is like this: o +%5 ok, but not html or mathml o c%5%h ok, conservative html, no mathml o m%5%h ok, moderate html, no mathml o l%5%h ok, liberal html, no mathml o C%5%h%m ok, conservative html, with mathml o M%5%h%m ok, moderate html, with mathml o L%5%h%m ok, liberal html, with mathml o X%5%m ok, no html, with mathml o S syntax error o E lexing error o F%s unknown function %s o - other error with the following codes: o - null character o %5 - md5, 32 hex characters o %h - html code, without characters o %m - mathml code, without characters AUTHOR
This manual page was written by Marc Dequ[`e]nes (Duck) Duck@DuckCorp.org for the Debian(TM) system (but 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 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. AUTHOR
Marc Dequ[`e]nes Author. COPYRIGHT
Copyright (C) 2003 Marc Dequenes (Duck) [FIXME: source] 2005-01-02 TEXVC(1)
Man Page