Re: [htmltmpl] ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread Cameron Dorey
Brian McCain wrote: I don't mean to be picky, but how is this not grossly off-topic, bordering on spam? [snip] I'm neither a Bricolage developer nor a Bricolage user, and if I wanted to get notifications of updates to Bricolage, I'd sign up for one of their lists. Well, I've seen occasional Br

Re: [htmltmpl] ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread Sam Tregar
On Wed, 13 Nov 2002, Brian McCain wrote: > I don't mean to be picky, but how is this not grossly off-topic, bordering > on spam? Not at all! Bricolage supports HTML::Template. > If this is on-topic, does that mean that those of us working on commercial > content management systems based on HTML

Re: [htmltmpl] ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread Andrew Brosnan
On 11/13/02 at 5:11 PM, [EMAIL PROTECTED] (Brian McCain) wrote: > I don't mean to be picky, but how is this not grossly off-topic, > bordering on spam? > > If this is on-topic, does that mean that those of us working on > commercial content management systems based on HTML-Template can post > me

Re: [htmltmpl] ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread Brian McCain
I don't mean to be picky, but how is this not grossly off-topic, bordering on spam? If this is on-topic, does that mean that those of us working on commercial content management systems based on HTML-Template can post messages to the list every time we develop a new solution for a client? Especial

[htmltmpl] ANNOUNCE: Bricolage 1.4.5

2002-11-13 Thread David Wheeler
The Bricolage team is pleased to announce the release of Bricolage 1.4.5. This maintenance release fixes over 25 bugs in version 1.4.4 and, as a bonus, makes a few significant changes that affect how it works, to whit: * Categories are now displayed by their URIs instead of their names

Re: [htmltmpl] Automatically wrapping templates

2002-11-13 Thread Philip S Tellis
Sometime Today, Drew Taylor assembled some asciibets to say: > I would like to automatically wrap a template in a header and footer > without having to specify for > every page. In TT I can use the PRE_PROCESS and POST_PROCESS > options, which specify a template that is pre/appended to the Use t

Re: [htmltmpl] Automatically wrapping templates

2002-11-13 Thread Douglas Kirkland
On Wednesday 13 November 2002 08:35 am, Drew Taylor wrote: > I would like to automatically wrap a template in a header and footer > without having to specify for every > page. You should checkout the perl module sandwich for apache. I have not used this module, but I think it is what you want.

[htmltmpl] Automatically wrapping templates

2002-11-13 Thread Drew Taylor
Hi, I would like to automatically wrap a template in a header and footer without having to specify for every page. In TT I can use the PRE_PROCESS and POST_PROCESS options, which specify a template that is pre/appended to the specified template. Is there an easy way to automatically do this i

Re: [htmltmpl] Template math

2002-11-13 Thread Philip S Tellis
On Wed, 13 Nov 2002, Bill Moseley wrote: > I'm using HTML::Template to display results from a search engine. Each > result has a rank or score that is an integer <= 1000 and is available as > a template variable. > > Now let's say we want to display stars or a percentage instead of the rank > nu

Re: [htmltmpl] Template math

2002-11-13 Thread Dave Desrochers
Although I haven't used it myself, you should be able to use HTML::Template::Expr to perform this with some nested "" statements. At 06:54 AM 11/13/2002 -0800, Bill Moseley wrote: I'm using HTML::Template to display results from a search engine. Each result has a rank or score that is an int

[htmltmpl] Template math

2002-11-13 Thread Bill Moseley
I'm using HTML::Template to display results from a search engine. Each result has a rank or score that is an integer <= 1000 and is available as a template variable. Now let's say we want to display stars or a percentage instead of the rank number. For example, six stars would be a score of 100