Go to file
James Vega de193d261c 0.80.0rc3 2005-01-13 02:47:58 +00:00
debian Slight change of upstream version string. 2004-09-17 15:33:31 +00:00
docs Remove --allow-eval option 2005-01-11 11:17:11 +00:00
others #! lines 2004-12-12 02:31:46 +00:00
plugins Fix for bug #1101332, Network.connect ignores password. 2005-01-13 01:38:20 +00:00
sandbox Added the collect command. 2005-01-10 04:45:24 +00:00
scripts Updated to 0.80.0rc2 2005-01-11 14:45:12 +00:00
src Removed an assert that isn't too important. 2005-01-12 21:07:42 +00:00
test Added a couple asserts. 2005-01-12 02:47:35 +00:00
tools I don't know how this got by as "working" before. Now it *really* does. 2005-01-03 21:57:20 +00:00
.cvsignore Initial revision 2003-03-12 06:26:59 +00:00
ACKS Updated. 2004-12-15 07:10:33 +00:00
BUGS Updated so I can close the bug. 2004-09-30 14:41:56 +00:00
ChangeLog 0.80.0rc3 2005-01-13 02:47:58 +00:00
DEVS Updated. 2004-09-10 06:22:46 +00:00
INSTALL Some wording updates. Move some text to the "Common" section and add some 2005-01-03 04:50:56 +00:00
LICENSE Updated. 2004-04-09 17:13:49 +00:00
README Fix some typos and remove some old documentation 2004-09-05 01:09:29 +00:00
RELNOTES 0.80.0rc3 2005-01-13 02:47:58 +00:00
TODO Updated. 2004-12-16 08:13:17 +00:00
setup.py Updated to 0.80.0rc2 2005-01-11 14:45:12 +00:00

README

EVERYONE:
---------
Read LICENSE.  It's a 2-clause BSD license, but you should read it anyway.


USERS:
------
If you're upgrading, read RELNOTES.  If you're new to Supybot, 
read docs/GETTING_STARTED for an introduction to the bot, and read
docs/CAPABILITIES to see how to use capabilities to your greater
benefit. 

If you have any trouble, feel free to swing by #supybot on
irc.freenode.net or irc.oftc.net (we have a Supybot there relaying,
so either network works) and ask questions.  We'll be happy to help
wherever we can.  And by all means, if you find anything hard to
understand or think you know of a better way to do something,
*please* post it on Sourceforge.net so we can improve the bot!

WINDOWS USERS:
--------------
The wizards (supybot-wizard, supybot-newplugin, and
supybot-adduser) are all installed to your Python directory's
\Scripts.  What that *probably* means is that you'll run them like
this: C:\Python23\python C:\Python23\Scripts\supybot-wizard


DEVELOPERS:
-----------
Read OVERVIEW to see what the modules are used for.  Read PLUGIN-EXAMPLE
to see some examples of callbacks and commands written for the bot.
Read INTERFACES to see what kinds of objects you'll be dealing with.
Read STYLE if you wish to contribute; all contributed code must meet
the guidelines set forth there.

Be sure to run "test/test.py --help" to see what options are available
to you when testing.  Windows users in particular should be sure to
exclude test_Debian.py and test_Unix.py.