On Fri, 16 Apr 2004, Dave Cash wrote:

> There are basically just two things you'll need to worry about:
>
>  1) The script that processes your template (or the startup.pl
>     script, if you're using mod_perl) will have to have a
>     'use lib' line pointing to the place where you want to store
>     your custom plugins.
>
>  2) The Template object will have to be configured to know about
>     your plugins' namespace, via the PLUGIN_BASE configuration
>     option.

Thanks for your elaborate answer. If I get it right this means I need to
build a custom frontend for this, right? Something that takes over
ttree's job and from there I can do all the calls via the Template
module.

In that case I think I figured out why some things were a bit awkward
for me: I tried to do it all with just ttree and the standard
directives. Ah well, you only learn by actually doing things. Time to
get my hands dirty then.

Thanks again, I'm off to get started on some old-fashioned perl
programming... `;-)

Grx HdV



_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to