4988a16b5732abecef99300b677806515ea18403
[catagits/Catalyst-View-Component-SubInclude.git] / README
1 NAME
2     Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst
3     views
4
5 VERSION
6     Version 0.07
7
8 DESCRIPTION
9     "Catalyst::View::Component::SubInclude" allows you to include content in
10     your templates (or, more generally, somewhere in your view's "render"
11     processing) which comes from another action in your application. It's
12     implemented as a Moose::Role, so using Moose in your view is required.
13
14     Simply put, it's a way to include the output of a Catalyst sub-request
15     somewhere in your page.
16
17     It's built in an extensible way so that you're free to use sub-requests,
18     Varnish ESI (<http://www.catalystframework.org/calendar/2008/17>) or any
19     other sub-include plugin you might want to implement. An LWP plugin
20     seems useful and might be developed in the future.
21
22 SEE ALSO
23     Catalyst::Plugin::SubRequest, Moose::Role, Moose,
24     <http://www.catalystframework.org/calendar/2008/17>
25
26 AUTHOR
27     Nilson Santos Figueiredo Junior, "<nilsonsfj at cpan.org>"
28
29 SPONSORSHIP
30     Development sponsored by Ionzero LLC <http://www.ionzero.com/>.
31
32 COPYRIGHT & LICENSE
33     Copyright (C) 2009 Nilson Santos Figueiredo Junior.
34
35     Copyright (C) 2009 Ionzero LLC.
36
37     This program is free software; you can redistribute it and/or modify it
38     under the same terms as Perl itself.