Go to file
2013-05-11 11:44:21 +02:00
2to3 Speed up install on Python3 (2to3 is ran only on modified files). 2013-05-11 11:16:18 +02:00
docs Change version number to 0.83.4.1+git+fr3 2011-02-27 12:01:51 +01:00
locale locale/fr.py: Use spaces instead of tabs. 2012-08-05 20:23:15 +02:00
plugins Math: Fix load on Python 3. 2013-05-11 11:42:18 +02:00
sandbox Debug: Fix Python 3 compatibility. 2013-05-11 11:44:21 +02:00
scripts Use open() instead of file(). 2012-08-04 13:13:16 +02:00
src core: Various Python 3 compatibility fixes. 2013-05-11 11:19:31 +02:00
test Use the 'reverse' parameter of sorted() instead of 'mycmp'. 2012-08-05 14:49:47 +02:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Drop src/version.py from the source and generate it with setup.py instead. Closes GH-358. 2012-05-11 18:43:23 +02:00
ACKS Updated to be STX as well as ordered chronologically. 2005-01-19 23:39:52 +00:00
ChangeLog Update ChangeLog and RELNOTES for 0.83.4.1 2009-05-25 13:15:44 -04:00
INSTALL.md INSTALL.md: Add extra instructions for Python 3. 2013-01-20 15:23:00 +01:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
README.md README.md: make LICENSE link portable & add IRC links. 2012-05-26 12:34:52 +03:00
RELNOTES Bump the minimum supported Python version to 2.4. 2009-10-23 19:35:24 -04:00
setup.py setup.py: Remove error output if not in a git repo. 2013-05-11 11:16:25 +02:00

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 :)