more docs
Sebastian Riedel [Thu, 3 Mar 2005 22:15:40 +0000 (22:15 +0000)]
lib/Catalyst/Manual.pod
lib/Catalyst/Manual/FAQ.pod [new file with mode: 0644]
lib/Catalyst/Manual/SuccessStories.pod [new file with mode: 0644]
lib/Catalyst/Manual/Troubleshooting.pod [new file with mode: 0644]

index c2b1562..6169268 100644 (file)
@@ -15,6 +15,15 @@ L<Catalyst::Manual::Cookbook>
 L<Catalyst::Manual::Internals>
     Here be dragons!
 
+L<Catalyst::Manual::SuccessStories>
+    Catalyst rocks!
+
+L<Catalyst::Manual::Troubleshooting>
+    Got trouble? Read this first!
+
+L<Catalyst::Manual::FAQ>
+    Frequently Asked Questions.
+
 =head1 AUTHOR
 
 Sebastian Riedel, C<sri@oook.de>
diff --git a/lib/Catalyst/Manual/FAQ.pod b/lib/Catalyst/Manual/FAQ.pod
new file mode 100644 (file)
index 0000000..0194a57
--- /dev/null
@@ -0,0 +1,18 @@
+=head1 NAME
+
+Catalyst::Manual::FAQ - Frequently Asked Questions
+
+=head1 DESCRIPTION
+
+Lalala...
+
+=head1 ANSWERS
+
+=head1 AUTHOR
+
+Sebastian Riedel, C<sri@oook.de>
+
+=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 (file)
index 0000000..8b080d3
--- /dev/null
@@ -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<sri@oook.de>
+
+=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 (file)
index 0000000..94481c0
--- /dev/null
@@ -0,0 +1,18 @@
+=head1 NAME
+
+Catalyst::Manual::Troubleshooting - Got trouble?
+
+=head1 DESCRIPTION
+
+D'OH!
+
+=head1 ANSWERS
+
+=head1 AUTHOR
+
+Sebastian Riedel, C<sri@oook.de>
+
+=head1 COPYRIGHT
+
+This program is free software, you can redistribute it and/or modify it under
+the same terms as Perl itself.