Go to file
Jeremy Fincher e7595471ba Updated. 2004-07-19 22:05:32 +00:00
debian Added a build-depends on python-dev, which is required for distutils. 2004-04-11 23:48:34 +00:00
docs Updated. 2004-06-14 06:11:27 +00:00
examples Updated for the new release. 2004-02-17 01:36:32 +00:00
others Babelize wasn't properly setting the language when it terminated early 2004-06-09 23:43:37 +00:00
plugins Improve Weather.wunder's UV report and add heat index reporting 2004-07-18 22:25:12 +00:00
sandbox Added sendquote. 2004-05-11 18:22:50 +00:00
scripts Prevent scheduled downloads from happening when we're generating 2004-06-20 08:14:59 +00:00
src Don't reveal the channel unless the nick command is given in it. 2004-07-17 06:07:45 +00:00
test Add rudimentary blocking of adjusting one's own karma 2004-07-07 18:10:00 +00:00
tools Prevent scheduled downloads from happening when we're generating 2004-06-20 08:14:59 +00:00
.cvsignore Initial revision 2003-03-12 06:26:59 +00:00
ACKS Updated. 2004-04-09 17:13:49 +00:00
BUGS Added bug #836270 to the BUGS list. 2004-01-12 19:06:00 +00:00
ChangeLog Add rudimentary blocking of adjusting one's own karma 2004-07-07 18:10:00 +00:00
DEVS kmj is right. Writing in third person is balls. :) 2004-04-16 08:56:55 +00:00
LICENSE Updated. 2004-04-09 17:13:49 +00:00
README Updated a whole lot of documentation. 2004-01-26 03:51:02 +00:00
RELNOTES Changed supybot.defaultCapabilities to a space-separated list, made prefixChars channel-specific, and a few other quick changes. 2004-05-07 11:30:42 +00:00
TODO Updated. 2004-07-19 22:05:32 +00:00
__init__.py Eh, those things didn't need to be where they were. 2004-02-02 17:19:38 +00:00
setup.py Updated version number. 2004-04-20 21:14:13 +00:00

README

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


USERS:
------
Read docs/GETTING_STARTED for an introduction to the bot.  Read
docs/CAPABILITIES to see how to use capabilities more to your
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 EXAMPLE to
see some examples of callbacks and commands written for the bot.
Read INTEFACES 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..

Use PyLint.  It's even better than PyChecker.  A sample .pylintrc file
is included as tools/pylintrc.  Copy this to ~/.pylintrc and you'll be
able to check your code with the same stringent guidelines I've found
useful to check my code. (deja vu? :))

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.