From: Sebastian Riedel Date: Thu, 3 Mar 2005 22:15:40 +0000 (+0000) Subject: more docs X-Git-Tag: 5.7099_04~1782 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=8e40e7efd2ac07a1b3aae3dd0734320b03b7e9df more docs --- diff --git a/lib/Catalyst/Manual.pod b/lib/Catalyst/Manual.pod index c2b1562..6169268 100644 --- a/lib/Catalyst/Manual.pod +++ b/lib/Catalyst/Manual.pod @@ -15,6 +15,15 @@ L L Here be dragons! +L + Catalyst rocks! + +L + Got trouble? Read this first! + +L + Frequently Asked Questions. + =head1 AUTHOR Sebastian Riedel, C diff --git a/lib/Catalyst/Manual/FAQ.pod b/lib/Catalyst/Manual/FAQ.pod new file mode 100644 index 0000000..0194a57 --- /dev/null +++ b/lib/Catalyst/Manual/FAQ.pod @@ -0,0 +1,18 @@ +=head1 NAME + +Catalyst::Manual::FAQ - Frequently Asked Questions + +=head1 DESCRIPTION + +Lalala... + +=head1 ANSWERS + +=head1 AUTHOR + +Sebastian Riedel, C + +=head1 COPYRIGHT + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. diff --git a/lib/Catalyst/Manual/SuccessStories.pod b/lib/Catalyst/Manual/SuccessStories.pod new file mode 100644 index 0000000..8b080d3 --- /dev/null +++ b/lib/Catalyst/Manual/SuccessStories.pod @@ -0,0 +1,31 @@ +=head1 NAME + +Catalyst::Manual::SuccessStories - Catalyst rocks! + +=head1 DESCRIPTION + +Wohoooooo!!! + +=head1 STORIES + +=head2 A first benchmark after porting from Maypole to Catalyst + + the_jester: Very fast. Very very fast. + the_jester: I've run some basic benchmarks. On a "list" page, + I was getting about 7-8 pages/second with Maypole; + I'm getting 18 with Catalyst. On a "view" page, + I'm getting 16 pages/second under Maypole, + and 57 under Catalyst. + the_jester: And NOTE: That's Maypole running with cached templates, + and Catalyst running without. + Adding template caching to Maypole gave me an + improvement of about 250%, so.... + +=head1 AUTHOR + +Sebastian Riedel, C + +=head1 COPYRIGHT + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself. diff --git a/lib/Catalyst/Manual/Troubleshooting.pod b/lib/Catalyst/Manual/Troubleshooting.pod new file mode 100644 index 0000000..94481c0 --- /dev/null +++ b/lib/Catalyst/Manual/Troubleshooting.pod @@ -0,0 +1,18 @@ +=head1 NAME + +Catalyst::Manual::Troubleshooting - Got trouble? + +=head1 DESCRIPTION + +D'OH! + +=head1 ANSWERS + +=head1 AUTHOR + +Sebastian Riedel, C + +=head1 COPYRIGHT + +This program is free software, you can redistribute it and/or modify it under +the same terms as Perl itself.