diff options
| -rw-r--r-- | INSTALL | 6 | ||||
| -rw-r--r-- | Mailman/Defaults.py.in | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -196,15 +196,15 @@ if you want to keep your existing installation intact. scripts run is *not* in the `mailman' group you created above, otherwise private archives will be accessible to anyone. - - Copy the Mailman logo file misc/mailman.gif to a location + - Copy the Mailman logo file misc/mailman.jpg to a location accessible to your Web server. E.g. with Apache, you might create an images subdirectory inside htdocs, and then copy - misc/mailman.gif to htdocs/images/mailman.gif + misc/mailman.jpg to htdocs/images/mailman.jpg You then want to add a line to your $prefix/Mailman/mm_cfg.py file which sets the URL to the logo file. For example: - DELIVERED_BY_URL = '/images/mailman.gif' + DELIVERED_BY_URL = '/images/mailman.jpg' - Configure your Web server to point to the Pipermail public mailing list archives: diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in index a3a49ca48..a47883297 100644 --- a/Mailman/Defaults.py.in +++ b/Mailman/Defaults.py.in @@ -31,7 +31,7 @@ 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.gif' +DELIVERED_BY_URL = '/images/mailman.jpg' # Many site-specific settings # |
