Updated README to be accurate.

This commit is contained in:
Jeremy Fincher 2005-01-24 23:01:31 +00:00
parent 9a132bcacd
commit 850f457bf6

21
README
View File

@ -1,14 +1,14 @@
EVERYONE:
---------
Read LICENSE. It's a 2-clause BSD license, but you should read it anyway.
Read LICENSE. It's a 2-clause BSD license, but you should read it
anyway.
USERS:
------
If you're upgrading, read RELNOTES. If you're new to Supybot,
read docs/GETTING_STARTED for an introduction to the bot, and read
docs/CAPABILITIES to see how to use capabilities to your greater
benefit.
If you're upgrading, read RELNOTES. There is also much documentation
at http://supybot.com/ 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 on
irc.freenode.net or irc.oftc.net (we have a Supybot there relaying,
@ -27,12 +27,5 @@ this: C:\Python23\python C:\Python23\Scripts\supybot-wizard
DEVELOPERS:
-----------
Read OVERVIEW to see what the modules are used for. Read PLUGIN-EXAMPLE
to see some examples of callbacks and commands written for the bot.
Read INTERFACES to see what kinds of objects you'll be dealing with.
Read STYLE if you wish to contribute; all contributed code must meet
the guidelines set forth there.
Be sure to run "test/test.py --help" to see what options are available
to you when testing. Windows users in particular should be sure to
exclude test_Debian.py and test_Unix.py.
We likewise have tons of developer documentation at
http://supybot.com/ for your learning adventures. Have fun :)