| calendar.pl | => | Main program. |
| calendar_addeditdelete.pl | => |
Used to add, edit, move, and delete events to/from the calendar. |
| calendar_common_routines.pl | => | Contains functions shared by at least two of the .pl files. |
| * calendar_config_common.pl | => |
Common routines I wrote that I share with config forms in some of my other programs. |
| * calendar_config_form.pl | => |
Displays the HTML form to "Administrators" and "Webmasters" to configure their calendar
through an HTML interface. |
| calendar_day.pl | => | Used to display a day's events. |
| * calendar_stats.pl | => | Computes and displays the statistical information for each calendar. |
| * calendar_update_config.pl | => |
Takes the information from the config form and updates the main
calendar_config.pm file and/or the configuration files for any of the specified calendars. |
| calendar_config.pl | => |
Contains the configuration information which is set by the "Administrators" and applies to every calendar. |
| calendar_util.pl | => | Contains misc date functions specific to the calendar's operations. |
| lozcgi.pl | => | Contains the common CGI functions such as
getting the form information and altering cookies. This module is freely available from my website: http://www.davelozinski.com
|