[Mailman-Users] where to edit html for /mailman/listinfo

2010-02-03 Thread ed
OK, I still feel dumb and have drank all the available coffee, so now I 
will ask.
Can someone point me to where to find the info on how/where to edit the 
umbrella listinfo page? (http://forktechs.com/mailman/listinfo)


Thanks in advance


Edward Tharp

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] where to edit html for /mailman/listinfo

2010-02-03 Thread Mark Sapiro
ed wrote:

OK, I still feel dumb and have drank all the available coffee, so now I 
will ask.
Can someone point me to where to find the info on how/where to edit the 
umbrella listinfo page? (http://forktechs.com/mailman/listinfo)


The listinfo overview is built on the fly (there's no template) by the
listinfo_overview() function in the module Mailman/Cgi/listinfo.py.

In order to change it (other than for the colors which you can set in
mm_cfg.py) you need to modify the code in that module.

A similar situation exists with the admin overview and admin_overview()
in Mailman/Cgi/admin.py.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org