Re: [Mailman-Users] help finding template

2014-01-19 Thread Mark Sapiro
On 01/18/2014 04:18 PM, Ricardo Kleemann wrote:
> 
> What about the template for confirmation? When clicking on the
> confirmation link (either subscribe or unsubscribe) from the email that
> is sent, it displays a page to confirm the request. And then once you
> click on the button to confirm, there's another page displayed which is
> like the confirmation results. Do those have templates?


No. They are all built from strings by Mailman/Cgi/confirm.py.

Note that any Mailman URL of the form http://www.example.com/mailman/xxx
is processed by the script Mailman/Cgi/xxx.py

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] help finding template

2014-01-18 Thread Ricardo Kleemann
Ok, thanks.


On Sat, Jan 18, 2014 at 1:49 PM, Mark Sapiro  wrote:

>
> Ricardo Kleemann wrote:
> >
> > I'm trying to find, with no success, where the template for that output
> > page is. It seems this might be a hardcoded output that uses the
> > mailman.po
> > text strings, but cannot have its overall content/layout be customized?
>
>
> The output is built on the fly by the Mailman/Cgi/options.py script. Aside
> from the message "Your unsubscription request has been forwarded to the
> list administrator for approval." or "The confirmation email has been
> sent." as appropriate, the response is also the options login page, so you
> can't modify it without messing up it's function as the options login
> page.
>
>
What about the template for confirmation? When clicking on the confirmation
link (either subscribe or unsubscribe) from the email that is sent, it
displays a page to confirm the request. And then once you click on the
button to confirm, there's another page displayed which is like the
confirmation results. Do those have templates?

Ricardo
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] help finding template

2014-01-18 Thread Mark Sapiro

Ricardo Kleemann wrote:
>
> I'm trying to find, with no success, where the template for that output
> page is. It seems this might be a hardcoded output that uses the
> mailman.po
> text strings, but cannot have its overall content/layout be customized?


The output is built on the fly by the Mailman/Cgi/options.py script. Aside
from the message "Your unsubscription request has been forwarded to the
list administrator for approval." or "The confirmation email has been
sent." as appropriate, the response is also the options login page, so you
can't modify it without messing up it's function as the options login
page.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] help finding template

2014-01-18 Thread Ricardo Kleemann
Hi,

The link normally at the footer of list messages, for example:

Unsubscribe:
https://mail.python.org/mailman/options/mailman-users/ricardo%40americasnet.com

Will send out a confirmation email and also takes the user to a
user-specific version of the options page.

I'm trying to find, with no success, where the template for that output
page is. It seems this might be a hardcoded output that uses the mailman.po
text strings, but cannot have its overall content/layout be customized?

thanks
Ricardo
--
Mailman-Users mailing list Mailman-Users@python.org
https://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: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org