Path to this page:
Subject: CVS commit: pkgsrc/www/p5-Template-Generate
From: Thomas Klausner
Date: 2003-10-03 16:26:40
Message id: 20031003142640.EEC082DA1D@cvs.netbsd.org
Log Message:
This module generates TT2 templates. It can take data
structures and rendered documents together, and deduce
templates that could have performed the transformation.
It is a companion to Template and Template::Extract; their
relationship is shown below:
Template: ($template + $data) ==> $document # normal
Template::Extract: ($document + $template) ==> $data # tricky
Template::Generate: ($data + $document) ==> $template # very tricky
This module is considered experimental.
Files: