开发者

use Template Toolkit for plain .html files?

开发者 https://www.devze.com 2023-03-08 08:07 出处:网络
Right now I have a s开发者_JAVA百科ite that uses Perl and Template Toolkit (using the Template module) for pages that require calculation and/or database access but regular HTML files for the the rest

Right now I have a s开发者_JAVA百科ite that uses Perl and Template Toolkit (using the Template module) for pages that require calculation and/or database access but regular HTML files for the the rest of the pages. However, I have discovered that it would be nice if I had access to templating goodness for even the "plain HTML" pages, if only for the convenience of "including" standard headers and footers, etc.

What is the easiest way to introduce this with the least amount of disruption to the current site? (i.e. I would prefer not to have to change all the filenames and links).


The two approaches that spring to my mind are:

  1. Process the static files off-line using ttree
  2. Write some sort of mod_perl hander to run all .html files through TT before outputting
0

精彩评论

暂无评论...
验证码 换一张
取 消