X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7278a8bf615d826405b2ffd0f69bfbae8277b52b;hb=1db849bca74f33b8daa85b694fffb8b92d03ecd6;hp=a9e783dec84cb85340feb865e37fa332e5a98611;hpb=7833fdfca73ff8a03769523ec85c2343a3994360;p=catagits%2FCatalyst-Runtime.git diff --git a/README b/README index a9e783d..7278a8b 100644 --- a/README +++ b/README @@ -3,21 +3,19 @@ NAME SYNOPSIS # use the helper to start a new application - perl /path/to/catalyst MyApp + catalyst.pl MyApp cd MyApp # add models, views, controllers - perl bin/create model Something - perl bin/create view Stuff - perl bin/create controller Yada + script/create.pl model Something + script/create.pl view Stuff + script/create.pl controller Yada # built in testserver - perl bin/server + script/server.pl # command line interface - perl bin/test /yada - - See also L + script/test.pl /yada use Catalyst; @@ -45,6 +43,8 @@ SYNOPSIS } ); + See also Catalyst::Manual::Intro + DESCRIPTION Catalyst is based upon Maypole, which you should consider for smaller projects. @@ -86,6 +86,16 @@ DESCRIPTION config Returns a hashref containing your applications settings. +SUPPORT + IRC: + + Join #catalyst on irc.perl.org. + + Mailing-Lists: + + http://lists.rawmode.org/mailman/listinfo/catalyst + http://lists.rawmode.org/mailman/listinfo/catalyst-dev + SEE ALSO Catalyst::Manual, Catalyst::Test, Catalyst::Request, Catalyst::Response, Catalyst::Engine @@ -94,8 +104,9 @@ AUTHOR Sebastian Riedel, "sri@oook.de" THANK YOU - Danijel Milicevic, David Naughton, Gary Ashton Jones, Jesse Sheidlower, - Johan Lindstrom, Marcus Ramberg and all the others who've helped. + Andrew Ruthven, Danijel Milicevic, David Naughton, Gary Ashton Jones, + Jesse Sheidlower, Johan Lindstrom, Marcus Ramberg and all the others + who've helped. LICENSE This library is free software . You can redistribute it and/or modify it