Mangle default title
[catagits/Gitalist.git] / README
CommitLineData
9eaaf804 1NAME
f3c25197 2 Gitalist - A modern git web viewer
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
f3c25197 17 need the author modules.
b6d010e1 18
9eaaf804 19DESCRIPTION
b6d010e1 20 Gitalist is a web frontend for git repositories based on gitweb.cgi and
f3c25197 21 backed by Catalyst.
b6d010e1 22
23 History
24 This project started off as an attempt to port gitweb.cgi to a Catalyst
25 app in a piecemeal fashion. As it turns out, thanks largely to Florian
26 Ragwitz's earlier effort, it was easier to use gitweb.cgi as a template
27 for building a new Catalyst application.
4534cd82 28
9eaaf804 29SEE ALSO
b6d010e1 30 Gitalist::Controller::Root
31
32 Gitalist::Git::Project
33
34 Catalyst
8927fe98 35
9eaaf804 36AUTHORS AND COPYRIGHT
37 Catalyst application:
b6d010e1 38 (C) 2009 Venda Ltd and Dan Brook <broq@cpan.org>
39 (C) 2009, Tom Doran <bobtfish@bobtfish.net>
40 (C) 2009, Zac Stevens <zts@cryptocracy.com>
8927fe98 41
9eaaf804 42 Original gitweb.cgi from which this was derived:
43 (C) 2005-2006, Kay Sievers <kay.sievers@vrfy.org>
44 (C) 2005, Christian Gierke
8927fe98 45
b6d010e1 46 Model based on http://github.com/rafl/gitweb
47 (C) 2008, Florian Ragwitz
4534cd82 48
b6d010e1 49LICENSE
50 Licensed under GNU GPL v2
4534cd82 51