Try something like the following on the command line might get you started:

mailman@mailman2:/mailman/run> bin/config_list -o /tmp/mmconf.txt rbtest
mailman@mailman2:/mailman/run> python
Python 2.2.2 (#2, Jan 13 2003, 17:17:19)
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> st = {}
>>> execfile('/tmp/mmconf.txt', st)
>>> st.keys() # generate a list of list attribs + a little junk

When I've got a few minutes I'll tidy the idea up and put it in the FAQ.

At 00:20 08/02/2003, Jon Carnes wrote:
This isn't in the FAQ, so if you stumle across it, it would be great if
you would add an entry to the FAQ or to this list.

This is someone's chance at fame and fortune in the world of Open
Source!

Cheers - Jon Carnes

On Fri, 2003-02-07 at 11:11, Jim Popovitch wrote:
> Is there a simple list somewhere of all the MM list variables (e.g.
> real_name) that can be used when editing the HTLM for public list pages?
>
> Thanks,
>
> -Jim P.
>
>
>
>
>
>
> ------------------------------------------------------
> 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: [EMAIL PROTECTED]
> Unsubscribe or change your options at
> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com



------------------------------------------------------
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: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.demon.co.uk

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