X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=README;h=cfddeacbd8f6b05a38ab82ff877c9aee4461614f;hb=ad8884fc358e6a8a37c03589818fcd2b81d68420;hp=dd4cbe5c8599692bbe27da1433a73ae62cff18a3;hpb=e99c6ee1bb008b35f2f91162423513a47de71cd9;p=catagits%2FGitalist.git diff --git a/README b/README index dd4cbe5..cfddeac 100644 --- a/README +++ b/README @@ -8,12 +8,7 @@ being "this was once gitweb.cgi" to a project of its own (hence the "transitional" in the description). As it stands Gitalist is very much in its infancy and hasn't got far -beyond a layout template and a single controller. Probably the next step is -moving an existing action into a new Catalyst action and laying down the code -to make porting further actions, or writing new ones, as simple as possible. -After that provide a model based on one of the git modules, either the Git.pm -that comes with git or Git::PurePerl, and deprecate or port the existing -gitweb.cgi functions. +beyond a layout template and a single controller. USAGE @@ -26,7 +21,17 @@ directory that contains your repositories. With that done just run: DEPENDENCIES Catalyst - IO::Capture::Stdout; + IO::Capture::Stdout + Catalyst::View::ContentNegotiation::XHTML + Template::Plugin::Cycle + DateTime + Path::Class + File::Find::Rule; + DateTime::Format::Mail + File::Stat::ModeString + List::MoreUtils + MooseX::Types::Common + # Probably others ... COPYRIGHT AND LICENCE