Blog Calendar Mod release 02/10/2007
-------------------------------------
Copyright (C) 2007 by Steven L. Reid

Description:

This Mod displays a calendar with days highlighted that have articles posted on that day.  Selecting a date will display that day's posts.  You can also move to different months to see what articles where written then.

Installation:

1. Upload the cgi-bin/mods/blogcal and its contents into your cgi-bin/mods folder.

2. CHMOD any .cgi file to 755 (index.cgi and admin.cgi)

3. Run Mod Manager and edit any configuration items.

4. Edit your cgi-lib/plugins.pl and add these lines to the appropriate plugins block:

    require("$mods_dir/blogcal/blogcal.cgi");
    boxtop($bc_title);
    display_blog_calendar();
    boxbottom();

5. Reload your site and enjoy the show.

Special Thanks:

To the great folks at web-app.net for all their support and help.

Changes:

R2d 02/10/2007 - Bug Fix Release
	- Minor fix to admin.cgi where the current language is selected
	properly.
	- Added in Swedish language file thanks to Aimod.

R2c 01/27/2007 - Bug Fix Release
	- Fixed issues with variables and subroutines overwriting in index.cgi
	and admin.cgi that occur when blogcal.cgi is called in print_top()
	before the internal routines are run.
	- Changed documentation to include the box top and bottom to make it
	compatabible with standard themes.
	- Includes spanish.lng thanks to JoseEdwin.

R2b 01/15/2007 - Bug Fix Release
	- Fixed two bugs.  One, the wrong year was being passed
	when pulling articles.  The second was I wasn't properly
	translating 2 digit years passed as arguments.

R2a 01/06/2007 - Bug Fix Release
	- Fixed a bad assumption issue that caused the intial
	display of the current month not to display articles

R2 01/02/2007 - Second Release
	- Added second calendar option
	- Cleaned up code and fixed article bugs

R1 12/17/2006 - Initial Release.

License:

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
