This is the first public release of HCKit::Template module. The aim of this module is to construct HTML pages from templates. Templates are rewritten according to rewrite rules and XML data, which can be specified in the template file or dynamically supplied in the Perl script.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
There is a sample program 'hck-rewrite' included in this distribution. You can rewrite the sample template files localted in the 'example' directory.
For exmaple,
perl hck-rewrite example/plain.tmpl
DEPENDENCIES
This module requires no other modules.
COPYRIGHT AND LICENCE
Copyright (C) 2003 Hangil Chang
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.