On 8/2/06, Andrew Nielson <[EMAIL PROTECTED]> wrote: > Hi, > > I have written some code to allow Mailman to add a header.html file (if it > exists) to the top of each web page. > > Basically it checks a new option called WEB_HEADER_FILE which is set as > follows in mm_cfg.py: > WEB_HEADER_FILE = os.path.join(PREFIX, 'Mailman/header.html') > > I just wanted to know: > 1. Would you like me to submit this patch? > 2. Is $prefix/Mailman/header.html the correct place for a html file or > should we add a html directory or put it in the Cgi one? > 3. Would people like me to move the footer stuff out into another footer > file and do the same for it?
Just to let you know, I created a patch for 2.1.7 (and 2.1.8 but I apparently haven't uploaded it to Sourceforge yet, oops) that does both sitewide headers and footer, not to mention makes the HTML code XHTML 1.1 compliant. It's patch #1415956 at Sourceforge. -- Bryan Carbonnell - [EMAIL PROTECTED] Life's journey is not to arrive at the grave safely in a well preserved body, but rather to skid in sideways, totally worn out, shouting "What a great ride!" _______________________________________________ Mailman-Developers mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
