Re[2]: [htmltmpl] HTML::Template and filesystem ACL's

2004-07-29 Thread Aleksey Serba
>> The reason is "-r $filename" expression - it doesn't work with ACL. ST> Really? Why not? See test in the bottom of my message Regards, Aleksey --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com

[htmltmpl] HTML::Template and filesystem ACL's

2004-07-29 Thread Aleksey Serba
Hello! HTML::Template failed trying to process file with ACL ( can't read _readable_ file ) The reason is "-r $filename" expression - it doesn't work with ACL. It's the common perl problem or we could use another expression to determine readable file or not? What's the best way to fix it?

Re: [htmltmpl] How about external escape handling modules that are loaded at runtime

2003-06-18 Thread Aleksey Serba
Hi Philip, Craig, Norikatsu, Sam and all H::T users! I've searched H::T mail list archive and found some proposals about TMPL_VAR ESCAPE feature. There are some implementations of a) ESCAPE=JS b) ESCAPE=BR c) ESCAPE=HTML_BR d) ESCAPE=BASE64 Great thanks to C

Re: [htmltmpl] ANNOUNCE: Bricolage-Devel 1.5.1

2003-03-24 Thread Aleksey Serba
Hi guys! I become interested in Bricolage project and i have some questions. How can i look at demo site? Is there the list of sites that use this system? Thx in advance. Aleksey --- This sf.net email is sponsored by:ThinkGeek We

Re[2]: [htmltmpl] __counter__ not starting at zero

2002-11-05 Thread Aleksey Serba
Hello Martijn, Tuesday, November 05, 2002, 4:00:31 PM, you wrote: MvdB> On Tuesday 05 November 2002 12:31, Philip S Tellis wrote: >> Sometime Today, Martijn van den Burg assembled some asciibets to say: >> > I started using the __counter__ variable to dynamically build >> > JavaScript arrays in m