Palaver | ||
Contents
|
#include <stddisclaim.h>
I provide no guarantee against damage to hardware, software,
loss of data, property, sleep or sanity caused either directly
or indirectly by this software.
"This product is Y2K compliant" :P
The latest version, plugins, and more information can be found at http://www.aleax.com/products/palaver/
Introduction |
(To-do: brief introduction to IRC) |
Requirements |
The Palaver core (excluding JFC/Swing based plugins) has been tested on:
|
Installation |
To install Palaver, simply extract the archive to it's own directory. You should end up with the following:
Palaver | +-- config (contains configuration files for each plugin) +-- docs (contains manuals for each plugin) +-- plugin (contains classfiles/data for each plugin) | +-- palaver.jar (the Palaver core and standard plugins) +-- readme.html (what you're reading now) | \-- assorted batch files (chmod +x to run from un*x shell) |
Quick Start |
For JRE1.2 or later:
Windows users can run the default plugin (initially XGUI), by simply double-clicking "palaver.jar". If you're running Palaver for the first time, the XGUI plugin will start up and ask you a few simple questions:
|
Commandline options |
java -classpath palaver.jar;. com.aleax.irc.IRC options plugin
Where Plugins included in the palaver core are:
|
Installing plugins |
Simply place the plugin jarfile in the"plugins" directory.
To run the plugin, simply start Palaver with the name of the plugin eg.: Note: plugins shouldn't need files installed anywhere else other than "plugins". If any files are created elsewhere on your system, or existing files are deleted/changed during the installation, then don't trust the plugin!
(To-do: Talk about default plugin selection from plugin-chooser) |
Authoring plugins |
mail me
(To-do: Place links to developer information here) |