10.35. hist.cgi: foColophon(): Add credits
hist.cgi
# - - - f o C o l o p h o n
def foColophon(s):
'''Add a credits line at the end.
'''
#-- 1
b1 = s.start('block', lib.HEAD_FONT, fo.dash(marginTop='2pc'),
"Produced by Zoological Data Processing, ")
s.leaf('inline', lib.MONO_FONT, 'john@nmt.edu')
b1.end()
#-- 2
s.leaf('block', lib.HEAD_FONT,
"507 Fitch St. NW, Socorro, NM 87801.")
#-- 3
b2 = s.start('block', lib.HEAD_FONT, "For documentation: ")
s.leaf('inline', lib.MONO_FONT, 'http://www.nmt.edu/~shipman/z/cbc/cbchist/')
b2.end()