root/lang/perl/Apache-JemplateFilter/trunk/README

Revision 1851, 1.0 kB (checked in by fujiwara, 14 months ago)

lang/perl/Apache-JemplateFilter?: imported.

Line 
1Apache-JemplateFilter
2
3This module is Jemplate compile filter for Apache1 (mod_perl1).
4
5For Apache2 (mod_perl2), use Apache2::JemplateFilter.
6
7INSTALLATION
8
9To install this module, run the following commands:
10
11    perl Makefile.PL
12    make
13    make test
14    make install
15
16
17SUPPORT AND DOCUMENTATION
18
19After installing, you can find documentation for this module with the perldoc command.
20
21    perldoc Apache::JemplateFilter
22
23You can also look for information at:
24
25    Search CPAN
26        http://search.cpan.org/dist/Apache-JemplateFilter
27
28    CPAN Request Tracker:
29        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Apache-JemplateFilter
30
31    AnnoCPAN, annotated CPAN documentation:
32        http://annocpan.org/dist/Apache-JemplateFilter
33
34    CPAN Ratings:
35        http://cpanratings.perl.org/d/Apache-JemplateFilter
36
37COPYRIGHT AND LICENCE
38
39Copyright (C) 2006 FUJIWARA Shunichiro
40
41This program is free software; you can redistribute it and/or modify it
42under the same terms as Perl itself.
Note: See TracBrowser for help on using the browser.