I think I found the configurable variables in a file called HTMLFormatter.py
. 

            '<mm-mailman-footer>' : self.GetMailmanFooter(),
            '<mm-list-name>' : self.real_name,
            '<mm-email-user>' : self._internal_name,
            '<mm-list-description>' : self.description,
            '<mm-list-info>' : string.join(string.split(self.info, '\n'),
                                           '<br>'),
            '<mm-form-end>'  : self.FormatFormEnd(),
            '<mm-archive>'   : self.FormatArchiveAnchor(),
            '</mm-archive>'  : '</a>',
            '<mm-list-subscription-msg>' : self.FormatSubscriptionMsg(),
            '<mm-restricted-list-message>' : \
                self.RestrictedListMessage('current archive',
                                           self.archive_private),
            '<mm-num-reg-users>' : `member_len`,
            '<mm-num-digesters>' : `dmember_len`,
            '<mm-num-members>' : (`member_len + dmember_len`),
            '<mm-posting-addr>' : '%s' % self.GetListEmail(),
            '<mm-request-addr>' : '%s' % self.GetRequestEmail(),
            '<mm-owner>' : self.GetAdminEmail(),
            '<mm-reminder>' : self.FormatReminder(),
            '<mm-host>' : self.host_name,

Thanks,
David

-----Original Message-----
From: David 
Sent: Tuesday, November 19, 2002 11:19 AM
To: [EMAIL PROTECTED]
Subject: Edit html MM-variables?


Where can I find a list of the available MM-variables to use in editing the
html pages? I'm looking for a more obvious one for list owner. Basically I'm
creating an Announce only list and wish to include verbage on who to report
problems to. I wish to use a variable in case the list owner address
changes.

Thanks,

David Parker

------------------------------------------------------
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/

This message was sent to: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to