X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=README.pod;fp=README.pod;h=0000000000000000000000000000000000000000;hp=8d874e72498815ae86f918fd02659c5451cb56ad;hb=9e7f288e0bd785c69c8e54c77d951b2e878f5b8f;hpb=298b97911aafbd8c62ce2902e91237e0f8920a24 diff --git a/README.pod b/README.pod deleted file mode 100644 index 8d874e7..0000000 --- a/README.pod +++ /dev/null @@ -1,41 +0,0 @@ -=head1 Welcome to Catalyst - -This is the Runtime distribution for the L. - -For more information about Catalyst, write - - perldoc Catalyst - -at the command line, or visit http://www.catalystframework.org/. - -=head2 Getting Started - -1. Install Catalyst if you haven't yet: - - cpanm Catalyst - -2. Create a new catalyst application: - - catalyst.pl DemoApp - -3. Change the directory to the newly created directory and start the built-in developer server - - cd DemoApp; plackup -Ilib demoapp.psgi - -4. Go to http://localhost:5000 and you'll see the default welcome page. - -=head2 Resources - -You can also install L -from CPAN for more comprehensive information. - -If you are going to write your own Catalyst application, you will need to -install L. -Afterwards run I for more information about creating your first -app. - -=head2 Contributing - -If you would like to contribute to Catalyst, please -L on IRC, -or visit the L.