Go to file
Valentin Lorentz a82b6dabec Remove warning from the README about Travis. 2013-04-27 17:42:22 +02:00
2to3 Speed up install on Python3 (2to3 is ran only on modified files). 2013-04-27 16:05:11 +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 core: Fix l10n-fr. 2013-04-21 16:18:13 +02:00
plugins PluginDownloader: Obey --no-network in tests. 2013-04-27 10:19:43 +02:00
sandbox sandbox: Update check_trans.py to handle core locales. 2013-04-21 15:57:17 +02:00
scripts Fix scripts to work with Python 3 without 2to3. 2013-04-27 16:16:08 +02:00
src Internationalize string-handling functions in src/utils/. 2013-04-21 16:00:31 +02:00
test Make sure strictRfc is on before testing for assertions. 2013-04-11 20:04:04 +02:00
.gitattributes Add export-ignore gitattributes for test/, sandbox/, and .git* 2009-03-16 23:43:28 -04:00
.gitignore Update .gitignore. 2013-02-07 19:21:42 +01:00
.travis.yml Improve .travis.yml. 2013-04-27 17:41:00 +02: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 Update INSTALL.md 2013-02-16 10:55:27 +01:00
LICENSE.md LICENSE: rename to LICENSE.md. 2012-05-10 11:00:23 +03:00
MANIFEST.in Add MANIFEST.in 2013-02-02 20:23:17 +01:00
Makefile Debianize Supybot and update version to 0.83.4.1+limnoria1. 2011-08-22 14:29:59 +02:00
README.md Remove warning from the README about Travis. 2013-04-27 17:42:22 +02:00
RELNOTES Bump minimum Python version to 2.6 for multiprocessing support 2012-09-01 10:06:50 -04:00
setup.py Speed up install on Python3 (2to3 is ran only on modified files). 2013-04-27 16:05:11 +02:00

README.md

http://supybot.fr.cr/doc/use/install.html

# Build status

Master branch: Build Status (master branch)

Testing branch: Build Status (testing branch)

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:\Python27\python C:\Python27\Scripts\supybot-wizard

If you are running a Python version that is not 2.7, replace “27” in the file names with your Python version, without the dot (for example “26”.)

DEVELOPERS:

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