File: HTMLcalendar_overview.html

package info (click to toggle)
htmlgen 2.2.2-12.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,840 kB
  • ctags: 1,480
  • sloc: python: 4,518; makefile: 93
file content (134 lines) | stat: -rw-r--r-- 4,355 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>

<!-- This file generated using Python HTMLgen module. -->
<HEAD>
  <META NAME="GENERATOR" CONTENT="HTMLgen 2.2.2">
        <TITLE>Module HTMLcalendar - Generate HTML calendars</TITLE>

 <LINK rel=stylesheet href="HTMLgen.css" type=text/css title="HTMLgen.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" BACKGROUND="../image/bg-dots.gif" TEXT="#000000" LINK="#EE0000" VLINK="#990000">
<A HREF="HTMLutil_overview.html"><IMG src="../image/back.gif" height="22" width="66" alt="Previous" border="0"></A> 
<A HREF="barchart_overview.html"><IMG src="../image/next.gif" height="22" width="66" alt="Next" border="0"></A> 
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif"> 
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif"> 
<H3>Module HTMLcalendar - Generate HTML calendars</H3>
<HR>

<H2>SYNOPSIS</H2>

<PRE># Classes
<A HREF="HTMLcalendar-Appointment.html">class Appointment</A>
<A HREF="HTMLcalendar-DateTable.html">class DateTable(TableLite)</A>
<A HREF="HTMLcalendar-Day.html">class Day</A>
<A HREF="HTMLcalendar-Month.html">class Month(SimpleDocument)</A>
<A HREF="HTMLcalendar-Year.html">class Year</A>
</PRE>

<PRE># Functions
def list_day_of_week(year, daystring)
<A HREF="HTMLcalendar-main.html">def main()</A>
<A HREF="HTMLcalendar-makeint.html">def makeint(value)</A>
<A HREF="HTMLcalendar-read_appt_file.html">def read_appt_file(filename)</A>
def weekday(year, month, day)
</PRE>

<PRE># 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 = ...
</PRE>

<H2>DESCRIPTION</H2>


<P>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.</P>

<H2>SEE ALSO</H2>

<PRE><A HREF="string_overview.html">string</A>
<A HREF="time_overview.html">time</A>
</PRE>


<P><HR>
<A HREF="HTMLutil_overview.html"><IMG src="../image/back.gif" height="22" width="66" alt="Previous" border="0"></A> 
<A HREF="barchart_overview.html"><IMG src="../image/next.gif" height="22" width="66" alt="Next" border="0"></A> 
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif"> 
<IMG src="../image/blank.gif" height="22" width="66" alt="blank.gif"> 
<BR><IMG src="../image/Buzz.gif" height="51" width="56" alt="Buzz.gif" align="bottom">
<FONT SIZE="-1"><P>Copyright &#169 Robin Friedrich<BR>All Rights Reserved<BR>

Comments to author: <A HREF="mailto:&#100;ev&#64;nu&#108;l">dev@null</A><br>
Generated: Tue Apr 20, 1999 <BR><hr>
</FONT>
</BODY> </HTML>