X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=7278a8bf615d826405b2ffd0f69bfbae8277b52b;hb=ee9fa6cdfb1e7f28645fdb98478b70fea513cc18;hp=3ff93e95ddeb3001b682c796b4def6be26e5e7bd;hpb=fc7ec1d96ee55d1bf42af3abce155ecb717b9e2b;p=catagits%2FCatalyst-Runtime.git diff --git a/README b/README index 3ff93e9..7278a8b 100644 --- a/README +++ b/README @@ -3,21 +3,19 @@ NAME SYNOPSIS # use the helper to start a new application - catalyst MyApp + catalyst.pl MyApp cd MyApp # add models, views, controllers - bin/create model Something - bin/create view Stuff - bin/create controller Yada + script/create.pl model Something + script/create.pl view Stuff + script/create.pl controller Yada # built in testserver - bin/server + script/server.pl # command line interface - 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,7 +104,8 @@ AUTHOR Sebastian Riedel, "sri@oook.de" THANK YOU - David Naughton, Gary Ashton Jones, Marcus Ramberg and all the others + Andrew Ruthven, Danijel Milicevic, David Naughton, Gary Ashton Jones, + Jesse Sheidlower, Johan Lindstrom, Marcus Ramberg and all the others who've helped. LICENSE