X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial.pod;h=6ad32ae64d9da92d50ca20314d7aa1f79c772054;hb=b248fa4a4191cd3eaa13d72e6ec8e64dfef973e0;hp=f8e65d89206f76e308752ca525e5b65e0e4a1ad2;hpb=d538823f7f54a6d1037d3933ab61af23aade6059;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Tutorial.pod b/lib/Catalyst/Manual/Tutorial.pod index f8e65d8..6ad32ae 100644 --- a/lib/Catalyst/Manual/Tutorial.pod +++ b/lib/Catalyst/Manual/Tutorial.pod @@ -6,9 +6,6 @@ Catalyst::Manual::Tutorial - Getting started with Catalyst This document aims to get you up and running with Catalyst. -NOTE: THIS DOCUMENT IS STILL VERY MUCH IN AN EARLY DRAFT STATE. SEE -THE NOTES AT THE BOTTOM OF THE DOCUMENT. - =head2 Installation The first step is to install Catalyst, and the simplest way to do this @@ -26,7 +23,7 @@ Catalyst includes a helper script, C, that will set up a skeleton application for you: $ catalyst MyApp - + created "MyApp" created "MyApp/script" created "MyApp/lib" @@ -90,7 +87,7 @@ Catalyst provides: +--------------------------------------+---------------------------------------+ | /default | MyApp | '--------------------------------------+---------------------------------------' - + [...] [catalyst] [info] MyApp powered by Catalyst 5.5 You can connect to your server at http://localhost:3000 @@ -107,7 +104,7 @@ and hit return twice): Connected to localhost. Escape character is '^]'. GET / HTTP/1.0 - + HTTP/1.0 200 OK Date: Mon, 07 Nov 2005 14:57:39 GMT Content-Length: 5525 @@ -141,212 +138,617 @@ The server will continue running until you interrupt it. The application can also be tested from the command line using the generated helper script, C