2013-04-04 15:16:14 +02:00
[http://supybot.fr.cr/doc/use/install.html ](Install guide )
# Build status
2013-01-23 17:11:52 +01:00
Master branch: [![Build Status (master branch) ](https://travis-ci.org/ProgVal/Limnoria.png?branch=master )](https://travis-ci.org/ProgVal/Limnoria)
2013-01-18 18:39:10 +01:00
2013-01-23 17:11:52 +01:00
Testing branch: [![Build Status (testing branch) ](https://travis-ci.org/ProgVal/Limnoria.png?branch=testing )](https://travis-ci.org/ProgVal/Limnoria)
2013-01-18 18:38:10 +01:00
2013-04-27 19:08:20 +02:00
Limnoria is tested with Python 2.6, 2.7, 3.2, and Pypy. Python 2.5 is not supported.
Python 3.3 is not fully supported because of a [bug in Python ](http://bugs.python.org/issue17856 )
2012-05-10 10:01:20 +02:00
# EVERYONE:
2012-05-06 17:09:06 +02:00
2012-05-10 10:01:20 +02:00
Read [LICENSE]. It's a 3-clause BSD license, but you should read it
2005-01-25 00:01:31 +01:00
anyway.
2005-01-19 14:14:38 +01:00
2012-05-26 11:34:52 +02:00
[LICENSE]:LICENSE.md
2012-05-06 17:09:06 +02:00
2012-05-10 10:01:20 +02:00
# USERS:
There is much documentation
at [supybot.fr.cr] and at [Gribble wiki] for your perusal. Please read it; we took the
2005-01-25 00:01:31 +01:00
time to write it, you should take the time to read it.
2005-01-19 14:14:38 +01:00
2012-05-10 10:01:20 +02:00
[supybot.fr.cr]:http://supybot.fr.cr/doc
[Gribble wiki]:https://sourceforge.net/apps/mediawiki/gribble/index.php?title=Main_Page
2012-05-26 11:34:52 +02:00
If you have any trouble, feel free to swing by [#supybot and #limnoria ](irc://irc.freenode.net/#supybot,#limnoria ) on
[irc.freenode.net ](irc://irc.freenode.net ) or [#supybot ](irc://irc.oftc.net/#supybot ) at [irc.oftc.net ](irc://irc.oftc.net ) (we have a Limnoria there relaying,
2005-01-19 14:14:38 +01:00
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,
2012-05-10 10:01:20 +02:00
*please* post it on [issue tracker] so we can improve the bot!
2005-01-19 14:14:38 +01:00
2012-05-10 10:01:20 +02:00
[issue tracker]:https://github.com/ProgVal/Limnoria/issues
# WINDOWS USERS:
2012-05-06 17:09:06 +02:00
2005-01-19 14:14:38 +01:00
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
2012-05-10 10:01:20 +02:00
this:
```
2013-01-23 13:44:49 +01:00
C:\Python27\python C:\Python27\Scripts\supybot-wizard
2012-05-10 10:01:20 +02:00
```
2005-01-19 14:14:38 +01:00
2013-01-23 13:44:49 +01:00
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".)
2012-05-10 10:01:20 +02:00
# DEVELOPERS:
2012-05-06 17:09:06 +02:00
2005-01-25 00:01:31 +01:00
We likewise have tons of developer documentation at
2012-05-10 10:01:20 +02:00
[supybot.fr.cr] for your learning adventures. Have fun :)