Re: Quickie about absolute urls

2008-10-15 Thread Toby Catlin
You legend, that's exactly what i was looking for.I couldn't find any documentation on this helper function, is there some? On Tue, Oct 14, 2008 at 8:00 PM, Matthew Zwier [EMAIL PROTECTED] wrote: How about adding qualified=True to the arguments for url_for()? On Tue, Oct 14, 2008 at 8:45 AM,

Re: Quickie about absolute urls

2008-10-15 Thread Matthew Zwier
http://docs.pylonshq.com/thirdparty/routes.html#routes.util.url_for It's from the new 0.9.7 documentation (http://docs.pylonshq.com/index.html ), which is far more coherent than what's available from the Pylons wiki. Much (if not most) of it still applies to 0.9.6, though. On Wed, Oct 15, 2008

Quickie about absolute urls

2008-10-14 Thread [EMAIL PROTECTED]
I have a template snippet that i use to render a list or urls. I use the snippet both to display the links on a page and in an email. The email obviously needs to have an absolute url to find it's way back tot the server. I have been looking at h.url() and url_for() which give me most of the

Re: Quickie about absolute urls

2008-10-14 Thread Matthew Zwier
How about adding qualified=True to the arguments for url_for()? On Tue, Oct 14, 2008 at 8:45 AM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I have a template snippet that i use to render a list or urls. I use the snippet both to display the links on a page and in an email. The email