###############################################################################
# readme.txt                                                                  #
###############################################################################
# Yet another Bulletin Board version 1.2.2.2 Build 1                          #
# Written by YaBB Development Team                                            #
# =========================================================================== #
# Copyright (c) 2000 YaBB. All Rights Reserved.                               #
# =========================================================================== #
# Website: http://www.yabb.org                                                #
###############################################################################

############## Installation guide #############################################
1.	Open YaBB.pl change the path to PERL, for example if perl is located
	at /usr/sbin/perl the first line should be #!/usr/sbin/perl
	Normally you can leave the first line as it is. On NT servers this normally is something
	like #!c:\perl\bin\perl.exe
2.	To modify the header and footer of each page, modify the template.html file also
	change the location of the included logo (you can replace it with your own). DON'T
	edit the template file with frontpage or similiar product, because quite obviously this
	will remove all <yabb> tags included, this will cause no menu.
3.	Create a directory for the board and upload all files in the following structure:

Directory    File             CHMOD            Upload as
---------    ----------       -----------      ------------
/                             777              N/A
/Boards                       777              N/A
/Boards      All files        666              ASCII
/Images                       (Leave as is)    N/A
/Images      All files        (Leave as is)    Binary
/Members                      777              N/A
/Members     admin.dat        666              ASCII
/Members     memberlist.txt   666              ASCII
/Members     .htaccess        (Leave as is)    ASCII
/Messages                     777              N/A
/Sources     All files        (Leave as is)    ASCII
/Variables                    (Leave as is)    N/A
/Variables   All files        666              ASCII
/            Settings.pl      (Leave as is)    ASCII
/            template.html    (Leave as is)    ASCII
/            Reminder.pl      755              ASCII
/            Search.pl        755              ASCII
/            Printpage.pl     755              ASCII
/            YaBB.pl          755              ASCII

4.	No open Settings.pl in your Notepad or another ASCII editor. Edit all variables as
	described in there, especially don't forget the $boardurl. And reupload this file.
5.	Visit http://www.yoursite/yabbdir/YaBB.pl it should work now...
6.	Now to access the admin, you should login. Username: admin Password: admin
7.	Now you're logged in (at the menu at top right, there is an admin link), but first
	change your profile.
8.	Now you can access the admin and create cats, boards etc.

This experimental version includes the following changes:

-> fixed Register with Spaces Bug
-> Multiple-Moderators
-> Adds a "Last modified: User -> Date" line to every modified Message
-> Guests won't see the Notify-Checkbox
-> You're no longer notified if you reply to your own Posts
-> You can "Un-Notify" (just click on Notify again and you'll be removed from the xxx.mail File)
-> If you Logout, you're deleted from log.txt
-> "Users online" is fixed (in older versions it could happen that you stay
online for years *g*)
-> The names of the Moderators are displayed in MessageIndex & Display
-> some other little things...
