X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-View-Component-SubInclude.git;a=blobdiff_plain;f=README;fp=README;h=9991c3d827e4c4dff4f6ae5dd18808360b099c51;hp=0000000000000000000000000000000000000000;hb=b22858286f7e6dd12de00dde6931082f40f49152;hpb=be2a019af2b1ffb2672e77b65e3644ee6ee278cd diff --git a/README b/README new file mode 100644 index 0000000..9991c3d --- /dev/null +++ b/README @@ -0,0 +1,38 @@ +NAME + Catalyst::View::Component::SubInclude - Use subincludes in your Catalyst + views + +VERSION + Version 0.03 + +DESCRIPTION + "Catalyst::View::Component::SubInclude" allows you to include content in + your templates (or, more generally, somewhere in your view's "render" + processing) which comes from another action in your application. It's + implemented as a Moose::Role, so using Moose in your view is required. + + Simply put, it's a way to include the output of a Catalyst sub-request + somewhere in your page. + + It's built in an extensible way so that you're free to use sub-requests, + Varnish ESI () or any + other sub-include plugin you might want to implement. An LWP plugin + seems useful and might be developed in the future. + +SEE ALSO + Catalyst::Plugin::SubRequest, Moose::Role, Moose, + + +AUTHOR + Nilson Santos Figueiredo Junior, "" + +SPONSORSHIP + Development sponsored by Ionzero LLC . + +COPYRIGHT & LICENSE + Copyright (C) 2009 Nilson Santos Figueiredo Junior. + + Copyright (C) 2009 Ionzero LLC. + + This program is free software; you can redistribute it and/or modify it + under the same terms as Perl itself.