The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Apache::JemplateFilter - Jemplate complie filter for Apache

VERSION

Version 0.02

SYNOPSIS

in httpd.conf

    PerlModule Apache::Filter

    <Location /foo/tmpl/>
        SetHandler      perl-script
        PerlSetVar      Filter On
        PerlHandler     Apache::JemplateFilter
    </Location>

Requests for /foo/tmpl/* are compiled by Jemplate.

DESCRIPTION

This module is Jemplate compile filter for Apache1.x (mod_perl1.x).

For Apache2, use Apache2::JemplateFilter.

FUNCTIONS

handler

AUTHOR

FUJIWARA Shunichiro, <fujiwara at topicmaker.com>

BUGS

Please report any bugs or feature requests to bug-apache-jemplatefilter at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Apache-JemplateFilter. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SEE ALSO

Apache::Filter Jemplate Apache2::JemplateFilter

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Apache::JemplateFilter

COPYRIGHT & LICENSE

Copyright 2006 FUJIWARA Shunichiro, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.