========================================================================================
INSTALLING THE EVENT CALENDAR

1. Add the tables "nuke_events" and "nuke_events_queue" as define in Calendar.sql to your nuke database.

2. Copy all files to the correct folders in your nuke system.  The AddOn should expand to show you
which files go into which folder.

3. If you want to change the modules name from "Calendar" to something else you must edit the following
files and change the variable called $module_name to match the new folder name.
        - modules/YOURCALENDARNAME/index.php
        - modules/YOURCALENDARNAME/submit.php
        - modules/YOURCALENDARNAME/block1.php
        - admin/modules/calendar.php

THAT'S IT... I THINK.  Please let me know if you need more information

========================================================================================

GENERAL INFO:
The following are all files and a brief description of their purpose:
- modules/YOURCALENDARNAME/index.php
        - This is the main viewing page.  It contains the month, day, year, and event views.
- modules/YOURCALENDARNAME/submit.php
        - This is for data entry from users
- modules/YOURCALENDARNAME/block1.php
        - This is an option left or right block page.  IF you are using my theme add on to allow you
          to insert a php or html page directly into a block you can use this.  Just insert the path
          to this file in your block description. I will be adding many more of these types of blocks
          for multiple options.  If you need my theme addon download any theme from my downloads section
          of smart.xnettech.net.  They all contain the additional code to allow you to post pages to blocks.
- admin/modules/calendar.php
        - This is the administrators event viewing and approval page.
- modules/YOURCALENDARNAME/Calendar.sql
        - The SQL required to build the tables for your nuke DB.
- modules/YOURCALENDARNAME/config.php
        - Allows you to customize your calendar with different colors, borders, etc.  You can change
          most all colors so it matches your site.  The images are transparent so they will look good
          with most color schemes. The calendar colors are NOT linked to the site theme.  Doing it this
          provides more flexability.
- THE REST
        - The rest are help files and files required by PHPNuke for the module to work.

========================================================================================