From: davyd Date: Sat, 7 Feb 2004 13:19:16 +0000 (+0000) Subject: Addition of 'Last Updated' tag X-Git-Url: https://git.ucc.asn.au/?p=planet-ucc.git;a=commitdiff_plain;h=0d696d5c252eb6fdbb99989afc223a1587a2e892 Addition of 'Last Updated' tag --- diff --git a/XMLWriter.py b/XMLWriter.py index 8003189..93ffe06 100644 --- a/XMLWriter.py +++ b/XMLWriter.py @@ -127,6 +127,10 @@ class XHTMLWriter: output += open('sidebar.html').read() except: pass + output += '

Last Updated

\n' + output += '

\n' + output += '%s\n' % time.strftime('%A %B %d, %Y %H:%M', time.localtime()) + output += '

\n' if self.parent: output += '

Feeds

\n' output += '

\n'