[Catalyst-commits] r7608 - trunk/Catalyst-Manual/lib/Catalyst/Manual

rjbs at dev.catalyst.perl.org rjbs at dev.catalyst.perl.org
Thu Apr 10 03:52:11 BST 2008


Author: rjbs
Date: 2008-04-10 03:52:10 +0100 (Thu, 10 Apr 2008)
New Revision: 7608

Modified:
   trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod
Log:
add text to L<> to avoid nonsense


Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod	2008-04-10 02:03:51 UTC (rev 7607)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Intro.pod	2008-04-10 02:52:10 UTC (rev 7608)
@@ -14,17 +14,17 @@
 =head2 What is Catalyst?
 
 Catalyst is an elegant web application framework, extremely flexible
-yet extremely simple. It's similar to Ruby on Rails, Spring (Java),
-and L<Maypole>, upon which it was originally based. Its most important
-design philosphy is to provide easy access to all the tools you need
-to develop web applications, with few restrictions on how you need to
-use these tools. However, this does mean that it is always possible to
-do things in a different way. Other web frameworks are B<initially>
-simpler to use, but achieve this by locking the programmer into a
-single set of tools. Catalyst's emphasis on flexibility means that you
-have to think more to use it. We view this as a feature.  For example,
-this leads to Catalyst being more suited to system integration tasks
-than other web frameworks.
+yet extremely simple. It's similar to Ruby on Rails, Spring (Java), and
+L<Maypole|Maypole>, upon which it was originally based. Its most
+important design philosphy is to provide easy access to all the tools
+you need to develop web applications, with few restrictions on how you
+need to use these tools. However, this does mean that it is always
+possible to do things in a different way. Other web frameworks are
+I<initially> simpler to use, but achieve this by locking the programmer
+into a single set of tools. Catalyst's emphasis on flexibility means
+that you have to think more to use it. We view this as a feature.  For
+example, this leads to Catalyst being more suited to system integration
+tasks than other web frameworks.
 
 =head3 MVC
 




More information about the Catalyst-commits mailing list