[htmltmpl] Locale::Maketext vs Locale::MakePhrase [was: HTML::Template and Locale::Maketext]

2005-05-27 Thread Mathew Robertson
> For example you could use {{ ... }} to hide . > This could yield to: > > {{We have [quant,_1,visitor] today,, visitor_count}}> The syntax of: We have [quant,_1,visitor] today was one of the my dislikes of Locale::Maketext. Locale::Maketext assumes that the programmer knows: a) the

Re: [htmltmpl] HTML::Template and Locale::Maketext

2005-05-27 Thread Hugues de Mazancourt
Hi, Just about tags in the template file: don't forget that you can use H::T's 'filter' option and thus define your own syntax. Personally, I've turned all the into a {%... %} notation, so that '' now reads '{%VAR NAME="foo"%}' in my templates. This works in Dreamweaver (at least a my trans