File: HTMLgen.rc

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 (18 lines) | stat: -rw-r--r-- 524 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Resource file used by the Document class of the HTML module
from HTMLcolors import *

stylesheet = 'HTMLgen.css'
author = '1996-7 Robin Friedrich'
email = 'friedrich@pythonpros.com'
bgcolor = WHITE
textcolor = BLACK
linkcolor = RED
vlinkcolor = RED6
banner = None
logo = ('../image/Buzz.gif', 56, 51)
blank = ('../image/blank.gif', 66, 22)
prev = ('../image/back.gif', 66, 22)
next = ('../image/next.gif', 66, 22)
top = ('../image/top.gif', 66, 22)
home = ('../image/home.gif', 66, 22)
background = '../image/bg-dots.gif'