aboutsummaryrefslogtreecommitdiffstats
path: root/admin/www/MMGenerator.py
diff options
context:
space:
mode:
authorbwarsaw <>2006-09-05 01:20:57 +0000
committerbwarsaw <>2006-09-05 01:20:57 +0000
commita8476440a8b8198b888b63c4e116a2cb51c18a4a (patch)
treec7c30068552e0f83e4f6fbd310025014d535e782 /admin/www/MMGenerator.py
parent588bb3d2a9be8d07a81e5e612ba84b0808809189 (diff)
downloadmailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.tar.gz
mailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.tar.xz
mailman2-a8476440a8b8198b888b63c4e116a2cb51c18a4a.zip
Updates for 2.1.9 and beyond. Remove the inthenews.ht files and instead
include a new 'Community' link in the topbar that points to the COM space in the wiki.
Diffstat (limited to 'admin/www/MMGenerator.py')
-rw-r--r--admin/www/MMGenerator.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/admin/www/MMGenerator.py b/admin/www/MMGenerator.py
index 73842183..75637a8e 100644
--- a/admin/www/MMGenerator.py
+++ b/admin/www/MMGenerator.py
@@ -16,14 +16,14 @@ from LinkFixer import LinkFixer
sitelinks = [
# Row 1
- ('%(rootdir)s/index.html', 'Home'),
- ('%(rootdir)s/security.html', 'Security'),
- ('%(rootdir)s/docs.html', 'Documentation'),
- ('%(rootdir)s/lists.html', 'Mailing lists'),
- (None, '&nbsp;'),
- ('%(rootdir)s/help.html', 'Help'),
- ('%(rootdir)s/download.html', 'Download'),
- ('%(rootdir)s/devs.html', 'Developers'),
+ ('%(rootdir)s/index.html', 'Home'),
+ ('%(rootdir)s/security.html', 'Security'),
+ ('%(rootdir)s/docs.html', 'Documentation'),
+ ('%(rootdir)s/lists.html', 'Mailing Lists'),
+ ('http://wiki.list.org/x/DQ', 'Community'),
+ ('%(rootdir)s/help.html', 'Help'),
+ ('%(rootdir)s/download.html', 'Download'),
+ ('%(rootdir)s/devs.html', 'Developers'),
]