From 850f457bf68761519c735b9e7e5c6ed9217c62b4 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Mon, 24 Jan 2005 23:01:31 +0000 Subject: [PATCH] Updated README to be accurate. --- README | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/README b/README index 2347a26c9..e4223bae1 100644 --- a/README +++ b/README @@ -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 :)