Let's say I have some functionality that runs in our code before processing a template. The functionality is something that I think others might like to plugin to their own installations. I'm trying to figure out what would be the best way to add the functionality to the TT in a modular way.
For example, we wrote a complete session management system with user logins that uses apache::session and supports query string or cookies, all transparently. We also have a permission system based on files, users, and groups that has some nice features like inheritance for permissions, etc.. We use it for creating dynamic multi level subscription membership sites. I guess we could release apart from the TT, but it would be nice if we could integrate it right into the TT in a modular way somehow. Chris _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
