On 8/23/07, Cory Watson <[EMAIL PROTECTED]> wrote:
> I want something manages and
> version my templates and then a view that lets Cat retrieve the
> appropriate template through some means.

You can do something like that with Krang or Bricolage.  They both
publish files rather than serving the content themselves.  You can
publish files that are templates for your Catalyst app to use, and
even publish metadata files with them that tell the app how to behave
on this page.  We did something like this with Krang at Plus Three,
using CGI::Application to serve the published templates.  There's a
thread in the Catalyst archives with more details about it.

However, both Krang and Bricolage are far more complicated than RCS.
They handle permissions, workflow, and templating of static pages.
That may be more than you want.

- Perrin

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to