Add README and Changes, update MANIFEST
Nilson Santos Figueiredo JĂșnior [Fri, 6 Feb 2009 19:59:55 +0000 (19:59 +0000)]
Changes [new file with mode: 0644]
MANIFEST
README [new file with mode: 0644]

diff --git a/Changes b/Changes
new file mode 100644 (file)
index 0000000..e93c131
--- /dev/null
+++ b/Changes
@@ -0,0 +1,13 @@
+Revision history for Catalyst-View-Component-SubInclude
+
+0.03    Fri Feb  6 17:58:50 2009
+       - Add "subinclude_using"
+       - Tidy up dist (added README and this Changes file)
+
+0.02    Thu Feb  5 23:26:54 2008
+        - Fixed several issues related to Chained actions
+       - Added the Visit subinclude plugin
+
+0.01    Fri Jan 30 21:00:00 2009
+        First public version.
+
index 0ea7c89..b0f7fab 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,22 +1,24 @@
-inc/Module/AutoInstall.pm\r
-inc/Module/Install.pm\r
-inc/Module/Install/AutoInstall.pm\r
-inc/Module/Install/Base.pm\r
-inc/Module/Install/Can.pm\r
-inc/Module/Install/Catalyst.pm\r
-inc/Module/Install/Fetch.pm\r
-inc/Module/Install/Include.pm\r
-inc/Module/Install/Makefile.pm\r
-inc/Module/Install/Metadata.pm\r
-inc/Module/Install/Win32.pm\r
-inc/Module/Install/WriteAll.pm\r
-lib/Catalyst/View/Component/SubInclude.pm\r
-lib/Catalyst/View/Component/SubInclude/ESI.pm\r
-lib/Catalyst/View/Component/SubInclude/SubRequest.pm\r
-lib/Catalyst/View/Component/SubInclude/Visit.pm\r
-Makefile.PL\r
-MANIFEST                       This list of files\r
-META.yml\r
-t/00-load.t\r
-t/pod-coverage.t\r
-t/pod.t\r
+Changes
+inc/Module/AutoInstall.pm
+inc/Module/Install.pm
+inc/Module/Install/AutoInstall.pm
+inc/Module/Install/Base.pm
+inc/Module/Install/Can.pm
+inc/Module/Install/Catalyst.pm
+inc/Module/Install/Fetch.pm
+inc/Module/Install/Include.pm
+inc/Module/Install/Makefile.pm
+inc/Module/Install/Metadata.pm
+inc/Module/Install/Win32.pm
+inc/Module/Install/WriteAll.pm
+lib/Catalyst/View/Component/SubInclude.pm
+lib/Catalyst/View/Component/SubInclude/ESI.pm
+lib/Catalyst/View/Component/SubInclude/SubRequest.pm
+lib/Catalyst/View/Component/SubInclude/Visit.pm
+Makefile.PL
+MANIFEST                       This list of files
+META.yml
+t/00-load.t
+t/pod-coverage.t
+t/pod.t
+README
diff --git a/README b/README
new file mode 100644 (file)
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 (<http://www.catalystframework.org/calendar/2008/17>) 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,
+    <http://www.catalystframework.org/calendar/2008/17>
+
+AUTHOR
+    Nilson Santos Figueiredo Junior, "<nilsonsfj at cpan.org>"
+
+SPONSORSHIP
+    Development sponsored by Ionzero LLC <http://www.ionzero.com/>.
+
+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.