Apache::JemplateFilter - Jemplate complie filter for Apache


Apache-JemplateFilter documentation  | view source Contained in the Apache-JemplateFilter distribution.

Index


NAME

Top

Apache::JemplateFilter - Jemplate complie filter for Apache

VERSION

Top

Version 0.02

SYNOPSIS

Top

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

Top

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

For Apache2, use Apache2::JemplateFilter.

FUNCTIONS

Top

handler

AUTHOR

Top

FUJIWARA Shunichiro, <fujiwara at topicmaker.com>

BUGS

Top

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

Top

Apache::Filter Jemplate Apache2::JemplateFilter

SUPPORT

Top

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

    perldoc Apache::JemplateFilter

COPYRIGHT & LICENSE

Top


Apache-JemplateFilter documentation  | view source Contained in the Apache-JemplateFilter distribution.