From: Marcus Ramberg Date: Sun, 19 Nov 2006 21:48:37 +0000 (+0000) Subject: update welcome screen. break it up a little, and remove 'wonderful'. X-Git-Tag: 5.7099_04~261 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=596aaffea2f27d13f0725b72a5b9f79a826d285b update welcome screen. break it up a little, and remove 'wonderful'. --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 8028afa..dd0d1ed 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -1038,7 +1038,7 @@ sub welcome_message {

Catalyst Logo

-

Welcome to the wonderful world of Catalyst. +

Welcome to the world of Catalyst. This MVC framework will make web development something you had never expected it to be: Fun, rewarding, and quick.

@@ -1046,9 +1046,13 @@ sub welcome_message {

That really depends on what you want to do. We do, however, provide you with a few starting points.

If you want to jump right into web development with Catalyst - you might want to check out the documentation.

-
perldoc Catalyst::Manual::Intro
-perldoc Catalyst::Manual::Tutorial
+                    you might want want to start with a tutorial.

+
perldoc Catalyst::Manual::Tutorial
+
+

Afterwards you can go on to check out a more complete look at our features.

+
+perldoc Catalyst::Manual::Intro
+				
 perldoc Catalyst::Manual

What to do next?

Next it's time to write an actual application. Use the