Go to file
Mika Suomalainen 2d0c69bd3a README.md: Update README.
See the diff for more information.
2012-05-10 11:01:43 +03:00
docs Change version number to 0.83.4.1+git+fr3 2011-02-27 12:01:51 +01:00
locale core: update l10n-fr. 2012-04-27 18:11:18 +02:00
plugins Math: Allow 'factorial()' in icalc. 2012-05-07 17:52:02 +02:00
sandbox sandbox/update-version: Simplify logic in updating version while still using UTC time. 2012-01-06 18:38:24 +01:00
scripts scripts/supybot-plugin-create: Fix issue #181. 2012-05-04 08:54:33 +03:00
src PluginDownloader: update l10n-it. 2012-05-04 18:56:13 +02:00
test Fix parsing of 004 message for supported umodes/chanmodes 2011-12-14 01:31:28 +08:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Added merge.sh to gitignore 2011-09-01 19:00:39 +03: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: Convert to markdown. 2012-05-06 18:23:05 +03:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
README.md README.md: Update README. 2012-05-10 11:01:43 +03:00
RELNOTES Bump the minimum supported Python version to 2.4. 2009-10-23 19:35:24 -04:00
setup.py setup.py: Require Python 2.6 or newer. 2012-03-24 14:03:59 +02: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 :)