From caa707349bc4f39d86a37d2788c8b14e67bf7db9 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Thu, 15 Feb 2001 22:32:54 +0000 Subject: Add the SourceForge logo to the sidebar, and update the copyright years. --- admin/www/MMGenerator.py | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'admin') diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py index 3b3d3aaa6..e9f857c2e 100644 --- a/admin/www/MMGenerator.py +++ b/admin/www/MMGenerator.py @@ -2,7 +2,7 @@ Requires ht2html.py, available from -http://www.wooz.org/users/barry/software/pyware.html +http://barry.wooz.org/software/pyware.html """ import os @@ -49,14 +49,18 @@ class MMGenerator(Skeleton, Sidebar, Banner): self.__d = {'rootdir': rootdir} self.__linkfixer.massage(p.sidebar, self.__d) # tweak - p.sidebar.append(('http://www.python.org/', ''' -
-
''' - % self.__d)) + p.sidebar.append((None, + ''' SourceForge Logo''' + % self.__d)) p.sidebar.append(BLANKCELL) - copyright = self.__parser.get('copyright', '1998,1999,2000') - p.sidebar.append((None, '© ' + copyright)) - p.sidebar.append((None, 'Free Software Foundation, Inc.')) + copyright = self.__parser.get('copyright', '1998,1999,2000,2001') + p.sidebar.append((None, '© ' + copyright + + '
Free Software Foundation, Inc.')) Sidebar.__init__(self, p.sidebar) # # fix up our site links, no relthis because the site links are -- cgit v1.3.1