X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FAbout.pod;h=1072ddf75289c5a62acb9701874d7a29d80347dd;hp=65afb831ca1e82a51f540b9b9b9739e817d8d3b3;hb=56a12748311fdb2580d7ad7cd84c255cd4447d8b;hpb=b1a08fe19fd4ce1cd7756727319d08156b1e563f diff --git a/lib/Catalyst/Manual/About.pod b/lib/Catalyst/Manual/About.pod index 65afb83..1072ddf 100644 --- a/lib/Catalyst/Manual/About.pod +++ b/lib/Catalyst/Manual/About.pod @@ -185,7 +185,7 @@ L, which is designed for use with XML running under mod_perl; L--upon which Catalyst was originally based--designed for the easy development of powerful web databases; L, which does a great deal of automation in helping to set up web sites with many complex -features; and Ruby on Rails (see L), written +features; and Ruby on Rails (see L), written of course in Ruby and among the most popular web development systems. It is not the purpose of this document to criticize or even briefly evaluate these other frameworks; they may be useful for you and if so we @@ -226,7 +226,7 @@ View. In Catalyst applications the View is usually a small module, just gluing some other module into Catalyst; the display logic is written within the template itself. -The Controller is Catalyst itself. When a request is made to Catalyst, +The B is Catalyst itself. When a request is made to Catalyst, it will be received by one of your Controller modules; this module will figure out what the user is trying to do, gather the necessary data from a Model, and send it to a View for display. @@ -258,7 +258,7 @@ the record and ask the View to display it. In either case, the View will then generate an HTML page, which Catalyst will send to the user's browser, using whatever web server you've configured. -How does this help you? +=head3 How does this help you? In many ways. Suppose you have a small catalog now, and you're using a lightweight database such as SQLite, or maybe just a text file. But @@ -303,15 +303,17 @@ others it's just a matter of personal preference (perhaps your template, rather than your Controller, is the better place to decide what to display if you get an empty result). Catalyst just gives you the tools. -=head1 AUTHOR - -Jesse Sheidlower, C - =head1 SEE ALSO L, L +=head1 AUTHORS + +Catalyst Contributors, see Catalyst.pm + =head1 COPYRIGHT -This program is free software, you can redistribute it and/or modify it -under the same terms as Perl itself. +This library is free software. You can redistribute it and/or modify it under +the same terms as Perl itself. + +=cut