Re: [Catalyst] Dumb (?) question on TTsite

2008-02-18 Thread Alessio Bragadini
/site/html: title[% site.name %]: [% page_title or template.title %]/title In a template with static title: [% META title = 'My Search' -%] In a Controller: $c-stash-{page_title} = qq{Search records matching $q}; -- Alessio Bragadini [EMAIL PROTECTED] One

Re: [Catalyst] File-browser functionality

2008-02-29 Thread Alessio Bragadini
with the Angerwhale module available from CPAN. Since you need to search in files, another angle would be to treat the log files as tables using some kind of package based on DBD::File. Once that's in place, the rest will follow as a normal Catalyst application with a DBI-based Model. -- Alessio