Previous Next blank.gif blank.gif

Module HTMLcalendar - Generate HTML calendars


SYNOPSIS

# Classes
class Appointment
class DateTable(TableLite)
class Day
class Month(SimpleDocument)
class Year
# Functions
def list_day_of_week(year, daystring)
def main()
def makeint(value)
def read_appt_file(filename)
def weekday(year, month, day)
# Variables
string AQUA = '#33CCCC'
string BLACK = '#000000'
string BLUE = '#0000FF'
string BLUE = '#0000FF'
string BLUE2 = '#0000EE'
string BLUE3 = '#0000DD'
string BLUE4 = '#0000CC'
string BLUE5 = '#0000BB'
string BLUE6 = '#000099'
string BROWN = '#CC9966'
string CADETBLUE = '#9999CC'
string COPPER = '#CC6600'
string DateError = 'date error'
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string GREEN = '#00DD00'
string GREEN1 = '#00EE00'
string GREEN = '#00DD00'
string GREEN3 = '#00CC00'
string GREEN4 = '#00BB00'
string GREEN5 = '#00AA00'
string GREEN6 = '#009900'
string GRAY = '#0C0C0C'
string GRAY1 = '#EEEEEE'
string GRAY2 = '#DDDDDD'
string GRAY3 = '#CCCCCC'
string GRAY4 = '#BBBBBB'
string GRAY5 = '#AAAAAA'
string GRAY6 = '#999999'
string HTMLSUFFIX = 'html'
string LIME = '#CCFF66'
string MOROON = '#CC3366'
string OLIVE = '#999966'
string ORANGE = '#FFCC33'
string PEACH = '#FFCC99'
string PEACH = '#FFCC99'
string PINK = '#FF99CC'
string PURPLE = '#CC66FF'
string RED = '#EE0000'
string RED1 = '#FF0000'
string RED = '#EE0000'
string RED3 = '#DD0000'
string RED4 = '#CC0000'
string RED5 = '#BB0000'
string RED6 = '#990000'
string SEAGREEN = '#0099CC'
string SKYBLUE = '#99CCFF'
string SOURCETEXTFILE = 'appt.txt'
string TAN = '#FFCCCC'
string BLUE = '#0000FF'
string GRAY1 = '#EEEEEE'
string GREEN3 = '#00CC00'
string WHITE = '#FFFFFF'
string YELLOW = '#FFFF66'
string __date__ = '10/13/97'
string __file__ = '/usr/local/lib/python1.5/ ...
string __version__ = '$Id: HTMLcalendar.py,v 1. ...
regex datepat = ...
int day_month_order = 0
list day_name = ['Monday', 'Tuesday', 'Wed ...
regex daypat = ...
list mdays = [0, 31, 28, 31, 30, 31, 30 ...
list month_name = ['', 'January', 'February' ...
regex timepat = ...

DESCRIPTION

This module reads a text file containing appointment information and generates web pages containing those scheduled appointments in a nicely formatted linear table for each month.

SEE ALSO

string
time


Previous Next blank.gif blank.gif
Buzz.gif

Copyright © Robin Friedrich
All Rights Reserved
Comments to author: dev@null
Generated: Tue Apr 20, 1999