git.ucc.asn.au
/
planet-ucc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5086892
)
Addition of 'Last Updated' tag
author
davyd
<davyd>
Sat, 7 Feb 2004 13:19:16 +0000
(13:19 +0000)
committer
davyd
<davyd>
Sat, 7 Feb 2004 13:19:16 +0000
(13:19 +0000)
XMLWriter.py
patch
|
blob
|
history
diff --git
a/XMLWriter.py
b/XMLWriter.py
index
8003189
..
93ffe06
100644
(file)
--- a/
XMLWriter.py
+++ b/
XMLWriter.py
@@
-127,6
+127,10
@@
class XHTMLWriter:
output += open('sidebar.html').read()
except:
pass
+ output += '<h2>Last Updated</h2>\n'
+ output += '<p>\n'
+ output += '%s\n' % time.strftime('%A %B %d, %Y %H:%M', time.localtime())
+ output += '</p>\n'
if self.parent:
output += '<h2>Feeds</h2>\n'
output += '<p>\n'
UCC
git Repository :: git.ucc.asn.au