Delete tests for the old model, and add a few to the new model.
[catagits/Gitalist.git] / README
CommitLineData
9eaaf804 1NAME
b6d010e1 2 Gitalist - Transitional project to convert gitweb.cgi to a Catalyst app
4534cd82 3
9eaaf804 4SYNOPSIS
5 script/gitalist_server.pl
4534cd82 6
b6d010e1 7INSTALL
8 As Gitalist follows the usual Perl module format the usual approach for
9 installation should work e.g
10
11 perl Makefile.PL
12 make
13 make test
14 make install
15
16 If you're running a git checkout of Gitalist then you'll additionally
17 need the author modules. *NB: As no distribution exists one will
18 presently need the author modules*.
19
9eaaf804 20DESCRIPTION
b6d010e1 21 Gitalist is a web frontend for git repositories based on gitweb.cgi and
22 backed by Catalyst. It doesn't yet have the full functionality of
23 gitweb.cgi but it does have a few small additions at this stage.
24
25 History
26 This project started off as an attempt to port gitweb.cgi to a Catalyst
27 app in a piecemeal fashion. As it turns out, thanks largely to Florian
28 Ragwitz's earlier effort, it was easier to use gitweb.cgi as a template
29 for building a new Catalyst application.
4534cd82 30
9eaaf804 31SEE ALSO
b6d010e1 32 Gitalist::Controller::Root
33
34 Gitalist::Git::Project
35
36 Catalyst
8927fe98 37
9eaaf804 38AUTHORS AND COPYRIGHT
39 Catalyst application:
b6d010e1 40 (C) 2009 Venda Ltd and Dan Brook <broq@cpan.org>
41 (C) 2009, Tom Doran <bobtfish@bobtfish.net>
42 (C) 2009, Zac Stevens <zts@cryptocracy.com>
8927fe98 43
9eaaf804 44 Original gitweb.cgi from which this was derived:
45 (C) 2005-2006, Kay Sievers <kay.sievers@vrfy.org>
46 (C) 2005, Christian Gierke
8927fe98 47
b6d010e1 48 Model based on http://github.com/rafl/gitweb
49 (C) 2008, Florian Ragwitz
4534cd82 50
b6d010e1 51LICENSE
52 Licensed under GNU GPL v2
4534cd82 53