--- About calmaker: This script generates monthly HTML calendars in table format. Usage is: calmaker [month [year [calfile]]] The `month' parameter is the month to generate a calendar for. If omitted, defaults to the current month. You can specify either the number of the month (1 = Jan, 2 = Feb, ..., 12 = Dec), or the English name or abbreviation (Jan/January, etc.) The `year' parameter is the year to generate a calendar for. If omitted, defaults to the current year. The year is taken literally, so if you say "20", it will assume you mean the year 20CE, not 1920 or 2020. The optional `calfile' parameter is the name of a file to read cell contents from. If this file is omitted, the calendar is generated with empty cells (apart from the day numbers). If this file is present, it should contain lines of the form: dd: description ...where `dd' is the number of some day in the month, and `description' is some arbitrary text string to be put into that day's box in the calendar. This text may not be longer than a single line, but it may contain markup, links, etc. --- License: Copyright (C) 1998 Michael J. Fromberger Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --- Author's contact information: http://www.dartmouth.edu/~sting/