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: 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: USERS:
------ ------
If you're upgrading, read RELNOTES. If you're new to Supybot, If you're upgrading, read RELNOTES. There is also much documentation
read docs/GETTING_STARTED for an introduction to the bot, and read at http://supybot.com/ for your perusal. Please read it; we took the
docs/CAPABILITIES to see how to use capabilities to your greater time to write it, you should take the time to read it.
benefit.
If you have any trouble, feel free to swing by #supybot on 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, 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: DEVELOPERS:
----------- -----------
Read OVERVIEW to see what the modules are used for. Read PLUGIN-EXAMPLE We likewise have tons of developer documentation at
to see some examples of callbacks and commands written for the bot. http://supybot.com/ for your learning adventures. Have fun :)
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.