[Mailman-Users] RE: Edit html MM-variables?

Parker, David K dparker at ci.bryan.tx.us
Tue Nov 19 23:39:17 CET 2002


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: mailman-users at python.org
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



More information about the Mailman-Users mailing list