[Catalog-sig] Tab Title customization and Tal to Django/Jinja transition

Fred Drake fdrake at acm.org
Thu Jun 30 16:54:14 CEST 2011


On Wed, Jun 29, 2011 at 2:57 PM, anatoly techtonik <techtonik at gmail.com> wrote:
> Index: pypi/templates/standard_template.pt
> ===================================================================
> -      <title tal:content="string:Python Package Index : ${data/title}" />
> +      <title tal:content="string:${data/title} : Python Package Index" />

This patch is good.

> However, it changes URL for all pages, which may be not what is
> desired. Any ideas how to make it only for package description pages
> in TAL?

It does not affect the URLs, only the page titles.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at acm.org>
"Give me the luxuries of life and I will willingly do without the necessities."
   --Frank Lloyd Wright


More information about the Catalog-SIG mailing list