From 286dcc8531463623614cd1be9f520f7edc4d1703 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Wed, 15 Mar 2000 00:31:22 +0000 Subject: Changes to Mailman's default footer so that open source logos for Mailman, Python, and GNU are displayed. I'm not 100% sure I like this... Specifically, MAILMAN_URL: point this to the gnu.org subpage, instead of the list.org mirror. IMAGE_LOGOS: flag to specify whether logos are displayed or not (if not, then slogan alone in linked text is displayed). --- Mailman/Defaults.py.in | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'Mailman/Defaults.py.in') diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index e110a7bbb..e1ad477a4 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -26,12 +26,18 @@ this file, to override the distributed defaults with site-specific ones. import os -# This is the Mailman homepage; you should not change it -MAILMAN_URL = 'http://www.list.org/' - -# The URL to the `Delivered by Mailman' image. This will be inserted verbatim -# in an href. Set to 0 to disable using an img tag. -DELIVERED_BY_URL = '/images/mailman.jpg' +# Should image logos be used? Set this to false to disable image logos from +# "our sponsors" and just use textual links instead. Otherwise, this should +# contain the URL base path to the logo images (and must contain the trailing +# slash).. If you want to disable Mailman's logo footer altogther, hack +# Mailman/htmlformat.py:MailmanLogo(), which also contains the hardcoded links +# and image names. +IMAGE_LOGOS = '/icons/' + +# Don't change MAILMAN_URL, unless you want to point it at the list.org +# mirror. +MAILMAN_URL = 'http://www.gnu.org/software/mailman/mailman.html' +#MAILMAN_URL = 'http://www.list.org/' # Many site-specific settings # -- cgit v1.2.3-70-g09d2