Go to file
Valentin Lorentz 422dfc3679 PluginDownloader: Rename gsf to code4lib (upstream change). 2013-01-05 19:20:35 +01:00
2to3 Add 2to3/fix_reload.py. 2012-08-05 13:28:09 +02:00
debian Update debian/changelog and debian/control. 2012-06-23 17:48:24 +02:00
docs Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00
locales Revert "irclib: Apply changes to supybot.protocols.irc.maxHistoryLength immediately." 2012-12-27 16:06:01 +00:00
plugins PluginDownloader: Rename gsf to code4lib (upstream change). 2013-01-05 19:20:35 +01:00
sandbox Rename all 'locale' directories to 'locales'. 2012-12-26 15:43:35 +01:00
scripts supybot-test: Return appropriate status code. 2013-01-04 20:23:48 +01:00
src core: Fix tests of plugins using user id for checking capabilities. 2013-01-05 19:06:49 +01:00
test core: Fix normalizeWhitespace handling of new lines. 2013-01-04 22:28:44 +01:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Ignore backup/ 2012-09-05 21:36:57 -04:00
.travis.yml travis.yml: fix config. 2013-01-05 17:44:27 +01:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
CONTRIBUTING.md CONTRIBUTING.md: write contributing guidelines for GitHub 2012-09-18 19:54:32 +03:00
ChangeLog Update ChangeLog and RELNOTES for 0.83.4.1 2009-05-25 13:15:44 -04:00
INSTALL.md Fix install guide. 2012-07-29 13:36:50 +02:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
Makefile Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
README.md README.md: make LICENSE link portable & add IRC links. 2012-05-26 12:34:52 +03:00
RELNOTES Bump minimum Python version to 2.6 for multiprocessing support 2012-09-01 10:06:50 -04:00
setup.py Merge remote-tracking branch 'supybot/master' into testing 2013-01-01 21:11:24 +01:00

README.md

EVERYONE:

Read LICENSE. Its a 3-clause BSD license, but you should read it anyway.

USERS:

There is much documentation at supybot.fr.cr and at Gribble wiki for your perusal. Please read it; we took the time to write it, you should take the time to read it.

If you have any trouble, feel free to swing by #supybot and #limnoria on irc.freenode.net or #supybot at irc.oftc.net (we have a Limnoria there relaying, so either network works) and ask questions. Well 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 issue tracker so we can improve the bot!

WINDOWS USERS:

The wizards (supybot-wizard, supybot-newplugin, and supybot-adduser) are all installed to your Python directorys . What that probably means is that youll run them like this:

C:\Python2x\python C:\Python2x\Scripts\supybot-wizard

DEVELOPERS:

We likewise have tons of developer documentation at supybot.fr.cr for your learning adventures. Have fun :)