Re: [Mailman-Users] Editing confirm page

2005-05-12 Thread Jim Tittsler
On May 12, 2005, at 09:02, Daya Baran wrote:

> How do you change the header and footer on a global level instead of
> changing every single page

It depends on how much customization you want  to do.  If you want to  
go beyond setting the WEB_*_COLORs and turning off the IMAGE_LOGOS,  
it is probably easiest to edit Mailman/htmlformat.py directly.

I believe there are at least three sets of patches in the SourceForge  
patch tracker that add style sheets to the Mailman web pages which  
would provide you with a great deal of design flexibility once  
installed.


-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp


Re: [Mailman-Users] Editing confirm page

2005-05-11 Thread Daya Baran
How do you change the header and footer on a global level instead of
changing every single page

For example how do you change the header and footer mailman/confirm
and the subsequent page

thanks

> -- Forwarded message --
> Date: May 9, 2005 1:06 PM
> Subject: Re: [Mailman-Users] Editing confirm page
> To: Jim Tittsler <[EMAIL PROTECTED]>
> 
> Jim - great thank you.
> 
> How do I add same header and footer as in this page
> http://www.gruuve.com/mailman/listinfo/mailman globally.
> 
> The confirm page turned out like this
> http://www.gruuve.com/mailman/confirm/mailman/434fcc341a09120e76d0b41ba564a676ee90f523
> 
> Still not the correct header and footer.
> 
> Thanks,
> Daya
> 
> On 5/7/05, Jim Tittsler <[EMAIL PROTECTED]> wrote:
> > On May 8, 2005, at 06:16, Daya Baran wrote:
> >
> > > If you edit confirm.py - you get this message "Bug In Mailman"
> >
> > You must have made a mistake editing the script so that it was no
> > longer a valid Python program.
> >
> > > I had to reinstall mailman
> >
> > If you had just been making changes to the one file, you could have
> > just copied the backup of your confirm.py before you started making
> > changes.
> >
> > > I would like to change the following:
> >
> > > 2) remove "Recieve digests?  Yes or No
> >
> > You don't need to make any programming changes to remove that.  If
> > you don't want to support digests, simply set 'digestable' to No on
> > the Digest options page of the administrative web interface, and it
> > will not appear on the confirm web page.
> >
> > > 3) prefered language
> >
> > If you only allow one language on the "Language options" page of your
> > administrative interface, the selection box still appears, but the
> > user will not be able to change the language.  If you want to
> > eliminate the selection appearing, you will have to change confirm.py
> > to comment out the table.AddRow() where it gets added to the page.
> >
> > > 1) header and footer
> > > 4) Cancel my subscription
> >
> > These also would take modifications to confirm.py (and possibly to
> > Mailman/htmlformatter.py depending upon the level of changes you want
> > to make to the header and footer).  You can change some of the colors
> > in your mm_cfg.py (see the WEB_* variables in Defaults.py).
> >
> > --
> > Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
> > Python Starship  http://Starship.Python.net/crew/jwt/
> > Mailman IRC  irc://irc.freenode.net/#mailman
> >
> > --
> > Mailman-Users mailing list
> > Mailman-Users@python.org
> > 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/dbaran%40gmail.com
> >
> > Security Policy: 
> > http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
> >
>
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp


Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Jim Tittsler
On May 8, 2005, at 06:16, Daya Baran wrote:

> If you edit confirm.py - you get this message "Bug In Mailman"

You must have made a mistake editing the script so that it was no  
longer a valid Python program.

> I had to reinstall mailman

If you had just been making changes to the one file, you could have  
just copied the backup of your confirm.py before you started making  
changes.

> I would like to change the following:

> 2) remove "Recieve digests?  Yes or No

You don't need to make any programming changes to remove that.  If  
you don't want to support digests, simply set 'digestable' to No on  
the Digest options page of the administrative web interface, and it  
will not appear on the confirm web page.

> 3) prefered language

If you only allow one language on the "Language options" page of your  
administrative interface, the selection box still appears, but the  
user will not be able to change the language.  If you want to  
eliminate the selection appearing, you will have to change confirm.py  
to comment out the table.AddRow() where it gets added to the page.

> 1) header and footer
> 4) Cancel my subscription

These also would take modifications to confirm.py (and possibly to  
Mailman/htmlformatter.py depending upon the level of changes you want  
to make to the header and footer).  You can change some of the colors  
in your mm_cfg.py (see the WEB_* variables in Defaults.py).



-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp


Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Daya Baran
If you edit confirm.py - you get this message "Bug In Mailman"

I had to reinstall mailman

I would like to change the following:

1) header and footer
2) remove "Recieve digests?  Yes or No
3) prefered language
4) Cancel my subscription

Thank you

On 5/7/05, Jim Tittsler <[EMAIL PROTECTED]> wrote:
> On May 6, 2005, at 16:49, Daya Baran wrote:
> 
> > How do you edit the confirm page
> > http://www.gruuve.com/mailman/confirm/mailman/
> > 434fcc341a09120e76d0b41ba564a676ee90f523
> 
> Change Mailman/Cgi/confirm.py (and any of the message files for
> languages of interest).
> 
> --
> Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
> Python Starship  http://Starship.Python.net/crew/jwt/
> Mailman IRC  irc://irc.freenode.net/#mailman
> 
> --
> Mailman-Users mailing list
> Mailman-Users@python.org
> 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/dbaran%40gmail.com
> 
> Security Policy: 
> http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp
>
--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp


Re: [Mailman-Users] Editing confirm page

2005-05-07 Thread Jim Tittsler
On May 6, 2005, at 16:49, Daya Baran wrote:

> How do you edit the confirm page
> http://www.gruuve.com/mailman/confirm/mailman/ 
> 434fcc341a09120e76d0b41ba564a676ee90f523

Change Mailman/Cgi/confirm.py (and any of the message files for  
languages of interest).


-- 
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/crew/jwt/
Mailman IRC  irc://irc.freenode.net/#mailman



--
Mailman-Users mailing list
Mailman-Users@python.org
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&file=faq01.027.htp