Cees,

Just wondering:  is the template toolkit plugin forthcoming on cpan?

Thanks,
Sean

----- Original Message -----
From: "Mark Stosberg" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 08, 2004 9:33 PM
Subject: [cgiapp] Re: plugins


> On 2004-05-29, Cees Hek <[EMAIL PROTECTED]> wrote:
> >
> > The great thing about CGI::Application is that it gives you the freedom
> > to use whatever modules you want and buildup your own toolbox of code.
> > But that is also a drawback to new users, since there is quite a bit of
> > work that needs to be done if you want session support, authentication,
> > logging, database access, etc...
> >
> > By building a bunch of simple add on modules like the Session module I
> > wrote, we can simplify life for newcomers, without restricting the power
> > and flexibility that CGI::Application currently enjoys.  And perhaps
> > show long time users of CGI::Application other ways of handling these
> > common (and sometimes mundane) tasks.
>
> We are now close to this vision with the plugins now available. There's
>
> cfg()
> dbh()
> validate_rm()
> session()
>
> > I currently have a Template Toolkit plugin that I have used in a couple
> > of projects already, and also, an authentication plugin.  However, for
> > my authentication stuff to work, I need to be able to execute a bit of
> > code at the cgiapp_prerun stage, which drove me to write this patch.
>
> Cees, would you be willing to share your authentication plugin?
>
> Mark
>
> --
> http://mark.stosberg.com/
>
>
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
>               http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to