##############################################################################
#                          WWWBoard v2.0 ALPHA 2.1                           #
#                     Threaded Discussion Forum Script                       #
#                                                                            #
#                         Scripts Archive                                    #
#                    https://worldwidemart.com/scripts/                      #
##############################################################################

DESCRIPTION
-----------
WWWBoard is a threaded World Wide Web discussion forum and message board
that allows users to post new messages and follow up to existing ones.

FEATURES
--------
* Threaded message display
* Reply/followup functionality
* Individual message pages
* Admin panel for moderation
* Message archiving

REQUIREMENTS
------------
* Unix-based web server with CGI support
* Perl 5.x or higher
* Write permissions for data files

PACKAGE CONTENTS
----------------
wwwboard.pl      - Main message board script
wwwadmin.pl      - Administration script
wwwboard.html    - Main board display (auto-generated)
README           - This documentation
ADMIN_README     - Admin documentation

INSTALLATION
------------
1. Upload all files to your cgi-bin directory
2. Create 'messages' subdirectory: mkdir messages
3. Set permissions:
   chmod 755 wwwboard.pl wwwadmin.pl
   chmod 666 wwwboard.html data.txt
   chmod 777 messages
4. IMPORTANT: Change $admin_password in both scripts!

SECURITY NOTES
--------------
1. ALWAYS change the default admin password
2. Consider adding .htaccess protection
3. Regularly review posted content

MODERN ALTERNATIVES
-------------------
For production forums, consider:
* phpBB (https://www.phpbb.com)
* Discourse (https://www.discourse.org)
* Flarum (https://flarum.org)
* NodeBB (https://nodebb.org)

LICENSE
-------
Artistic License

##############################################################################
