From 744be8fffda676653475d3034786e8ee246de609 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Wed, 9 Jun 2021 08:06:17 +0200 Subject: Partial revert: reintroduce rbot-remote It now interfaces with the webservice 'dispatch' feature instead of the previous remotectl plugin, but the external API remains the same, for compatibility with existing users. --- man/rbot-remote.xml | 217 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 217 insertions(+) create mode 100644 man/rbot-remote.xml (limited to 'man') diff --git a/man/rbot-remote.xml b/man/rbot-remote.xml new file mode 100644 index 00000000..b68b4ef0 --- /dev/null +++ b/man/rbot-remote.xml @@ -0,0 +1,217 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Marc"> + Dequènes"> + Giuseppe"> + Bilotta"> + + 20100701"> + + 1"> + Duck@DuckCorp.org"> + giuseppe.bilotta@gmail.com"> + + + RBOT-REMOTE"> + + + + + Debian"> + GNU"> + GPL"> +]> + + + + + &dhapp; + + + &dhfirstname; + &dhsurname; + &dhemail; + &debian; package maintainer + + + &gbgname; + &gbfname; + &gbemail; + &dhapp; maintainer + + + + 2004-2009 + &dhusername; + + + 2010 + &gbusername; + + &dhdate; + + + + &dhucapp; + &dhsection; + &dhapp; man page + &dhpackage; + &dhpackageversion; + + + + &dhapp; + + IRC bot written in ruby + + + + + &dhapp; + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DESCRIPTION + + &dhapp; 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. + + + + + + + Remote user. + + + + + + + + Remote user password. + + + + + + + + Destination for message (user or channel). + + + + + + + + Rbot url. + + + + + + + + Show summary of options. + + + + + + + + Tell what it's all about. + + + + + + VERSION + + This manual page was written by &dhusername; &dhemail; for + the &debian; 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. + + + + + -- cgit v1.2.3