TITLE
OutBoundManager
VERSION
0.40b
AUTHOR
Rocco Coluccelli
E-Mail: rocco@inmedia.it
moos@freenet.hut.fi
DESCRIPTION
OutBoundManager (OBM) is an ARexx program that, using MUIrexx, opens a
little GUI to let users select which nodes are to call. Being a
point on fidonet and Amiganet often I've to call nodes for a f'req, or
a crash... My boss have three lines and I need to call each one if the
others are busy... Having also more than one point address I need to
choose which node to poll... For all these problems OBM is the
solution. A brief list of features:
*) Listview to select which nodes are to be called.
*) Information window to read more about each node.
*) Little database to store data for those frequently called nodes.
*) Support for multilines BBS using 'mail/Poll_TD' and
'mail/Poll_GMS' external modules.
*) Support for TrapDoor and GMS.
*) Very configurable scheduler to easly interface with other mailers.
*) Confortable GUI created using MUIrexx (C).
*) Great modularity thanks to the MOOS (C) concept:
OutBoundManager
|
+- mui/RunMuiRexx
+- mui/About
| |
| +- dos/ReadBlock
| `- dos/SplitPath
|
+- db/Config
| |
| +- dos/ReadBlock
| `- dos/WriteBlock
|
+- mail/Poll
| |
| +- db/Config
| | |...
| |
| +- mail/Poll_GMS
| | |
| | `- dos/Error
| |
| +- mail/Poll_TD
| | |
| : +- db/RunHost
| : | |
| | `- dos/Error
| |
| `- dos/Error
|
+- dos/ReadBlock
`- dos/WriteBlock
*) Thanks to its modularity you may use 'mail/Poll_TD'()
as external ARexx function to interface the mailer
if you are not interested to use the whole OBM with its
GUI. After the configuration you still be able to use
the module 'mail/Poll'() instead that read also the
user preferences and the data for the multilines BBSes.
You can use 'db/Config'() to store and retrieve little
configuration files for other ARexx script... You will
find more information about MOOS soon in Aminet.
HISTORY
v0.10 2/11/96 - initial release
v0.40b 11/11/96 - first public release
SPECIAL REQUIREMENTS
* Version 3.0 of the Amiga operating system or higher
* MUI 3.0 or better
* Icon.mcc custom class (included in MUIrexx distribution)
* ARexx
* RexxDosSupport.library
* Traplist.library
* GetNode (mail:bin/)
HOST NAME
FTP/Internet: AmiNet (ftp.wustl.edu) and mirrors
DIRECTORY
pub/aminet/comm/fido
FILE NAME
OBManager.lha
DISTRIBUTABILITY
Freely distributable, Copyright by the author.
COPYRIGHTS
ARexx
Copyright 1987, William S. Hawes
Magic User Interface
Copyright 1993-95, Stefan Stuntz
MUIrexx
Copyright 1996, Russell Leighton
RexxDosSupport
Copyright (C) 1994-1996 by hartmut Goebel
MOOS
Copyright (C) 1994-1996, Rocco Coluccelli
SIGNATURE
__
|(
e
rocco@inmedia.it
moos@freenet.hut.fi
Rocco Coluccelli - MOOS Development
Student of Computer Science Engineering.
Member of Amiga Group Italia, Bologna.
ARexx programmer.
Amiga Group Italia - http://www.inmedia.it/Amiga/
|