I am running mailman-2.1.9 on Solaris 10.  I want the Pipermail archive
pages to have same footer as the other mailman pages.  This is defined by
MailmanLogo() in Mailman/htmlformat.py via GetMailmanFooter()
in HTMLFormatter.py.

As described in the FAQ [1], I set up templates/site/en/ and I am making
my changes there.  My change is to add the standard footer used in other
templates:

% diff ../../en/archidxfoot.html archidxfoot.html
17a18,19
> <MM-Mailman-Footer>
>      <hr>

When I run 'bin/arch --wipe <listname>' the pages are regenerated
with a literal '<MM-Mailman-Footer>', and not the expanded text
as I expected, for example in subscribe.html.  This tells me that
my modified archidxfoot.html was discovered and read (good), but
the expected keyword expansion did not happen.  Puzzling.

Are the arch*.html files processed differently than the other templates
such as subscribe.html?  I see the expected footer on pages generated
from subscribe.html, and changes I make in MailmanLogo() show up.


Thanks for any pointers, relevant doc pages, or ... - Tim Bell

[1] http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp


------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to