THIS IS BOBOT++ VERSION 2.1 (this file is also -*- text -*-) === REQUIREMENTS (Compile) === Guile Scheme (http://www.gnu.org/software/guile/) Version 1.6 is used for scripting. It is optional and may be disabled by passing `--disable-scripting' to configure. === BACKGROUND === This is the unstable tree. 2.0 is what you want to use if you don't want your scripts to break every other day. The Scheme interface is going to remain essentially the same, but the config system and internal structure of the bot are very different. === BIG CHANGES FROM STABLE === The biggest change is that all bot-* functions are now bot:*. A simple 'perl -pi -e s/bot-/bot:/g SCRIPT1 SCRIPT2 .. SCRIPTN' should be enough to update your scripts. The bot-* functions are defined as aliases for the bot:* functions in bobot-utils.scm, which is autoloaded by bobot++. The binary is now named bobotpp because of automake choking on ++ in rule names. In order for the bot to work properly, you must 'make install' it so that bobot-utils.scm is installed and can be loaded for scripts to use (unless you have Guile disabled). === IMPORTANT NOTES === *** 2.1 is not guaranteed to compile anywhere. *** (But PLEASE email me if it doesn't!) === DOCUMENTATION === Please read the doc in the "doc" directory. Also see bobot++.texinfo, which should be an ok set of docs on how to configure and use Bobot++, even if it is horribly incomplete. You should still read the old doc in the doc directory because it is more complete. bobotpp --help is also helpful. === LICENSE === This program is distributed under the terms of the GNU General Public License version 2 or later. See the COPYING file for details. === CONTACT INFO === Clinton Ebadi (Maintainer)